summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-07Change get_routes to get_routelist where appropriate.Len Ovens
2018-11-07get_stripables and get_routelist are now presentationinfo awareLen Ovens
2018-11-07Consolidate VST Plugin InfoRobin Gareus
2018-11-07Force VST category to be "Instrument" for instruments.Robin Gareus
2018-11-07Honor effFlagsIsSynth and always assume those VSTs are instrumentsRobin Gareus
2018-11-07GUI options to select FLAC as media formatRobin Gareus
2018-11-07Add support for recording to .flacRobin Gareus
2018-11-07NO-OP: whitespaceRobin Gareus
2018-11-07Close files at rec-stop (re-open as needed)Robin Gareus
2018-11-06Skip updating options for hidden file-dialogRobin Gareus
2018-11-05DSP-Load Window: subscribe to newly added routesRobin Gareus
2018-11-04Save Lua UI scripts separatelyRobin Gareus
2018-11-04NO-OP: whitespaceJohannes Mueller
2018-11-04Remove C++11'ismRobin Gareus
2018-11-04Fix AudioUnit, missing const in cbef72b8a13Robin Gareus
2018-11-04Prefer const references for Pin/Channel mapsRobin Gareus
2018-11-04Plugin pin-mapping micro-optimizationRobin Gareus
2018-11-04Optimize Plugin connect & run API, use const mapsRobin Gareus
2018-11-04Optimize Parameter Control LoopRobin Gareus
2018-11-02rename TransportMasterManager::init() to ::set_default_configuration() to mak...Paul Davis
2018-11-02fix crash during first-run configuration of the application, caused by using ...Paul Davis
2018-11-01Allow strips to add or remove personal sendsLen Ovens
2018-11-01A listen route has no aux sendsLen Ovens
2018-11-01Work around tooltips in treeviews selection issue #7678Robin Gareus
2018-11-01Create sidechain ports when created from template (#0007680)Johannes Mueller
2018-11-01Allow ListenBus to be added by GUILen Ovens
2018-11-01Prefer key-event dispatch over emulated events for VST plugins.Robin Gareus
2018-11-01Add API to dispatch keyboard events to VST PluginsRobin Gareus
2018-11-01Correct new track/bus/VCA dialog textLen Ovens
2018-11-01Consider size of port matrix column labels for size of row labelsJohannes Mueller
2018-11-01Update names of sidechains.Johannes Mueller
2018-11-01Put the sidechain ports into a dedicated tab in PortMatrixJohannes Mueller
2018-11-01Skip VST version check to detect MIDI inputsRobin Gareus
2018-11-01Fix key-forwarding to linuxVST UIsRobin Gareus
2018-10-31Allow to limit strip-inline controls (GUI optimization)Robin Gareus
2018-10-31Preference Dropdown to limit Automatable ParametersRobin Gareus
2018-10-31Add option to limit automatable control parmatersRobin Gareus
2018-10-31Remove duplicate callRobin Gareus
2018-10-31NO-OP: whitespaceRobin Gareus
2018-10-30OSC: Allow non-cue surfaces to create personal send and ListenBusLen Ovens
2018-10-30Add ListenBus to stripable typesLen Ovens
2018-10-30New Route dialog: add fallback default selectionRobin Gareus
2018-10-29Safe-guard non-rt-safe sidechain operationsRobin Gareus
2018-10-29Consolidate PinDialog Session/recording checksRobin Gareus
2018-10-29Set session of PluginPinWidget created after ::set_session()Johannes Mueller
2018-10-28Processor-box control context menu updateRobin Gareus
2018-10-28Don't show hidden controls inline in the mixer-stripRobin Gareus
2018-10-28Only allow LV2 touch events for control inputsRobin Gareus
2018-10-27Fix incorrect VST callback fall-though (effective NOOP)Robin Gareus
2018-10-27Fix another compiler warningRobin Gareus