https://github.com/sciss/fscapejobs
A library to launch digital signal processing jobs for FScape (classic) via OSC. Mirror of https://codeberg.org/sciss/FScapeJobs
https://github.com/sciss/fscapejobs
Last synced: 8 months ago
JSON representation
A library to launch digital signal processing jobs for FScape (classic) via OSC. Mirror of https://codeberg.org/sciss/FScapeJobs
- Host: GitHub
- URL: https://github.com/sciss/fscapejobs
- Owner: Sciss
- License: lgpl-2.1
- Created: 2010-10-11T18:52:20.000Z (over 15 years ago)
- Default Branch: main
- Last Pushed: 2021-08-23T14:47:48.000Z (almost 5 years ago)
- Last Synced: 2025-02-23T17:22:56.916Z (over 1 year ago)
- Language: Scala
- Homepage:
- Size: 93.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FScapeJobs
[](https://github.com/Sciss/FScapeJobs/actions?query=workflow%3A%22Scala+CI%22)
[](https://maven-badges.herokuapp.com/maven-central/de.sciss/fscapejobs_2.13)
## statement
(C)opyright 2010–2021 Hanns Holger Rutz. This software is released under the
[GNU Lesser General Public License](http://github.com/Sciss/FScapeJobs/blob/master/LICENSE) v2.1+.
FScapeJobs provides a simple OSC client to talk to the [FScape (classic)](http://sourceforge.net/projects/fscape/) audio signal
processing toolbox, along with Scala configuration classes for most of its modules.
__Note:__ This project is mostly abandoned, since Scala 2.12 internals were changed from scala-actors to akka,
but this has not been much tested!
## building
Builds with sbt against Scala 2.13, 2.12. The last version to support Scala 2.11 was v1.5.0.
Standard sbt targets are `clean`, `update`, `compile`, `package`, `doc`, `publishLocal`.
A simple test can be run with the `Test` class; it should produce a sound file `hilbert.aif` containing
a 440 Hz tone lasting one second. You must have started FScape classic beforehand, enabling its OSC interface
at the standard TCP port 18003.
## linking
Link to the following artifact:
"de.sciss" %% "fscapejobs" % v
The current version `v` is `"1.6.0"`.