summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-17Remove C++11isms (libptformat)Robin Gareus
2018-03-17Fix wrong "_nth_" replacement in ba202cc09Robin Gareus
2018-03-17Don't alter, use and rely on selection for PT importRobin Gareus
2018-03-17NO-OP: C++ify codeRobin Gareus
* remove typdef for struct * Remove {} struct initializer, use a dedicated c'tor * scope variables
2018-03-17NO-OP: whitespaceRobin Gareus
* distinguish comments and commented-out-code * add space after function, before bracket
2018-03-17PT import: Use multitrack MIDI import support based on ptformat updateDamien Zammit
2018-03-17ptformat: Update to upstream master 4e653041Damien Zammit
- Better MIDI support
2018-03-16Startup Dialog: A change to the monitor selection should trigger a write to ↵Ben Loftis
config.
2018-03-16add support to reinstantiate deleted pluginsNikolaus Gullotta
2018-03-16NO-OP: Convert Spaces to TabsNikolaus Gullotta
2018-03-16description changes and stop jumping instructions if proc:isnil()Nikolaus Gullotta
2018-03-16Expose a few more PluginInsert methods to LuaRobin Gareus
2018-03-15GUI: create_vca() API changeRobin Gareus
2018-03-15VCA API-change: return created VCAs (handy for Lua scripts)Robin Gareus
2018-03-14re-add plugin bypass state and move proc order writing closer to topNikolaus Gullotta
2018-03-13I said, LESS ugly, not more :)Nikolaus Gullotta
2018-03-13Now recalls plug-in ordering (also looks a bit less ugly hopefully?Nikolaus Gullotta
2018-03-13Add Midnam for Roland TB-037890
Named controllers according to MIDI implementation chart. https://www.roland.com/global/support/by_product/tb-03/
2018-03-13Sort generic-midi bindings alphabeticallyRobin Gareus
2018-03-13Novation LaunchKey 49 bindings from Michael McLeodRobin Gareus
2018-03-13Same for midi input enable buttonLen Ovens
2018-03-12Trim and vca button should also be insensitive in strip aux modeLen Ovens
2018-03-12OSC: group commands should feedback all off if no groupLen Ovens
2018-03-12Initial checkin of mixer store scriptNikolaus Gullotta
2018-03-11Tweak logic in master-bus packing to make it clearer; will also minimize ↵Ben Loftis
conflicts with Mixbus.
2018-03-10OSC: fix /strip/hidden feedback excessLen Ovens
2018-03-10OSC: change group sharing to individual commandsLen Ovens
Send less feedback for group name and sharing
2018-03-10OSC: set surface should reset custom modeLen Ovens
2018-03-10OSC: Display only strips controlled by selected VCALen Ovens
2018-03-10OSC: add set VCA for slavable stripLen Ovens
2018-03-10OSC: Added slaved feedback to selectLen Ovens
2018-03-10Add virtual slaved, slaved_to calls to stripableLen Ovens
2018-03-10OSC: check route existsLen Ovens
2018-03-08Safeguard against possibly invalid peak-requestsRobin Gareus
It may happen that WaveView requests a range that is larger than the data on disk. If start > _length, cnt becomes negative and the function will throw or segfault.
2018-03-06Allow loadfile in non-rt scriptsRobin Gareus
2018-03-06Initial check in of EditorHook script transparent_regions.luaNikolaus Gullotta
2018-03-03generic_midi: add proper handling of midi controll togglesJan Lentfer
2018-03-02Unrecognized plugins are stored in the tagfile (FromPlug); but only set the ↵Ben Loftis
user_set flag if the user actually edited it.
2018-03-02Allow successive changes from the Gui to set tags.Ben Loftis
2018-03-02Remove interpolation unit-test (fails to compile)Robin Gareus
Ardour vari-speed does no longer use ARDOUR::CubicInterpolation and LinearInterpolation was removed. vari-speed is now using zita-resampler.
2018-03-02Fix gcc-4.2 OSX/PPC buildsRobin Gareus
ambiguity between reverse_iterator rend(); const_reverse_iterator rend() const;
2018-03-01Tag_reset() should be FromPlug, not FromGui.Ben Loftis
2018-03-01Fix thinko in prior commit 7c5f1c.Ben Loftis
2018-03-01Plugin-Tag improvements:Ben Loftis
Initialize LADSPA tags. Explicitly define behavior of tags provided by plugin, factory, or user. Store the plugin name in the tag-file, for easier user-submissions and bulk editing.
2018-02-28Yet another spelling mistake fixRobin Gareus
2018-02-28Fix a typo in session-utils (thanks to IOhannes/debian for reporting)Robin Gareus
2018-02-28Fix a typo (thanks to IOhannes/debian for reporting)Robin Gareus
2018-02-28Fix some GUI typos (thanks to IOhannes/debian for reporting)Robin Gareus
2018-02-27OSC: add group sharing bit feedbackLen Ovens
2018-02-27OSC: add group sharing bit settingLen Ovens