summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2016-10-19slight improvements in logic for midi-input-follows-selectionPaul Davis
2016-10-19add PortManager::disconnect (std::string const&)Paul Davis
2016-10-19infrastructure for MIDI-input-follows-selectionPaul Davis
2016-10-19basics of following MIDI track selection and rewiring inputPaul Davis
2016-10-19NOOP: whitespacing tweakPaul Davis
2016-10-19basics of managing a list of port names for MIDI-input-follows-selectionPaul Davis
2016-10-19Use official LV2 state:StateChanged URIRobin Gareus
2016-10-19Work around OSX MIDI devices that send no timestampsRobin Gareus
2016-10-18fix retrieval of port properties (metadata) when the value has no typePaul Davis
2016-10-19Improve bbt ruler drawing performance for large time ranges.nick_m
2016-10-17Warn about skipped MIDI eventsDavid Robillard
2016-10-17Clean up MIDI debugging outputDavid Robillard
2016-10-17spelling corrections from Jaromír Mikeš <mira.mikes@seznam.cz>Paul Davis
2016-10-17reset peak meters used in push2 when stripable goes awayPaul Davis
2016-10-17remove unused variablePaul Davis
2016-10-17Initialize uninitialized member variables in ctor - warning suppressionNathan Stewart
2016-10-17fast region export -- don't call process()Robin Gareus
2016-10-17fix potentially crash-inducing race condition by removing event loops' x-thre...Paul Davis
2016-10-17remove debug outputPaul Davis
2016-10-17fix thinko in d2835bc80 (re-enables mute, solo and likely other automation co...Paul Davis
2016-10-17add more DEBUG_TRACE statements for port/destruction debuggingPaul Davis
2016-10-17convert cerr<< to DEBUG_TRACEPaul Davis
2016-10-17use existing method rather than inline code for pending port deletionsPaul Davis
2016-10-18Initialize TempoMetric _pulse in sonstructor.nick_m
2016-10-18Music locked regions stay positive after tempo map change.nick_m
2016-10-17ignore send buffers for which there's no returnRobin Gareus
2016-10-16improved and hopefully correct fix for "setting AutomationControl marks sessi...Paul Davis
2016-10-17Tempo curve cleanup, now also works on optimized builds.nick_m
2016-10-15Increase range of a-comp release time.Robin Gareus
2016-10-15Source and AudioSource Lua bindingsRobin Gareus
2016-10-16Minor cleanup (don't set pulse twice in Region::set_position()).nick_m
2016-10-16Rework duration clock and TempoMap::insert_time to include meter at offset.nick_m
2016-10-14remove debug outputPaul Davis
2016-10-14much simpler implementation of fix originally in c104c9d4726f3: don't call Se...Paul Davis
2016-10-14Revert "change return type of AutomationControl::actually_set_value() from vo...Paul Davis
2016-10-14allow feedback (loops) from internal sendsRobin Gareus
2016-10-13fix math ambiguity & OSX compilationRobin Gareus
2016-10-13new scheme for managing port deletionPaul Davis
2016-10-13stop using gkd_pango_context_get() in ArdourCanvas::Canvas and require concre...Paul Davis
2016-10-13fix panner reset when switching to aux-sends -- fixes #6893Robin Gareus
2016-10-13Small improvement and change to comply with coding standardW.P. van Paassen
2016-10-13Inital support for Steinberg's CC121 control surfaceW.P. van Paassen
2016-10-13OSC added plugin activate/deactivateMichiel de Roo
2016-10-13Allow a LV2 plugin to mark the session dirtyRobin Gareus
2016-10-13Improve check in tempoAtPulseTestnick_m
2016-10-13Fix ramp test, add tempoAtPulseTest.nick_m
2016-10-13Allow opening sessions with files embedded from removable drivesRobin Gareus
2016-10-12change return type of AutomationControl::actually_set_value() from void to bo...Paul Davis
2016-10-12Fixed array index out of bounds in Push2Menu::set_active()Nathan Stewart
2016-10-12map::clear() calls erase. Cleans up cpp check warning 'iterator used after el...Nathan Stewart