https://github.com/sciss/lucrepi
A Scala library which bridges between the Raspberry Pi GPIO and the Lucre expression/control language (SoundProcesses).
https://github.com/sciss/lucrepi
Last synced: 5 days ago
JSON representation
A Scala library which bridges between the Raspberry Pi GPIO and the Lucre expression/control language (SoundProcesses).
- Host: GitHub
- URL: https://github.com/sciss/lucrepi
- Owner: Sciss
- License: agpl-3.0
- Created: 2020-08-18T13:33:58.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2022-01-01T19:42:56.000Z (over 4 years ago)
- Last Synced: 2023-07-07T22:50:42.134Z (almost 3 years ago)
- Language: Scala
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LucrePi
[](https://github.com/Sciss/LucrePi/actions?query=workflow%3A%22Scala+CI%22)
[](https://maven-badges.herokuapp.com/maven-central/de.sciss/lucrepi_2.13)
## statement
LucrePi is a Scala library which bridges between the Raspberry Pi GPIO (through
the [Pi4j](https://github.com/Pi4J/pi4j/) project) and [Lucre](https://github.com/Sciss/Lucre/).
It is (C)opyright 2020–2022 by Hanns Holger Rutz. All rights reserved. The project is released under
the [GNU Affero General Public License](https://github.com/Sciss/LucrePi/raw/main/LICENSE) v2.1+ and comes
with absolutely no warranties. To contact the author, send an e-mail to `contact at sciss.de`.
## requirements / building
This project builds with sbt against Scala 2.12, 2.13, Dotty.
To use the library in your project:
"de.sciss" %% "lucrepi" % v
The current version `v` is `"1.11.0"`.
## contributing
Please see the file [CONTRIBUTING.md](CONTRIBUTING.md)