When a marker is selected, change the marker color in addition to the line color.
[ardour.git] / libs /
2019-12-09 Paul Davisfix error when continuing to refill audio playback...
2019-12-09 Robin GareusFix two compiler warnings
2019-12-09 Paul Davismore debug output
2019-12-09 Paul Davisavoid a locate-to-loop-start from cancelling looping
2019-12-09 Paul Daviscorrect logic errors related to roll-after-locate in...
2019-12-09 Paul Davisfix missing SessionEvent when **all** tracks need a...
2019-12-08 Robin GareusBetter, more consistent fix for d0dcca109
2019-12-08 Robin GareusFix Pan automation when using "Touch"
2019-12-08 John EmmasMSVC project changes needed to support the new 'mp3...
2019-12-08 John EmmasMinor changes needed to make the 'mp3 import' sources...
2019-12-08 Robin GareusAdd support for LV2 state:freePath feature
2019-12-08 Robin GareusNO-OP: whitespace
2019-12-07 Paul Davisfix behavior when pressing l to loop (not in loop-is...
2019-12-07 Paul Davisfunctional double buffering when using DiskReader:...
2019-12-07 Paul Davisa few parameter changes, and flesh out code to switch...
2019-12-07 Paul Davisinitial conversion to double buffering inside DiskReader
2019-12-07 Robin GareusFix 64bit OSX/MacOS builds
2019-12-07 Robin GareusDo not allow to embed ogg/vorbis files, require import
2019-12-07 Robin GareusRemove #ifdef'ed format-specific error-log messages
2019-12-07 Robin GareusFlatten nested try/catch clauses
2019-12-07 Robin GareusRemove unused API, reduce sndfile/coreaudio specialization
2019-12-06 Robin GareusSpeed up seeking in mp3s
2019-12-06 Robin GareusFix issues with VBR mp3s, detect duration by decoding
2019-12-06 Robin GareusClear TransportAbort flag after stop
2019-12-06 Robin GareusFix Windows build
2019-12-06 Robin GareusMark .mp2 and .mp3 as valid file-extensions
2019-12-06 Robin GareusImplement mp3 import, using minimp3
2019-12-06 Robin GareusAdd "seekable" SoundFile info (in prep for mp3 import)
2019-12-06 Robin GareusFlatten nested try/catch clauses
2019-12-05 Robin GareusVKeybd: Set default MIDI port flags
2019-12-05 Paul Davisremove mistakenly left in session event enum
2019-12-05 Paul Davischanges to use overwrite-buffers when loop is disabled...
2019-12-05 Robin GareusFix for-loop condition (comma has no effect)
2019-12-05 Robin GareusFix well-known control LPF/HPF order.
2019-12-04 Robin GareusArdour 6.0 Alpha - Enterprise Edition
2019-12-04 Robin GareusClear AudioEngine Error at app start
2019-12-03 Robin GareusNew approach for Lua bindings to avoid LuaBridge_API...
2019-12-03 Robin GareusLibardour part of 1caef18 (Windows Lua bindings)
2019-12-02 Robin GareusAmend previous commit, fluidsynth tables
2019-12-02 Robin GareusUpdate to fluidsynth-2.1
2019-12-01 Robin GareusAdd Lua typecast from C++ vector to C-Array
2019-11-26 Stefan WesterfeldFix thread-safety issue in a-fluidsynth.
2019-11-24 Paul Davisfix crash when using Region > Loop
2019-11-23 Paul Davisremove debug output
2019-11-23 Paul Davisremove debug output
2019-11-23 Paul Davistweak comment text
2019-11-23 Paul Davis2nd part of fix for autoloop event removal when loop...
2019-11-23 Paul Davisremove debug message about LOCATE WITHOUT DECLICK....
2019-11-23 Paul Davisfix incorrect removal of autoloop event when loop bound...
2019-11-23 Paul Davisfix locate-while-rolling
2019-11-23 Paul Davisfix startup crash if no loop range is defined
2019-11-23 Paul Davismore tweaks to correctly (or more correctly) reload...
2019-11-23 Paul Davisredesign of declicking and fades around loop boundaries
2019-11-22 Robin GareusSave VST paths after successful scan
2019-11-22 Robin GareusAdd support for LV2/KX transient-ID option
2019-11-21 Robin GareusFix buffer-overflow when vari-speeding
2019-11-21 Robin GareusUse new boost::optional API
2019-11-21 Robin GareusFix multi-channel de-click
2019-11-19 Robin GareusFix declick offset position for multi-channel tracks
2019-11-19 Paul DavisDiskReader::_declick_offs should only advance once...
2019-11-19 Paul DavisDiskReader::_declick_amp needs to repeat the same work...
2019-11-19 Paul Davisfix transport FSM to stop first and declick later
2019-11-19 Paul Davissmall changes to make declick out triggered by just...
2019-11-18 Paul Davisunset _reversed whenever RTMidiBuffer gets ::clear...
2019-11-18 Paul Davisadd missing NULL check
2019-11-18 Robin GareusLatency compensation is independent of transport-logic
2019-11-18 Paul Davisuse reverse-reading of MIDI data in DiskReader
2019-11-18 Paul Davissupport backwards reading of MIDI from RTMidiBuffer
2019-11-18 Paul Davisfix typo/thinko in logic to decide if MIDI buffers...
2019-11-18 Robin GareusFix automation lookup when rolling backwards
2019-11-18 Robin GareusNO-OP: simplify code
2019-11-18 Robin GareusAutomation event lookup when rolling backwards
2019-11-16 Paul Davisremove debug output
2019-11-16 Paul Davisfix questionable and not entirely intended change that...
2019-11-15 Paul Davisbetter transport master behavior when working with...
2019-11-15 Paul Davisimprove behavior when synced to JACK transport
2019-11-15 Paul Davisimprove initial coordinate with JACK transport state
2019-11-15 Paul Davisbetter debugging message
2019-11-15 Paul Davisconsolidate setting of "get roll after locate" in TFSM
2019-11-15 Paul DavisNO-OP: move brace
2019-11-15 Paul Daviswhen synced to JACK transport, transport requests go...
2019-11-15 Paul Davisfix behavior of Session::maybe_stop() when synced to...
2019-11-15 Paul Davismake comment more accurate
2019-11-15 Paul Davisconsolidate Session::locate() and Session::do_locate()
2019-11-15 Paul Davisno need for MidiClockTransportMaster::starting() method
2019-11-15 Paul Davisimprove behavior of JACK transport sync callback.
2019-11-15 Paul Davisadd a bit of debugging to JACK transport code
2019-11-15 Paul Davisfix resampling ratio when stopped (corner case - not...
2019-11-15 Paul Davismove DiskReader::inc_no_disk_output() into .cc to allow...
2019-11-15 Paul Davisfix crash with -D slave caused by too-early use of...
2019-11-15 Paul Davisfix oddly damaged code (vs. 5.x) for EngineSlave core...
2019-11-15 Paul Daviseliminate hacky design for being able to deliver the...
2019-11-15 Paul Davisfix up the creation & state restore of the TransportMas...
2019-11-14 Robin GareusFix cycle-end position when not rolling
2019-11-14 Robin GareusRelax LV2 time-info re-transmission condition
2019-11-14 Robin GareusLV2 extension for host's time-scale vari-speed
2019-11-14 Robin GareusInitialize uninitialized variables
2019-11-14 Robin GareusAllow vari-speed slowdown down to 2%
2019-11-13 Robin GareusAmend previous commit - latch toggles only while rolling
2019-11-13 Robin GareusAutomation watch toggle buttons and enforce latch
next