(Source List) No need to show the path when file is internal to session.
[ardour.git] / libs /
2019-08-01 Ben Loftis(Source List) merge fixes
2019-08-01 Ben Loftis(Source List) Clean up the natural_position implementat...
2019-08-01 Ben Loftis(Source List) RegionFactory should return an empty...
2019-08-01 Ben Loftis(Source List) Region Tags (libardour part)
2019-08-01 Ben Loftis(Source List) Region List rewrite (libardour part)
2019-08-01 Ben Loftis(Source List) Source property signals (libardour part)
2019-08-01 Ben Loftis(Source List) Take-ID: new (working) implementation.
2019-07-31 Robin GareusFix C++11 NSDMI
2019-07-30 Robin GareusUpdate MIDI Event precedence
2019-07-29 John EmmasAnother try at fixing our 'spinlock_t' compatibility
2019-07-29 Robin GareusPartially undo 6d4b94df13 for MSVC and C++98 compat
2019-07-29 Robin GareusFix random off-by-one issue when vertically zooming...
2019-07-29 Robin GareusFix rendering of region waveform left-edge
2019-07-29 Robin GareusNO-OP: whitespace
2019-07-28 Robin GareusReduce compiler warnings when boost uses std-atomics
2019-07-28 Robin GareusYet another spinlock init hack for g++8 std::atomics
2019-07-28 Robin GareusPrevent spinlock copy construction
2019-07-28 Robin GareusAnother attempt at improving spinlock init
2019-07-28 Robin GareusFollow up d8ae3fd
2019-07-27 John EmmasMSVC requires an already initialized object to initiali...
2019-07-26 Robin GareusCorrectly initialize spintlock_t
2019-07-26 Robin GareusPA-backend: Flush buffer and wake up main thread at...
2019-07-26 Robin GareusPrefix all env variable with "ARDOUR_"
2019-07-26 Robin GareusLaunch pavucontrol as PA's control app
2019-07-25 Robin GareusFix time_t <> long int ambiguity (OSX gcc builds)
2019-07-25 Robin GareusFix PA: unlock mainloop on abort
2019-07-25 Robin GareusPuls der Zeit
2019-07-24 Robin GareusALSA backend: fix play/capture device param detection
2019-07-24 Robin GareusFix ALSA available buffersize detection:
2019-07-22 Nikolaus GullottaLocation timestamp changes - can now sort by location...
2019-07-19 John Emmas'ARDOUR::LuaScripting::Sorter()' needs to be exportable...
2019-07-18 Paul DavisRevert "fix use of session-creation via template, when...
2019-07-18 Paul Davisfix use of session-creation via template, when just...
2019-07-18 Robin GareusSort Lua scripts case-insensitive and expose sort-struct
2019-07-18 Robin GareusRemove debug output
2019-07-18 Robin GareusAdd Lua bindings to query&reset x-run count
2019-07-14 Robin GareusFix deadlock when removing routes (initialization issues)
2019-07-11 Robin GareusPrevent adding a 2nd MIDI input/output port
2019-07-10 Robin GareusRe-work process-graph to use lock-free queues
2019-07-10 Robin GareusAdd lock-free multiple producer multiple reader queue
2019-07-10 Robin GareusFix process-thread naming
2019-07-06 Robin GareusAdd Lua binding to set/create track playlists
2019-07-04 Robin GareusUse exit-status macros for compatibility 2/3
2019-07-02 Robin GareusMixbus uses K14 (not K20) master meter by default ...
2019-07-02 Robin GareusRemove unused API -- there is no default backend.
2019-07-02 Robin GareusMixbus/master is always using K20 by default
2019-06-24 Robin GareusLV2 support is not optional since 04ccd328dc
2019-06-24 Damien ZammitUpdate to upstream ptformat 777686b (remove strndup...
2019-06-24 Damien ZammitRevert "Huh?? I can't believe that MSVC doesn't support...
2019-06-23 John EmmasHuh?? I can't believe that MSVC doesn't support strndup...
2019-06-22 Damien ZammitUpdate references to ptfformat -> ptformat && fix api...
2019-06-22 Damien Zammitptformat: Update lib from legacy parser to new parser...
2019-06-15 Johannes MuellerSome more frame -> sample changes (luabindings.cc)
2019-06-09 Robin GareusUpdate Push2 level-meter display (use new API)
2019-06-09 Robin GareusConsolidate meter-type state and API
2019-06-05 Paul Davisdo not set MIDI CC values on locate if control/paramete...
2019-06-05 Paul DavisNOOP: whitespace/newline tweak
2019-06-04 Robin GareusSkip name-suffix for first ALSA sub-device
2019-06-04 Robin GareusFix async peak-meter reset
2019-06-03 Robin GareusAssume default plugin bussing is stereo
2019-06-01 Robin GareusList available ALSA sub-devices
2019-05-30 Johannes MuellerPotential fix for a race.
2019-05-30 Johannes MuellerMake ContourdesignControlProtocol::_button_actions...
2019-05-26 Robin GareusFix a -Wmaybe-uninitialized (disk-reader, no audio)
2019-05-26 Robin GareusShuttle Surface: fix linking .dll
2019-05-25 Robin GareusShuttle Surface: request_factory and MSVC compatible...
2019-05-25 Robin GareusShuttle Surface: Fix C++ style: use accessor/setter...
2019-05-24 Robin GareusAdd preference to hide LADSPA plugin if LV2 exists
2019-05-24 Robin GareusNO-OP: whitespace
2019-05-24 Robin GareusFix LADSPA author name (remove padding)
2019-05-19 Johannes MuellerUse ActionModel also in ContourDesign surface
2019-05-18 Johannes MuellerSome frame -> sample changes in UCS2400
2019-05-18 Johannes MuellerAdd support for contourdesign ShuttlePRO v2 and Shuttle...
2019-05-18 Johannes MuellerAdd some options for surfaces to jump in the timeline
2019-05-17 Robin GareusPrefer dedicated c-pointer bindings (can be const)
2019-05-17 Robin GareusFix std::list<hared_ptr<>> front/back methods
2019-05-13 Ben LoftisFix some actions that moved from Common to Editor.
2019-05-12 Julien "_FrnchFrgg... Make the configuration penalty subtler about inputs
2019-05-12 Julien "_FrnchFrgg... Remove ad-hoc handling of possible_in == 0
2019-05-12 Julien "_FrnchFrgg... Enable overriding the configuration penalty
2019-05-12 Julien "_FrnchFrgg... Merge input-imprecise pass into the main pass
2019-05-12 Julien "_FrnchFrgg... Introduce a macro for imprecise configurations
2019-05-12 Julien "_FrnchFrgg... Merge some cases to avoid duplicated logic
2019-05-12 Julien "_FrnchFrgg... Replace the exact_match logic by a negative penalty
2019-05-12 Julien "_FrnchFrgg... Remove never-matching assert
2019-05-12 Julien "_FrnchFrgg... Prefer int32_t to int for channel counts
2019-05-12 Johannes MuellerFix for #7755: initialize reverb and chorus of fluidsyn...
2019-05-10 Robin GareusFix ALSA MIDI device naming
2019-05-09 Robin GareusGeneric-MIDI ctrl: tweak pitch-bend message behavior
2019-05-08 Robin GareusNotify custom UIs when designated LV2 BPM port changes
2019-05-08 Robin GareusHide designated [lv2] BPM port from GUI
2019-05-08 Robin GareusPrepare for Ardour/ALSA multiple identical MIDI devices
2019-05-08 Robin GareusFix solo logic, connection/feed-information
2019-05-08 Robin GareusNO-OP: Unclutter -DGraph
2019-05-05 Robin GareusFix ALSA MIDI latency update call (playback/capture...
2019-05-05 Robin GareusRemove outdated comment
2019-05-05 Robin GareusFix add/remove ALSA-MIDI ports bug
2019-05-05 Robin GareusTweak initial generic-midi sync/smoothing
2019-05-03 Robin GareusIgnore MIDNAM NRPN Controls for the time being
2019-05-03 Robin GareusExtend list of supported LV2 features
next