use a note tracker to resolve notes cut off during render by the end of the region
[ardour.git] / libs / ardour /
2019-11-02 Paul Davisuse a note tracker to resolve notes cut off during...
2019-11-02 Paul Davisremove a mistakenly left-in declaration
2019-11-02 Paul Davisvarious adjustments so that a MidiPlaylist gets re...
2019-11-02 Paul Davisdo not initiate transport stop during loading when...
2019-11-02 Paul Davisadd a new "contents" pseudo-property to Region
2019-11-02 Paul DavisNOOP: whitespace change
2019-11-02 Paul Davisfix thinko when dealing with non-MIDI tracks
2019-11-02 Paul Davisstart removal of NoteFixer code
2019-11-02 Paul Davismove ownership of an RT MIDI buffer from DiskIO to...
2019-11-02 Paul Davisfix reallocation/copy sizes for direct index and blob...
2019-11-02 Paul Davisclear RTMidiBuffer before re-rendering into it
2019-11-02 Paul Davisalter where note resolution happens when a re-rendering...
2019-11-02 Paul Davisrefactor SessionEvent and DiskIO so that we pass around...
2019-11-02 Paul Davisremove unnecessary fwd decl
2019-11-02 Paul Davisadd RAII-style write protection while rendering MIDI...
2019-11-02 Paul Davischange MidiPlaylist::dump() into ::render(); change...
2019-11-02 Paul Davisfix initialization order
2019-11-02 Paul Davisadd extra info to output of RTMidiBuffer::dump()
2019-11-02 Paul Daviscorrect size computation for RTMidiBuffer, and reduce...
2019-11-02 Paul Davisremove unused member variable
2019-11-02 Paul Davisreimplement RTMidiBuffer using a highly optimized data...
2019-11-02 Paul Davisadd a MidiStateTracker to DiskReader and use to handle...
2019-11-02 Paul Davistrivial cleanups
2019-11-02 Paul Davisintroduce new all-in-RAM MIDI datastructure and use...
2019-11-02 Paul Davisfix the way Session::auto_loop_changed() works to put...
2019-11-02 Paul Davisif a complete refill is called for, DiskReader cannot...
2019-11-01 Paul Davislast piece of seamless-loop removal
2019-11-01 Paul Davisdon't send TFSM event LocateDone after a locate-for...
2019-11-01 Paul Davisremove seamless looping as an option (it's now the...
2019-11-01 Paul Daviscut down on DEBUG::Transport noise
2019-11-01 Paul Davisif looping, squish DiskReader::playback_sample into...
2019-11-01 Paul DavistransportFSM: when locating due to end-of-loop, skip...
2019-11-01 Robin GareusHandle Lua DSP script load failure (unknown plugin)
2019-11-01 Robin GareusFix MIDI Timestretch
2019-10-30 Robin GareusUpdate latency-compensation when re-ordering processors
2019-10-30 Robin GareusNO-OP: whitespace/comments
2019-10-29 Paul Davismissing part of working looping
2019-10-29 Paul Davisget looping to work again
2019-10-29 Paul Davisfix handling of deferred events in transportFSM
2019-10-28 Paul Davisimprove debug output
2019-10-28 Paul Davisfix thinko
2019-10-28 Paul Davisprovide a mechanism to decide if Session::update_latenc...
2019-10-28 Paul Davisfix mistakenly-placed semi-colon
2019-10-28 Paul Davisto avoid deadlock in JACK1 scenarios, do not invoke...
2019-10-28 Paul Davisbetter comments
2019-10-28 Paul Davisadd DEBUG_TRACE for all (?) backend callbacks
2019-10-28 Paul Davissort debug bits in libardour alphabetically
2019-10-28 Paul Davisadd new debug bit for backend callbacks
2019-10-28 Paul Davisdo not hold a lock when calling AudioEngine::update_lat...
2019-10-28 Paul Davisadd explanatory comment
2019-10-28 Paul Davismove reset (deletion) of click_io and ltc_output object...
2019-10-28 Rui Nuno CapelaFixup prev commit (LV2 X11 UI) -- #7837
2019-10-28 Robin GareusImprove 1477bca76, ensure suil supports x11-in-gtk2
2019-10-28 Robin GareusSkip X11 LV2UI check on Windows and MacOS
2019-10-28 Robin GareusNO-OP: whitespace and comments
2019-10-28 Rui Nuno CapelaPrefer X11 Plugin UIs
2019-10-27 Paul Davismake transport work after rewind/ffwd are used
2019-10-25 Robin GareusFix latency compensation race-condition
2019-10-25 Paul Davisnon-GUI startup should only use plugin cache and not...
2019-10-25 Paul Davisdo not scan (discover) (new) plugins when running witho...
2019-10-25 Paul Davisalter ARDOUR::init() API to specify whether a GUI is...
2019-10-22 Robin GareusFix strict-i/o override on session-load (amend 31847f88ef)
2019-10-19 Robin GareusFix typo in bc363f1258c4
2019-10-18 Robin GareusSpecial case "Virtual Keyboard" to be available as...
2019-10-18 Robin GareusAllow to translate "Virtual Keyboard"
2019-10-18 Robin GareusExpose virtual-keyboard port as async-port
2019-10-18 Robin GareusAdd Virtual-Keyboard MIDI port
2019-10-18 Robin GareusNO-OP: indent, tabs/whitespace fixes
2019-10-17 Robin GareusFix a rare EventList race-condition/crash
2019-10-15 Robin GareusFix export w/o session-range (typo in 468731c14b9b)
2019-10-15 Robin GareusImprove multi-channel instrument listing
2019-10-15 Robin GareusFix typos in AU channel-count calc
2019-10-15 Robin GareusAPI to count max multi-channel plugin outputs
2019-10-15 Robin GareusDetect plugin-name ambiguities
2019-10-15 Robin GareusNO-OP: indent, comments and consistency
2019-10-13 Robin GareusFix fan-out channel-assignment
2019-10-13 Robin GareusRemove unused API declaration (removed in 789f08891b)
2019-10-12 Paul Davisremove Session::AudioMidiSetupRequired signal (no longe...
2019-10-11 Paul Davisremove responsibility for starting AudioEngine from...
2019-10-10 Paul Davismake error message very slightly more indicative of...
2019-10-10 Paul Davismake BusProfile argument to new Session constructor...
2019-10-08 Paul Davisadd constructor
2019-10-07 Robin GareusInvert Pan-Azimuth (up means left)
2019-10-03 Paul Davisremove all use of NO_PLUGIN_STATE #ifdef
2019-10-02 Robin GareusPrefer portable (MSVC?) getenv (amend 5ea54be)
2019-10-02 Robin GareusAllow ARDOUR_AVG_DSP_LOAD for non-debug builds
2019-10-02 Robin GareusAmend 903c3ec5a API rename
2019-10-02 Robin GareusPlugin type lookup does not change PI
2019-10-02 Robin GareusRemove unused API (and some MIXBUS specifics)
2019-10-01 Robin GareusOptimize default case: no delay
2019-10-01 Robin GareusFix thinko in cd5f70e69a (delayline buffer resize)
2019-09-30 Robin GareusFix remaining doxygen warnings (!)
2019-09-30 Robin GareusFix use of doxygen documented parameters in running...
2019-09-30 Robin GareusFix some more doxygen warnings
2019-09-30 Robin GareusNO-OP: whitespace (use tab to indent)
2019-09-30 Robin GareusFix a few hundred doxygen warnings..
2019-09-29 Robin GareusArdour::IO is not latent by itself
2019-09-29 Robin GareusFix port-insert default latency
2019-09-29 Robin GareusFix issues when delay-buffers are re-allocated
2019-09-28 Robin GareusEmit signal when session latency was updated
next