Skip to content

Instantly share code, notes, and snippets.

@x42
Created November 27, 2020 20:50
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/c8c5d350a3d0994a4f42016aa2a5bfdb to your computer and use it in GitHub Desktop.
Save x42/c8c5d350a3d0994a4f42016aa2a5bfdb 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 => eq => output
Script.stayAlive()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment