ardour.git
2019-11-20 Paul Davisadd mixer actions for toggle disk & input monitoring...
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-19 Robin GareusFix some script icons for non-square buttons
2019-11-19 Robin GareusFix Lua Pangolayout ellipsis width
2019-11-19 Robin GareusConsistent toolbar button height
2019-11-19 Robin GareusImprove toolbar layout consistency
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-17 Robin GareusTweak LFO script
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-15 Paul Davisput JACK time master option back in the menus
2019-11-14 Daniel AppeltAdd script to create LFO-like plugin automation
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 GareusFix MIDNAM device list for plugin-provided names
2019-11-13 Robin GareusAmend previous commit - latch toggles only while rolling
2019-11-13 Robin GareusAutomation watch toggle buttons and enforce latch
2019-11-13 Robin GareusRemove boolean automation special case
2019-11-13 Robin GareusFix automation-write when locating
2019-11-13 Robin GareusFix bool-automation anchor
2019-11-12 Robin GareusTweak layout of Plugin-Preset dialog
2019-11-12 Robin GareusAllow to override plugin-provided MIDNAM
2019-11-12 Robin GareusSkip custom MIDNAM files in generic MTAV list
2019-11-12 Robin GareusAdd API to query if a given MIDNAM is plugin-provided
2019-11-11 Robin GareusIndicate the numeric peak-hold is always digital-peak
2019-11-11 Robin GareusOnly retain control-port connections
2019-11-10 Robin GareusPrefs > Plugins > Scan should discover new plugins
2019-11-09 Christopher... Log warning if host does not support midnam/bankpatch...
2019-11-09 Christopher... Fix segfault: don't try to use midnam:update extension...
2019-11-09 Robin GareusAsk xjadeo to use ArdourMono font for OSD
2019-11-09 Robin GareusRemove invalid error message
2019-11-09 Robin GareusFix child-process communication (video monitor in parti...
2019-11-09 Robin GareusFix endless loop when drag/copy locked region
2019-11-09 Robin GareusPreview video frame when dragging
2019-11-09 Robin GareusAdd convenience methods to test for active drags
2019-11-08 Paul Davisfix crash if Splash::pop_back_for() is called without...
2019-11-08 Robin GareusFix Metronome: use loop-range only when looping
2019-11-08 Robin GareusFix tempo-grid calculation: prevent duplicate events...
2019-11-08 Robin GareusFix uninitialized value
2019-11-08 Paul Davisfix crash caused by storing clock modes while loading...
2019-11-08 Robin GareusIgnore latency of inactive routes
2019-11-08 Robin GareusRemove unused signal
2019-11-08 Robin GareusClick: pre-allocate memory for grid-point lookup
2019-11-08 Robin GareusFix metronome when looping
2019-11-08 Robin GareusFix loop/pre-roll
2019-11-07 Paul Davisremove stacktrace
2019-11-07 Paul Davisremove debug output
2019-11-07 Paul Davisdo not transition "back" to Rolling by calling start_tr...
2019-11-07 Paul Davisfix unconditional note resolution during DiskReader...
2019-11-07 Paul Davismove all responsibility for autostart into StartupFSM...
2019-11-07 Paul Davisremove unused API
2019-11-06 Paul Davisimplement intended auto-start logic for startupFSM
2019-11-06 Paul Davisif user uses Ctrl/Cmd-w to close a dialog during startu...
2019-11-06 Paul Davisadd a signal to Gtkmm2ext::Keyboard to allow (possible...
2019-11-06 Paul Davisfix unconditional note resolution during DiskReader...
2019-11-06 Robin GareusUse strict-i/o on master-bus by default
2019-11-06 Len OvensSession should not be accessed when not there.
2019-11-06 Paul Davisremove debug message
2019-11-06 Paul Davismove at-exit messages about pool utilization to DEBUG_TRACE
2019-11-06 Paul Davisresolved notes need to use cycle-relative time
2019-11-06 Paul Davisbe sure to move effective_start while loop-reading...
2019-11-06 Paul Davisfix DiskReader::get_midi_playback() when looping
2019-11-06 Paul Davisimprove comment about warning message
2019-11-04 Paul Davisfix a bad transition in the transportFSM.
2019-11-04 Paul Davisavoid use of Port::port_offset() everywhere except...
2019-11-04 Paul Davisrename method argument to better reflect its intended...
next