summaryrefslogtreecommitdiff
path: root/scripts/synth1.lua
AgeCommit message (Collapse)Author
2016-08-06Remove dsp_has_midi_*() in favor of dsp_ioconfig()Julien "_FrnchFrgg_" RIVAUD
_has_midi_*put members of LuaProc will be set according to the actual configuration chosen, for configure_io() and run() to use.
2016-07-12re-classify bundled lua scriptsRobin Gareus
* search by author: - "Ardour Team" for "ready to use" plugins - "Ardour Lua Task Force" = example plugins * search by Category - use "Example" for DSP plugins (except instruments)
2016-05-29prototype lua midi generators & filters and port event-rewriteRobin Gareus
2016-04-29add Lua DSP plugin categoryRobin Gareus
2016-04-15example multi-channel synth for testing (revert this)Robin Gareus
2016-04-15change lua synth to multi-outputRobin Gareus
lua processors follow the same connection logic I/O as AudioUnit. handy for testing.
2016-02-23Add some lua scriptsRobin Gareus