NO-OP: whitespace
[ardour.git] / libs /
2020-01-13 Robin GareusNO-OP: whitespace
2020-01-13 Robin GareusFix Ardour VAMP plugins (FFT)
2020-01-13 Robin GareusFix C++11ism
2020-01-13 Robin GareusAdd rubberband Lua bindings to process ardour regions
2020-01-11 Robin GareusFix thinko in eee01188 (engine pulse spacing)
2020-01-11 Paul Davisuse "extends to numeric_limits<Beats>::max()" rather...
2020-01-11 Paul Davisremoval incorrect/unnecessary forward decl
2020-01-11 Robin GareusFix AFL position
2020-01-09 Nikolaus GullottaFix typo in Lua binding for compressor enable control
2020-01-09 Paul Davisexpand comment to include (more of?) the full story...
2020-01-09 Paul Davisexpand the test used to decide if we need to make copie...
2020-01-09 Paul Davisnever remove entries from the CompoundAssociation map
2020-01-09 Paul Davisadd concept of an owner region (by ID) to PlaylistSource
2020-01-09 Paul Davisfix bugs (thinkos?) that confused PlaylistSource's...
2020-01-09 Paul DavisNOOP: reindent
2020-01-09 Paul Davisincrease explicit refcnt for playlists when used by...
2020-01-09 Robin GareusFix MIDI loop recording - Revert "Fix MIDI disk-writer...
2020-01-09 Robin GareusTowards fixing MIDI capture alignment
2020-01-08 Robin GareusFix CaptureAlignment debug messsage
2020-01-08 Robin GareusRevert to use an image surface for CairoWidgets
2020-01-08 Paul Davisfix required offset when reading MIDI data near loop...
2020-01-08 Paul Davisimproved/new DEBUG_TRACE output
2020-01-08 Paul Davisplugins should NOT resolve MIDI notes at loopend
2020-01-08 Paul Davisimrpove debug msg
2020-01-08 Paul Davisfix serious but rare error in RTMidiBuffer's storage...
2020-01-07 Robin GareusFix MIDI Port-latencies
2020-01-07 Robin GareusRemove debug output
2020-01-07 Robin GareusFix MIDI disk-writer flush
2020-01-06 Robin GareusDummy: Engine-Pulse audio/midi generators
2020-01-06 Robin GareusProper forward declaration for Lua bindings (amend...
2020-01-06 Robin GareusFix windows fallback for LV2 state:freePath feature
2020-01-06 Robin GareusFix Windows builds (Lua binding undefined reference)
2020-01-06 Paul Davisremove the (unused) concept of a MIDI patchfile folder...
2020-01-06 Paul Davismove MidiPatchManager initialization into ARDOUR "globa...
2020-01-06 Paul Davisuse glibmm threads for the midnam load thread, instead...
2020-01-06 Paul Davisremove unnecessary call to xmlKeepBlanksDefault()
2020-01-06 Paul Davismove call to xmlKeepBlanksDefault(0) to before the...
2020-01-05 Paul Davisrepeat baf0cdcbef1 but for BaseUI, thus covering all...
2020-01-05 Paul Davisfix handling of flags in the OSC input handler
2020-01-05 John EmmasAdd a missing semicolon
2020-01-04 Paul Davisadd extensive comment for posterity
2020-01-03 Robin GareusReturn of image-surface backed canvas (windows graphics...
2020-01-03 Paul Davisfix recent bad commit
2020-01-03 Paul Davisfix DiskReader::overwrite_existing_audio()
2020-01-03 Paul DavisNOOP: line refolding
2020-01-01 Robin GareusRemove debug output
2019-12-31 Paul Davisconvert GenericMIDI into a real control protocol module...
2019-12-31 Paul Davisensure that xmlKeepBlankDefault() is called early in...
2019-12-31 Paul Davisremove MIDI Control input and output ports from session...
2019-12-31 John EmmasFix two more cases of of C99 strtoll()
2019-12-30 Robin GareusFix MSVC builds, use C89 strtol() instead of C99 strtoll()
2019-12-30 Paul Davisuse a local version (copy) of the G_SOURCE_FUNC macro...
2019-12-30 Robin GareusRevert "fix a cast warning (as recommended in GTK+...
2019-12-30 Paul Davisexpand use of new BasicUI API for transport button...
2019-12-30 Paul Davisuse new Session API to deal with transport state
2019-12-30 Paul Davisuse new BasicUI and Session API to deal with transport...
2019-12-30 Paul Davisprovide new methods for BasicUI that wrap the "complexi...
2019-12-30 Paul Davisrecomment a DEBUG_TRACE statement that generates too...
2019-12-30 Paul Davisadd EMIT_SIGNAL comment
2019-12-30 Paul Davisadd Session::transport_stopped_or_stopping()
2019-12-30 Paul Davisfix a cast warning (as recommended in GTK+ docs
2019-12-29 Robin GareusUse human-numeric-sort for plugin scale-points
2019-12-29 Robin GareusAdd a numerically_less compare operator
2019-12-28 Paul Davisfix JACK transport sync
2019-12-28 Paul Davisadd new Session method to return the worst_latency_prer...
2019-12-28 Paul Davisregister TransportState enum for use with enumwriter
2019-12-27 Robin GareusReplace explicit image-surface with cairo pattern/group
2019-12-27 Robin GareusAllow for per-widget image-surface backing
2019-12-27 Paul Davisremove unused member
2019-12-27 Paul Davisvariable rename
2019-12-27 Paul Davisimprove parseability of a comment
2019-12-25 Robin GareusUse weak-ptr for source added/removed signals (1/2)
2019-12-25 Robin GareusPrevent copy-construction of sources to be destroyed...
2019-12-25 Robin GareusNO-OP: comment signal emission
2019-12-23 Paul Davisadd a mechanism to use existing MIDNAM info and connect...
2019-12-23 Paul Davisbasics of threaded MIDNAM loading
2019-12-19 Paul Davisslightly enhanced error handling when loading MIDNAM...
2019-12-19 Paul Davishandle MIDI rendering correctly when there are no regions
2019-12-19 Paul Davisfix thinko ... we're checking if a DiskReader handles...
2019-12-19 Paul Davisfurther improve debug message
2019-12-19 Paul Davisfix thinko in MidiRegion::render()
2019-12-19 Paul Davisremove debug message
2019-12-19 Paul Davisfix debug message
2019-12-19 Paul Davisfix Temporal::Beats::operator*
2019-12-19 Paul Davistweak debug output
2019-12-19 Paul Davisdo not try to process audio in a diskreader with no...
2019-12-18 Paul Davisfix crash when looping with a MIDI track
2019-12-17 Robin GareusCont'd work on Playlists import from old 2.x sessions
2019-12-17 Paul Davisa new stop command while in the middle of declick-to...
2019-12-17 Robin GareusDirectly apply MIDI automation state changes
2019-12-17 Robin GareusFix MIDI port i/o when vari-speeding
2019-12-16 Robin GareusConvert Disksteam & Playlists from old 2.x sessions
2019-12-16 Paul Davisremove mistakenly left-in debug stacktrace
2019-12-16 Paul Davisreinstate missing latency initialization code
2019-12-16 Paul Davisexpand DEBUG_TRACE output
2019-12-16 Robin GareusRemove cruft, unused API
2019-12-16 Robin GareusParse v2 session-information
2019-12-16 Robin GareusLua bindings for well-known send controls
2019-12-16 Paul Davisfix logic error that prevented MIDI playlists from...
2019-12-15 Robin GareusLV2: add state:mapPath as supported feature and sort...
next