Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add some doc/comments to the timecode example script | Robin Gareus | 2016-12-08 | 1 | -5/+9 |
| | |||||
* | Add timecode example script | Robin Gareus | 2016-12-08 | 1 | -0/+17 |
| | |||||
* | create_drum_tracks lua script by Phillip Smith | Ben Loftis | 2016-12-06 | 1 | -0/+41 |
| | |||||
* | add_filters lua script by Phillip Smith | Ben Loftis | 2016-12-06 | 1 | -0/+54 |
| | |||||
* | fader-to-trim lua script by Phillip Smith | Ben Loftis | 2016-12-05 | 1 | -0/+60 |
| | |||||
* | a-High/LowPass allow 8K samples inclusive | Robin Gareus | 2016-11-24 | 1 | -1/+1 |
| | |||||
* | MIDI LFO generator plugin | Robin Gareus | 2016-11-21 | 1 | -0/+74 |
| | |||||
* | Add a Lua script snippet processing region data from the editor | Robin Gareus | 2016-11-19 | 1 | -0/+81 |
| | |||||
* | Add example script to modulate parmaters globally | Robin Gareus | 2016-11-16 | 1 | -0/+46 |
| | |||||
* | fix typo in example script | Robin Gareus | 2016-11-12 | 1 | -1/+1 |
| | |||||
* | update lua script to follow Region API change. | nick_m | 2016-11-11 | 1 | -1/+1 |
| | |||||
* | Revert "update lua script to follow API change (bb459a2e7d)" | Robin Gareus | 2016-11-10 | 1 | -1/+1 |
| | | | | | This reverts commit f09e9347e140d8b0151dd1bf1b5f91e473674699. because the new-midi branch wasn't merged, yet | ||||
* | don't ship fan-out instrument lua script (but keep it as example) | Robin Gareus | 2016-11-10 | 1 | -5/+12 |
| | |||||
* | prototype script to fan out instrument outputs to busses | Robin Gareus | 2016-11-10 | 1 | -0/+62 |
| | |||||
* | another lua DSP example | Robin Gareus | 2016-11-09 | 1 | -0/+31 |
| | |||||
* | update lua script to follow API change (bb459a2e7d) | Robin Gareus | 2016-10-31 | 1 | -1/+1 |
| | |||||
* | vamp_audio_to_midi script now operates on a list of regions, calling ↵ | Nathan Stewart | 2016-10-21 | 1 | -22/+38 |
| | | | | qm-transcription for each region. The MIDI region holding the output is resized to the extents of the audio region list. This is because qm-transcription is a memory hog and barfs if you try to process too big a region. | ||||
* | Clarify documentation of Lua inter-processor communication | Robin Gareus | 2016-10-12 | 1 | -3/+10 |
| | |||||
* | make raw-midi script pass unit-tests (no midi port on track) | Robin Gareus | 2016-10-11 | 1 | -1/+0 |
| | |||||
* | Example Lua script for inter-plugin communication | Robin Gareus | 2016-10-10 | 1 | -0/+71 |
| | |||||
* | Interpret start & length_beats properties as double rather than Evoral::Beats. | nick_m | 2016-10-10 | 1 | -1/+1 |
| | | | | | | | - Evoral::Beats operator!= would prevent an increment of start_beats by intervals of less than a tick, so its possible that other subtle problems existed due to this kind of thing. | ||||
* | Audio->MIDI script: properly handle MIDI-region start-offset | Robin Gareus | 2016-10-09 | 1 | -5/+5 |
| | |||||
* | add BBT offsets to Audio->MIDI script | Robin Gareus | 2016-10-07 | 1 | -11/+10 |
| | |||||
* | Arrrgh Ardour starts counting at 1 :( | Robin Gareus | 2016-10-07 | 1 | -1/+1 |
| | |||||
* | fix script now that block + step size are set correctly | Robin Gareus | 2016-10-07 | 1 | -2/+2 |
| | |||||
* | prototype polyphonic audio to midi script | Robin Gareus | 2016-10-07 | 1 | -0/+43 |
| | |||||
* | Lua Script Example for Audio to Midi Transcription (work in progress) | Robin Gareus | 2016-10-06 | 1 | -0/+57 |
| | |||||
* | Add Lua snippet to list and describe Vamp Plugins | Robin Gareus | 2016-10-06 | 1 | -0/+41 |
| | |||||
* | elaborate Lua-Vamp example | Robin Gareus | 2016-10-05 | 1 | -3/+17 |
| | |||||
* | add Lua script example for vamp onset analysis | Robin Gareus | 2016-10-03 | 1 | -0/+82 |
| | |||||
* | add vamp-plugin example lua script | Robin Gareus | 2016-10-03 | 1 | -0/+49 |
| | |||||
* | update script to follow libardour API change | Robin Gareus | 2016-09-18 | 1 | -1/+1 |
| | |||||
* | match ID of Inline Scope following 2b7a89e | Robin Gareus | 2016-09-18 | 1 | -2/+2 |
| | |||||
* | Tweak PR 269 for portable file-path | Robin Gareus | 2016-09-12 | 1 | -1/+1 |
| | |||||
* | Cleaned up messed indents (tabs vs. spaces) | Johannes Mueller | 2016-09-12 | 1 | -7/+7 |
| | |||||
* | Lua script to export markers as mp4 chapters | Johannes Mueller | 2016-09-12 | 1 | -0/+55 |
| | | | | | Location markers, that are not xruns are exported as mp4 chapter marks. This requires `Location::name()` to be exposed to Lua. | ||||
* | Example script to prepare the session to record | Johannes Mueller | 2016-09-12 | 1 | -0/+62 |
| | | | | | | | | | | | Often one needs to make sure that all the relevant settings are made before one actually starts recording. The Lua interface can take care of this task easily, that the operater by just one action can make sure that the relevant settings (e.g. recenables, playhead position, etc.) are ready for recording. This example was written with a quasi live podcast scenario in mind. See `scripts/prepare_record_example.lua` for details. | ||||
* | and another SNAFU... | Robin Gareus | 2016-08-30 | 1 | -113/+115 |
| | |||||
* | fix jump out of local scope | Robin Gareus | 2016-08-30 | 1 | -1/+1 |
| | |||||
* | correct comments and avoid /={4+}/ | Robin Gareus | 2016-08-30 | 1 | -6/+3 |
| | |||||
* | -put method print_help() inside factory() (!) -nop / add comments | Thomas Brand | 2016-08-30 | 1 | -148/+156 |
| | | | | Signed-off-by: Thomas Brand <tom@trellis.ch> | ||||
* | tom's loop: fix arguments to add_region() | Robin Gareus | 2016-08-30 | 1 | -1/+1 |
| | |||||
* | -adapt to new method syntax of add_region() to make script work with latest ↵ | Thomas Brand | 2016-08-30 | 1 | -3/+151 |
| | | | | | | lua API -add help text; displayed on error in script output window Signed-off-by: Thomas Brand <tom@trellis.ch> | ||||
* | notch: narrow the bandwidth with increasing frequency | Robin Gareus | 2016-08-28 | 1 | -1/+1 |
| | |||||
* | fix typo in notch example script | Robin Gareus | 2016-08-28 | 1 | -1/+1 |
| | |||||
* | newbie documentation | Robin Gareus | 2016-08-27 | 1 | -13/+51 |
| | |||||
* | notch-bank: increase max Q, use logscale | Robin Gareus | 2016-08-27 | 1 | -1/+1 |
| | |||||
* | update notch-bank to variable i/o, increase max stages to 100 | Robin Gareus | 2016-08-27 | 1 | -18/+38 |
| | |||||
* | add a notch-bank filter | Robin Gareus | 2016-08-27 | 1 | -0/+63 |
| | |||||
* | example fluidsynth lua script (currently: hardcoded .sf2) | Robin Gareus | 2016-08-23 | 1 | -0/+51 |
| | |||||
* | pong on the major scale (and fix a typo) | Robin Gareus | 2016-08-22 | 1 | -3/+5 |
| | |||||
* | more musical pong. uhm ping. | Robin Gareus | 2016-08-21 | 1 | -10/+24 |
| | |||||
* | NO-OP: more source code comments | Robin Gareus | 2016-08-21 | 1 | -11/+23 |
| | |||||
* | refurbish a-pong | Robin Gareus | 2016-08-21 | 1 | -25/+89 |
| | | | | | | | * add code comments * support no-inplace audio processing * display score * add re-init & difficulty settings | ||||
* | clean up a-pong | Robin Gareus | 2016-08-21 | 1 | -35/+47 |
| | |||||
* | showcase | Robin Gareus | 2016-08-21 | 1 | -0/+156 |
| | |||||
* | fix SNAFU in track-properties script | Robin Gareus | 2016-08-18 | 1 | -1/+1 |
| | |||||
* | add some track properties example script | Robin Gareus | 2016-08-17 | 1 | -0/+38 |
| | |||||
* | These are not the scripts you're looking for | Julien "_FrnchFrgg_" RIVAUD | 2016-08-17 | 3 | -0/+0 |
| | |||||
* | remove debug output | Robin Gareus | 2016-08-10 | 1 | -1/+0 |
| | |||||
* | prefix no-inst script with an underscore and skip install | Robin Gareus | 2016-08-10 | 10 | -1/+2 |
| | |||||
* | prefix blessed scripted DSP plugins with a-* | Robin Gareus | 2016-08-10 | 6 | -16/+12 |
| | |||||
* | add a script to multi-split regions | Robin Gareus | 2016-08-06 | 1 | -0/+70 |
| | |||||
* | Remove dsp_has_midi_*() in favor of dsp_ioconfig() | Julien "_FrnchFrgg_" RIVAUD | 2016-08-06 | 5 | -29/+13 |
| | | | | | _has_midi_*put members of LuaProc will be set according to the actual configuration chosen, for configure_io() and run() to use. | ||||
* | add a script to exercise varispeed playback | Robin Gareus | 2016-07-24 | 1 | -0/+32 |
| | |||||
* | enforce range of HP/LP | Robin Gareus | 2016-07-19 | 1 | -4/+27 |
| | | | | | We must not assume that the host sends values within the the range nor that the enum is always an integer. | ||||
* | Fix a typo in HiAndLowPass.lua | Julien "_FrnchFrgg_" RIVAUD | 2016-07-19 | 1 | -6/+6 |
| | | | | | | | | | Instead of mixing two consecutive biquad orders with a linear xfade, the code used the same weight for both signals to mix, due to a copy-paste blunder. Brown-bag fix this now. Also change a little the threshold for using 32-samples chunks to cater for steepness jumping from 0 to 4 (this doesn't change anything for commonly used rates and is just for robustness in never-happening cases anyway). | ||||
* | Optimize a-HiAndLowPass | Julien "_FrnchFrgg_" RIVAUD | 2016-07-18 | 1 | -21/+37 |
| | | | | | | | - Better formula for the lpf smoothness parameter. It is computed only on init and rate change anyway... - Only run as many Biquads as needed to save computing power, esp. when using low steepness and parameters are not changing. | ||||
* | Simplify the logic in HiAndLowPass filter | Julien _FrnchFrgg_ RIVAUD | 2016-07-18 | 1 | -38/+43 |
| | | | | And beef up comments for readers using the filter as an example. | ||||
* | clean up Hp/Lp code | Robin Gareus | 2016-07-18 | 1 | -9/+7 |
| | |||||
* | cleanup High/Low Pass | Robin Gareus | 2016-07-17 | 1 | -10/+8 |
| | | | | | | * shorten Name * fix typo in Time Constant * remove some local variables | ||||
* | remove old a-Hi/Low pass | Robin Gareus | 2016-07-17 | 1 | -285/+0 |
| | |||||
* | clean up a-HP/LP | Robin Gareus | 2016-07-17 | 1 | -17/+31 |
| | |||||
* | Hi AND low pass filter -- fresh from the oven werks. | Robin Gareus | 2016-07-16 | 1 | -0/+342 |
| | |||||
* | consistent height of a-eq a-hp/lp | Robin Gareus | 2016-07-14 | 1 | -1/+1 |
| | |||||
* | midimon: add option to format note-names | Robin Gareus | 2016-07-12 | 1 | -4/+24 |
| | |||||
* | re-classify bundled lua scripts | Robin Gareus | 2016-07-12 | 20 | -57/+30 |
| | | | | | | | | | * 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) | ||||
* | Make MIDI monitor a pass-through for audio and midi | Julien "_FrnchFrgg_" RIVAUD | 2016-07-12 | 1 | -15/+24 |
| | | | | | | | | | | | MIDI monitor only accepted midi data and output that same data. That was logical for a MIDI plugin, but a consequence is that automatic pin configuration makes MIDI monitors opaque to audio data, which means drag'n'dropping a MIDI monitor for debugging purposes can suddenly cut audio, or even change the channel count if strict I/O is enabled. Improve the MIDI monitor so that it passes through all incoming data unchanged. | ||||
* | update MIDIEvent lua bindings/example | Robin Gareus | 2016-07-12 | 1 | -3/+3 |
| | |||||
* | add a convenient lua forward mapped buffers method | Robin Gareus | 2016-07-11 | 1 | -2/+19 |
| | |||||
* | Improve MIDI monitor | Julien "_FrnchFrgg_" RIVAUD | 2016-07-11 | 1 | -12/+18 |
| | |||||
* | Add a new MIDI monitor plugin | Julien "_FrnchFrgg_" RIVAUD | 2016-07-11 | 1 | -0/+181 |
| | | | | | | | | This plugin lets through all incoming MIDI events, and also shows the latest ones in a human-readable format directly on the mixer strip. The user can choose the font size and the number of recent events displayed, as well as whether to print values in decimal or hexadecimal, and whether to print system events. | ||||
* | elaborate documented raw audio/midi buffer lua example | Robin Gareus | 2016-07-11 | 1 | -17/+75 |
| | |||||
* | refine lua-script documentation | Robin Gareus | 2016-07-10 | 4 | -16/+35 |
| | |||||
* | add a raw midi buffer plugin example | Robin Gareus | 2016-07-10 | 1 | -0/+33 |
| | |||||
* | update lua-biquad: add en/disable | Robin Gareus | 2016-07-07 | 1 | -14/+24 |
| | |||||
* | rewrite spectrogram using PBD::Ringbuffer | Robin Gareus | 2016-07-07 | 1 | -77/+61 |
| | |||||
* | fix a-High/LowPass transfer-fn display visual bleed | Robin Gareus | 2016-07-06 | 1 | -1/+3 |
| | |||||
* | tweak a-series plugin names | Robin Gareus | 2016-07-05 | 1 | -4/+2 |
| | |||||
* | more lua-script updates: | Robin Gareus | 2016-07-04 | 4 | -24/+23 |
| | | | | | * comments and explain amp4.lua * move amp1-3 to "Example" category | ||||
* | update lua scripts | Robin Gareus | 2016-07-04 | 3 | -8/+123 |
| | | | | | | * add proper amplifier (smooth gain change) + text-example * remove commented no-inplace from High/Low pass * amend 913609be inline spectrogam re-init | ||||
* | add grid to inline-spectrum | Robin Gareus | 2016-07-03 | 1 | -7/+45 |
| | |||||
* | HP/LP: enforce enum integr type (inline control sends continuous value) | Robin Gareus | 2016-07-03 | 1 | -3/+3 |
| | |||||
* | update lua-scripts: | Robin Gareus | 2016-07-03 | 5 | -3/+305 |
| | | | | | | * add an inline spectrum display * fix re-init HP/LP and Biquad * add some comments, labels etc | ||||
* | fix lua filters for multi-channels processing | Robin Gareus | 2016-07-01 | 2 | -15/+44 |
| | |||||
* | update lua script to use new remote_id lookup API | Robin Gareus | 2016-05-31 | 4 | -4/+4 |
| | |||||
* | prototype lua midi generators & filters and port event-rewrite | Robin Gareus | 2016-05-29 | 4 | -3/+134 |
| | |||||
* | lua script to remove all unknown processors | Robin Gareus | 2016-05-23 | 1 | -0/+21 |
| | |||||
* | add a lua high/low pass filter with configurable slope | Robin Gareus | 2016-05-23 | 1 | -0/+273 |
| | |||||
* | complete lua DSP filter with parameter interpolation & comments | Robin Gareus | 2016-05-21 | 1 | -42/+109 |
| |