Skip to content

Instantly share code, notes, and snippets.

@x42
Created November 27, 2020 20:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save x42/f36aa2e898a426657e571a1cd62a92cc to your computer and use it in GitHub Desktop.
Save x42/f36aa2e898a426657e571a1cd62a92cc to your computer and use it in GitHub Desktop.
#!/tmp/bipscript/build/bipscript
synth <- Lv2.Plugin("http://gareus.org/oss/lv2/b_synth")
#eq <- Lv2.Plugin("http://gareus.org/oss/lv2/fil4#stereo")
input <- Midi.Input("my_input")
output <- Audio.StereoOutput("out", true)
input => synth => output
#input => synth => eq => output
Script.stayAlive()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment