fix crash when copy'ing latent plugins
[ardour.git] / scripts /
2016-08-10 Robin Gareusremove debug output
2016-08-10 Robin Gareusprefix no-inst script with an underscore and skip install
2016-08-10 Robin Gareusprefix blessed scripted DSP plugins with a-*
2016-08-06 Robin Gareusadd a script to multi-split regions
2016-08-06 Julien "_FrnchFrgg... Remove dsp_has_midi_*() in favor of dsp_ioconfig()
2016-07-24 Robin Gareusadd a script to exercise varispeed playback
2016-07-19 Robin Gareusenforce range of HP/LP
2016-07-19 Julien "_FrnchFrgg... Fix a typo in HiAndLowPass.lua
2016-07-18 Julien "_FrnchFrgg... Optimize a-HiAndLowPass
2016-07-18 Julien _FrnchFrgg_... Simplify the logic in HiAndLowPass filter
2016-07-18 Robin Gareusclean up Hp/Lp code
2016-07-17 Robin Gareuscleanup High/Low Pass
2016-07-16 Robin Gareusremove old a-Hi/Low pass
2016-07-16 Robin Gareusclean up a-HP/LP
2016-07-16 Robin GareusHi AND low pass filter -- fresh from the oven werks.
2016-07-14 Robin Gareusconsistent height of a-eq a-hp/lp
2016-07-12 Robin Gareusmidimon: add option to format note-names
2016-07-12 Robin Gareusre-classify bundled lua scripts
2016-07-11 Julien "_FrnchFrgg... Make MIDI monitor a pass-through for audio and midi
2016-07-11 Robin Gareusupdate MIDIEvent lua bindings/example
2016-07-11 Robin Gareusadd a convenient lua forward mapped buffers method
2016-07-11 Julien "_FrnchFrgg... Improve MIDI monitor
2016-07-11 Julien "_FrnchFrgg... Add a new MIDI monitor plugin
2016-07-11 Robin Gareuselaborate documented raw audio/midi buffer lua example
2016-07-10 Robin Gareusrefine lua-script documentation
2016-07-10 Robin Gareusadd a raw midi buffer plugin example
2016-07-07 Robin Gareusupdate lua-biquad: add en/disable
2016-07-07 Robin Gareusrewrite spectrogram using PBD::Ringbuffer
2016-07-06 Robin Gareusfix a-High/LowPass transfer-fn display visual bleed
2016-07-05 Robin Gareustweak a-series plugin names
2016-07-03 Robin Gareusmore lua-script updates:
2016-07-03 Robin Gareusupdate lua scripts
2016-07-03 Robin Gareusadd grid to inline-spectrum
2016-07-02 Robin GareusHP/LP: enforce enum integr type (inline control sends...
2016-07-02 Robin Gareusupdate lua-scripts:
2016-07-01 Robin Gareusfix lua filters for multi-channels processing
2016-05-31 Robin Gareusupdate lua script to use new remote_id lookup API
2016-05-29 Robin Gareusprototype lua midi generators & filters and port event...
2016-05-23 Robin Gareuslua script to remove all unknown processors
2016-05-22 Robin Gareusadd a lua high/low pass filter with configurable slope
2016-05-21 Robin Gareuscomplete lua DSP filter with parameter interpolation...
2016-05-20 Robin Gareusadd an lua DSP example filter w/inline display
2016-05-14 Robin Gareussome love for session-scripts.
2016-05-05 Robin Gareuslua script to bounce regions w/processing and replace...
2016-04-29 Robin Gareusadd Lua DSP plugin category
2016-04-26 Robin Gareuslua snippet to interact with portengine
2016-04-15 Robin Gareusexample multi-channel synth for testing (revert this)
2016-04-14 Robin Gareuschange lua synth to multi-output
2016-04-14 Robin Gareusluaproc: assert instance access
2016-04-11 Robin Gareusupdate and cleanup lua example scripts
2016-04-10 Robin GareusAdd tom's additions to tom's loop and turn it into...
2016-04-10 Robin Gareusfix loop example script (updated API)
2016-04-10 Robin Gareussome more example lua scripts
2016-04-10 Robin Gareusadd undo to the lua bounce+loop example script, just...
2016-04-09 Robin Gareusexercise new lua bindings
2016-04-07 Robin Gareusadd "for each track" snippet.
2016-04-06 Robin Gareuslua-scope handle unconnected in-place buffers
2016-03-26 Robin Gareustweak plugin-pin management dev script
2016-03-26 Robin Gareusmove LuaOSC into Ardour namespace
2016-03-26 Robin Gareusadd lua script to test channel-mapping, update doc
2016-03-24 Robin GareusConsistent C++ & Lua Namespace/Class names + documentation.
2016-03-23 Robin Gareusadd/update lua scripts
2016-03-21 Robin Gareusupdate scripts (Lua namespace refactoring)
2016-03-19 Robin Gareusadd more lua examples/doc
2016-03-19 Robin Gareusexpose Lua OSC transmitter
2016-03-18 Robin Gareusfix some plugin control name typos
2016-03-18 Robin GareusAdd a Lua Action Script to add scopes to all tracks
2016-03-18 Robin Gareusadd a lua inline scope processor
2016-02-27 Robin GareusLua example script: fix some typos and add some comments
2016-02-23 Robin GareusAdd some lua scripts