summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2019-07-18Sort Lua scripts case-insensitive and expose sort-structRobin Gareus
2019-07-18Remove debug outputRobin Gareus
2019-07-18Add Lua bindings to query&reset x-run countRobin Gareus
2019-07-15Fix deadlock when removing routes (initialization issues)Robin Gareus
2019-07-11Prevent adding a 2nd MIDI input/output portRobin Gareus
2019-07-10Re-work process-graph to use lock-free queuesRobin Gareus
2019-07-10Add lock-free multiple producer multiple reader queueRobin Gareus
2019-07-10Fix process-thread namingRobin Gareus
2019-07-06Add Lua binding to set/create track playlistsRobin Gareus
2019-07-04Use exit-status macros for compatibility 2/3Robin Gareus
2019-07-02Mixbus uses K14 (not K20) master meter by default (see also 297ed001d)Robin Gareus
2019-07-02Remove unused API -- there is no default backend.Robin Gareus
2019-07-02Mixbus/master is always using K20 by defaultRobin Gareus
2019-06-24LV2 support is not optional since 04ccd328dcRobin Gareus
2019-06-24Update to upstream ptformat 777686b (remove strndup && cleanup)Damien Zammit
2019-06-24Revert "Huh?? I can't believe that MSVC doesn't support strndup() !!!"Damien Zammit
2019-06-23Huh?? I can't believe that MSVC doesn't support strndup() !!!John Emmas
2019-06-22Update references to ptfformat -> ptformat && fix api callsDamien Zammit
2019-06-22ptformat: Update lib from legacy parser to new parser 6240b87Damien Zammit
2019-06-16Some more frame -> sample changes (luabindings.cc)Johannes Mueller
2019-06-09Update Push2 level-meter display (use new API)Robin Gareus
2019-06-09Consolidate meter-type state and APIRobin Gareus
2019-06-05do not set MIDI CC values on locate if control/parameter is set to "Off"Paul Davis
2019-06-05NOOP: whitespace/newline tweakPaul Davis
2019-06-04Skip name-suffix for first ALSA sub-deviceRobin Gareus
2019-06-04Fix async peak-meter resetRobin Gareus
2019-06-03Assume default plugin bussing is stereoRobin Gareus
2019-06-01List available ALSA sub-devicesRobin Gareus
2019-05-30Potential fix for a race.Johannes Mueller
2019-05-30Make ContourdesignControlProtocol::_button_actions private again ...Johannes Mueller
2019-05-26Fix a -Wmaybe-uninitialized (disk-reader, no audio)Robin Gareus
2019-05-26Shuttle Surface: fix linking .dllRobin Gareus
2019-05-25Shuttle Surface: request_factory and MSVC compatible structRobin Gareus
2019-05-25Shuttle Surface: Fix C++ style: use accessor/setter methodsRobin Gareus
2019-05-25Add preference to hide LADSPA plugin if LV2 existsRobin Gareus
2019-05-25NO-OP: whitespaceRobin Gareus
2019-05-24Fix LADSPA author name (remove padding)Robin Gareus
2019-05-19Use ActionModel also in ContourDesign surfaceJohannes Mueller
2019-05-18Some frame -> sample changes in UCS2400Johannes Mueller
2019-05-18Add support for contourdesign ShuttlePRO v2 and ShuttleXpressJohannes Mueller
2019-05-18Add some options for surfaces to jump in the timelineJohannes Mueller
2019-05-17Prefer dedicated c-pointer bindings (can be const)Robin Gareus
2019-05-17Fix std::list<hared_ptr<>> front/back methodsRobin Gareus
2019-05-13Fix some actions that moved from Common to Editor.Ben Loftis
2019-05-12Make the configuration penalty subtler about inputsJulien "_FrnchFrgg_" RIVAUD
2019-05-12Remove ad-hoc handling of possible_in == 0Julien "_FrnchFrgg_" RIVAUD
2019-05-12Enable overriding the configuration penaltyJulien "_FrnchFrgg_" RIVAUD
2019-05-12Merge input-imprecise pass into the main passJulien "_FrnchFrgg_" RIVAUD
2019-05-12Introduce a macro for imprecise configurationsJulien "_FrnchFrgg_" RIVAUD
2019-05-12Merge some cases to avoid duplicated logicJulien "_FrnchFrgg_" RIVAUD