ardour.git
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-06 Robin GareusAdd Lua bindings for UIConfiguration variables
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 Robin GareusAllow public access to the editor-mixer-strip
2020-01-05 John EmmasAdd a missing semicolon
2020-01-04 Robin GareusPixel-pushing: editor-meter size and alignment
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-03 Robin GareusFix linux installer script
2020-01-03 Robin Gareusinstaller-script ARM CPU support
2020-01-02 Robin GareusUnconditionally save instant.xml on session-close
2020-01-01 Robin GareusFix crash when X11 is not available for VST UIs
2020-01-01 Robin GareusRemove debug output
2020-01-01 Robin GareusBump (C) year: the year of Ardour
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 Davisrestore early-return from fixup_bundle_environment...
2019-12-30 Paul Davisuse a local version (copy) of the G_SOURCE_FUNC macro...
2019-12-30 Robin GareusFix formatting samplecnt_t (aka int64_t aka long long...
2019-12-30 Robin GareusRevert "fix a cast warning (as recommended in GTK+...
2019-12-30 Paul Davismove Transport Masters prefs tab under Transport, with...
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 GareusNO-OP: whitespace
2019-12-27 Robin GareusConsolidate mini-timeline rendering
2019-12-27 Robin GareusPreferences/Config changes for image-surface settings
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-26 Robin GareusVkeybd: force release notes on panic
2019-12-25 Robin GareusUse weak-ptr for source added/removed signals (2/2)
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-25 Robin GareusVkeybd: improve velocity dropdown usability
2019-12-24 Robin GareusVkeybd: use ArdourWidgets for all GUI elements
2019-12-23 Paul Davisuse new method in MidiPatchManager to use MIDNAM data...
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 Robin GareusVkeybd: numeric only spinboxes for octave and velocity
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 Robin GareusVkeybd simplification
2019-12-19 Robin GareusVkeybd: re-layout, prepare config & patch pane removal
2019-12-19 Robin GareusVkeybd: add a mod-wheel
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-18 Robin GareusRemove VST plugin discovery option from first-start...
2019-12-17 Robin GareusFix DSP load sorting with inactive plugins
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 GareusVKeybd: exponential pitch-wheel/bend interpolation
2019-12-17 Robin GareusFix MIDI port i/o when vari-speeding
2019-12-17 Robin GareusIndicate current Disk-I/O setting
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 Nikolaus GullottaAdd additional roll check in transport_record
2019-12-16 Paul Davisfix logic error that prevented MIDI playlists from...
2019-12-16 Robin GareusVkeybd: fix octave up/down direction, speed up pitch...
2019-12-16 John EmmasAdd/remove source(s) in our MSVC project (gtk2_ardour)
2019-12-16 Robin GareusVkeybd: grab all key-events and use timer instead of...
2019-12-16 Robin GareusVkeybd: Experiment with key-repeat for pitch-bend
2019-12-15 Robin GareusVKeybd: Pass on primary (Ctrl/Cmd) shortcuts
next