aboutsummaryrefslogtreecommitdiffhomepage
path: root/dssi.lua
AgeCommit message (Collapse)AuthorFilesLines
2017-01-26added DSSI supportRobin Haberkorn1-0/+848
* The LADSPA module has been extended to support DSSI plugins as well. If DSSI support is detected, the first input stream is considered a MIDI event stream. * The MIDI event handling must be updated to allow streams of MIDI messages for this to be useful. * ladspa.lua has been subsequently renamed to dssi.lua