Skip to content

Descent-Studios/async-loopinator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

async looper thing

this is a little rust project for making a little looper!

it currently has 4 channels and is controlled by an open stage control UI because I like OSC (both open stage control and open sound control) :)

osc protocol

everything is prefaced with /{track # starting from 1}
send to port 2322
/feedback f f -> first param is unused, second one is feedback (0 - 1)
/input f f -> first param  is unused, second one is input volume (0 - 1)
/output f f -> first param  is unused, second one is output volume (0 - 1)
/pan f f -> first param  is unused, second one is pan (-1 - 1)
/record f f -> first param is unused, second one is 1 for record on, 0 for record off
/clear f f -> both params are unused, just clears the loop buffer :3

in the future there will be fun ui things

About

:3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages