summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2017-09-18fix issue with initialization of a BBT_Time variable.6.0-pre0Paul Davis
2017-09-18add _locked() variants to new tempo experimentPaul Davis
2017-09-18changes required to operate with the Evoral::Beats ticktime commitPaul Davis
2017-09-18remove Evoral types.cpp since it is no longer requiredPaul Davis
2017-09-18new header file for superclock stuffPaul Davis
2017-09-18extend/fix/improve operator overloads and methods for Timecode::BBT_TimePaul Davis
2017-09-18extend/fix/improve operator overloads and methods for Evoral::BeatsPaul Davis
2017-09-18NOOP: formattingPaul Davis
2017-09-18::find_next_event() does not need to be a pure virtual in ControlSet (it can ...Paul Davis
2017-09-18remove locate debugging outputPaul Davis
2017-09-18fix for loading older sessions, where the rest for "is-track" was "has-diskst...Paul Davis
2017-09-18Don't build ni-maschine support by defaultRobin Gareus
2017-09-18Maschine2 UI: basic widgetsRobin Gareus
2017-09-18Skeleton for NI Maschine2 SurfaceRobin Gareus
2017-09-18sort of no-op ... remove debug output ... just basically put it in git so tha...Paul Davis
2017-09-18reinstate "restart seek" behaviour but use a new Session::_seek_counter membe...Paul Davis
2017-09-18no more locate-restart based on mismatch transport_frame and locate targetPaul Davis
2017-09-18remove tests for locate_pending() before deciding whether to increment transp...Paul Davis
2017-09-18more verbose debug output for slave debuggingPaul Davis
2017-09-18verbose debug output for slave debuggingPaul Davis
2017-09-18attempt fix for LTC slave when locatingPaul Davis
2017-09-18delete slave during Session::destroyPaul Davis
2017-09-18fix logic error that prevent input monitoring during slave wait statesPaul Davis
2017-09-18don't attempt MIDI playback if there are no MIDI buffers provided for processingPaul Davis
2017-09-18additional DEBUG_TRACE output for slave/diskreaderPaul Davis
2017-09-18reset DiskReader "no disk output" flag in a couple of exceptional casesPaul Davis
2017-09-18remove debug outputPaul Davis
2017-09-18Non-layered MIDI recordingPaul Davis
2017-09-18remove debug outputPaul Davis
2017-09-18when calculating average slave/master delta, use absolute value.Paul Davis
2017-09-18remove all code related to "silent roll" concept. some debug output addedPaul Davis
2017-09-18NO-OP: mark various state property names as explicitly non-translatedPaul Davis
2017-09-18move disk_{writer,reader} into Route to allow for simple, sensible implementa...Paul Davis
2017-09-18don't (re)create disk reader/writer if they already existPaul Davis
2017-09-18auditioner always runs at normal speed, independent of transport speedPaul Davis
2017-09-18add to LUA API (new Stripable API)Paul Davis
2017-09-18use constPaul Davis
2017-09-18remove unused + commented linePaul Davis
2017-09-18subtle change to _need_butler logic to ensure correct result in mixed-type co...Paul Davis
2017-09-18reinstate use of a MidiTrack's MIDI filter when reading from diskPaul Davis
2017-09-18channel config changes during ::configure_io() must be scoped to ensure they ...Paul Davis
2017-09-18move _file_frame from DiskIOProcessor into DiskReader (only place where it is...Paul Davis
2017-09-18MidiTrack needs to set it's "need butler" statusPaul Davis
2017-09-18use a more useful and accurate heuristic to get ::input_streams() for the aud...Paul Davis
2017-09-18clear regions from "other" playlist type in auditioner when starting a new au...Paul Davis
2017-09-18auditioner does not care about the state of its diskwriter processorPaul Davis
2017-09-18change callers of changed Track::use_new_playlist() API and its implementationPaul Davis
2017-09-18remove Auditioner::prepare_playlist() - not usedPaul Davis
2017-09-18add Track::use_default_new_playlist()Paul Davis
2017-09-18remove Track::hidden(); replace with Stripable::is_private_route()Paul Davis