An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# RenoiseOSC.jl

[![Docs](https://img.shields.io/badge/docs-dev-blue.svg)](https://stellartux.github.io/RenoiseOSC.jl/dev/)
[![GitHub license](https://img.shields.io/github/license/stellartux/RenoiseOSC.jl)](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
```