https://github.com/stellartux/renoiseosc.jl
Wrapper functions for controlling Renoise over OSC with Julia.
https://github.com/stellartux/renoiseosc.jl
julia julialang opensoundcontrol renoise renoise-scripting
Last synced: 3 months ago
JSON representation
Wrapper functions for controlling Renoise over OSC with Julia.
- Host: GitHub
- URL: https://github.com/stellartux/renoiseosc.jl
- Owner: stellartux
- License: mit
- Created: 2021-02-02T06:54:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T20:24:41.000Z (about 3 years ago)
- Last Synced: 2025-01-29T05:17:52.185Z (5 months ago)
- Topics: julia, julialang, opensoundcontrol, renoise, renoise-scripting
- Language: Julia
- Homepage: https://stellartux.github.io/RenoiseOSC.jl/dev/
- Size: 144 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RenoiseOSC.jl
[](https://stellartux.github.io/RenoiseOSC.jl/dev/)
[](https://github.com/stellartux/RenoiseOSC.jl/blob/master/LICENSE)RenoiseOSC.jl wraps the [Renoise OpenSoundControl API](https://tutorials.renoise.com/wiki/Open_Sound_Control). See [the docs](https://stellartux.github.io/RenoiseOSC.jl/dev/) for more details.
## Quickstart
```julia
using Pkg
Pkg.add(RenoiseOSC)
using RenoiseOSC
```