summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-30Add factory plugin tags + favoritesRobin Gareus
2018-01-30Remove unused APIRobin Gareus
2018-01-30Major overhaul of plugin-selector: tag-management & filterRobin Gareus
This is a squashed commit of various 'nutag' topic branch commits: * re-layout plugin-manager * remove category, add tags * combine I/O columns in list. * update filter to search name and tags
2018-01-30Add plugin tag-filter to Mixer-favorites sidebarRobin Gareus
2018-01-30New PluginStatusesChanged APIRobin Gareus
2018-01-30NO-OP: whitespaceRobin Gareus
2018-01-30Update PluginManager: implement plugin tagsRobin Gareus
* move plugin-meta-data (status, tag) into dedicated sub-dir * load/save space separated tags * pre-seed tags with plugin-category (if unset) * breaking API change: PluginStatusesChanged() signal includes change
2018-01-30Prepare for PluginStatusesChanged API changeRobin Gareus
2018-01-30Update plugin classificationRobin Gareus
* dedicated API for classes (effect, instrument, util) * prepare for tags (rather than categories) * prepare removal of per-plugin in_category() API
2018-01-30Prepare plugin-meta-data config-dir and filesRobin Gareus
2018-01-30LuaInstance: prepare for 3 argument signal/slot callbacksRobin Gareus
2018-01-28Adds support for building in Mac OS High SierraChris Dennis
2018-01-28Add icon for MIDI sysex transmit scriptRobin Gareus
2018-01-27FP8/16: Update Plugin List when Selection changes.Robin Gareus
2018-01-27FP8/16: Don't show Channelstrip as Plugin, use well-known API onlyRobin Gareus
2018-01-27Emit a single change when changing track selection in the mixer.Robin Gareus
Previously changing track-selection emitted 2 "stripable_selection_changed" events: select (nil); select (new). This fixes an issue with the FaderPort ctrl surface when editing plugins: Switching from one track to another follows selection, but if no track is selected, the FP switches from "Edit Plugins" to "Track" mode.
2018-01-27remove accidentally commited fileRobin Gareus
2018-01-27Fix some small memory leak (libardour)Robin Gareus
2018-01-27Fix some small memory leaks (GUI)Robin Gareus
2018-01-26Fix some clang warnings (argument with 'nonnull' attribute passed null)Robin Gareus
2018-01-25Add tooltip to markers so they can be found without zooming in.Ben Loftis
2018-01-25Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour)John Emmas
2018-01-24OSC: reorder /set_surface parameters to fit manualLen Ovens
remove unused call
2018-01-24OSC: Make sure observers are restarted if port changesLen Ovens
2018-01-24OSC: Allow Surface to set it's own receive portLen Ovens
2018-01-24OSC: allow each surface to set portmode for that IP.Len Ovens
2018-01-23Fix FP16 Solo (0x53 is mapped to encoder-press, 0x56 to loop)Robin Gareus
2018-01-23Update Japanese translationHiroki Inagaki
2018-01-21Fix ffmpeg/ffprobe parser (sample/frame 30b087ab) - #7544Robin Gareus
2018-01-21Use "frame" for video-frames, fixes video-monitor state.Robin Gareus
revert/amend/undo 30b087ab for video-related units
2018-01-21Fix Export-format timecode spec (frames: timecode frames)Robin Gareus
undo/fix 30b087ab3d
2018-01-21Fix video preview request - #7544Robin Gareus
see also 2e9fcceb1e and 30b087ab3
2018-01-17Explicit encoding for bindings html.Robin Gareus
2018-01-15Add Lua bindings to change Location/Maker namesRobin Gareus
2018-01-14OSC: Added feedback for /strip/hideLen Ovens
2018-01-14OSC: add /strip/hideLen Ovens
2018-01-14fix DSP load indicator colorRobin Gareus
2018-01-14Add Toolbar disk-space widget.Robin Gareus
2018-01-14Separate DSP load indicator into generic gauge widgetRobin Gareus
2018-01-13OSC: Add feedback for hidden stripLen Ovens
2018-01-13OSC: add /select/hideLen Ovens
2018-01-12Refine 31f79489, de-duplicate AU I/O configurationsRobin Gareus
2018-01-11Fix AU i/o busses accounting.Robin Gareus
This fixes issues for synths with zero audio input, explicit default stereo config and optional busses.
2018-01-09OSC: Expand gainmode to add two new optionsLen Ovens
fix bug where a surface might have more than one global observer
2018-01-03strlen is not a member of std.Robin Gareus
2018-01-02OSC: Plugin activate should detect no pluginsLen Ovens
2018-01-01amend a954dca1: Prost Neujahr!Robin Gareus
2018-01-01Bonne année 2018Robin Gareus
2017-12-31Keep Script Window on top.Robin Gareus
Compare to f83dbf83. We cannot use an ArdourWindow here (which would do this automatically) since we don't want any keyboard-event forwarding from this editor-window. It's also a main window, not a WM::ProxyTemporary.
2017-12-31Lua-binding to directly add automation-eventsRobin Gareus