You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 week ago | |
---|---|---|
.github/workflows | 1 month ago | |
lib | 1 month ago | |
project | 1 month ago | |
src/main/scala/de/sciss/embellish | 1 week ago | |
.gitignore | 1 month ago | |
LICENSE | 1 month ago | |
README.md | 1 month ago | |
build.sbt | 1 month ago |
README.md
Strip and Embellish
This project contains my personal set-up for a live improvisation project. It is an extension of Wolkenpumpe.
All code here
is (C)opyright 2022 by Hanns Holger Rutz. All rights reserved. This project is released under the
GNU General Public License v3+ and comes with absolutely no warranties.
To contact the author, send an e-mail to contact at sciss.de
.
building
Builds with sbt against Scala 2.13. Use sbt run
, or sbt assembly
to create a self-contained jar (you may need the
latter if you want to add the tablet library to the system's class path).
running
To use the Wacom controls, add environment variable LD_LIBRARY_PATH=lib
to the JVM run
(currently only Linux native library included).