summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-29fix indentation and style guide issues in new EngineStateController codePaul Davis
2015-06-29copy current EngineStateController from Tracks to import Yevgeny's LTC (re)co...GZharun
2015-06-29fix previously cherry-picked commit to be Tracks-only, since Ardour/Mixbus ar...Paul Davis
2015-06-29[Summary] Mac OS specific bug fix: Increased priority of the top menu bar eventsNikolay
2015-06-29Revert "experimentally remove some C++11 flags (likely to return)"Paul Davis
2015-06-29new file holding non-AVX stubs for AVX functions on linuxPaul Davis
2015-06-29experimentally remove some C++11 flags (likely to return)Paul Davis
2015-06-29ensure that program version strings are not unicodePaul Davis
2015-06-29Fixed up types mismatch in AudioCallback and AudioCllbackData structGZharun
2015-06-29fix typo in wavesbackend codePaul Davis
2015-06-29Revert "add operator bool() to Evoral::Beats"Paul Davis
2015-06-29Revert "use newly added operator bool() for Evoral::Beats rather than double-...Paul Davis
2015-06-29Revert "replace two more instances of !! with implicit use of operator bool()"Paul Davis
2015-06-29replace two more instances of !! with implicit use of operator bool()Paul Davis
2015-06-29use newly added operator bool() for Evoral::Beats rather than double-negation...Paul Davis
2015-06-29add operator bool() to Evoral::BeatsPaul Davis
2015-06-29use consistent (large) size when calling to_ticks()Paul Davis
2015-06-29new Session::default_track_name_pattern (DataType) method, based on an idea i...Paul Davis
2015-06-29add new Gtkmm2ext::pixel_size() to conveniently get width&height for a given ...Paul Davis
2015-06-29Fixed up the commentGZharun
2015-06-29add additional check for playhead priority target when testing loop range, to...Paul Davis
2015-06-29add Session::reconnection_in_progress(), used by TracksPaul Davis
2015-06-29use the frame/sample based inter-scene gap, not the msecs one (now removed)Paul Davis
2015-06-29scene gap is measured in frames, not msecs.Paul Davis
2015-06-29add some session-scope configuration variables needed by Tracks.Paul Davis
2015-06-29add more directory names to set managed via various APIs (automation, analysi...Paul Davis
2015-06-29Fixed a misprint in a commentGZharun
2015-06-29add API for controlling and determining active status of a SceneChangePaul Davis
2015-06-29Waves Backend MERGED from TracksGZharun
2015-06-29Backend MERGE:GZharun
2015-06-29Reverted Ben's default buffer size function implementation.GZharun
2015-06-29Reverted Ben's m_DefaultBufferSize stuff as it looks redundant. Will be put b...GZharun
2015-06-29remove more explicit compiler flags by placing them in the compiler flags dic...Paul Davis
2015-06-29minor fix for wavesaudio backend after earlier changes + merge/meld madnessPaul Davis
2015-06-29add PBD::DEBUG bits for WavesAudio and WavesMIDIPaul Davis
2015-06-29[Summary] AudioPort buffer does not need 64 byte alignment which cache_aligne...Greg Zharun
2015-06-29meld-driven unification of current ardour-ish WavesAudio backend and current ...Paul Davis
2015-06-29cosmetic fix (grygorii)GZharun
2015-06-29noop: fix indentation/whitespacePaul Davis
2015-06-29increase event pool for backend reset thread (somewhat unnecessarily, but let...Paul Davis
2015-06-29AudioEngine tweaks from Tracks, related to stopping audioengine and haltingPaul Davis
2015-06-29merge in Tracks-derived session-end-is-N-seconds beyond last region end, but ...Paul Davis
2015-06-29fix indentation and remove whitespacePaul Davis
2015-06-29rename Session::add_session_range_location() to ::set_session_range_location()Paul Davis
2015-06-29enabling record (either tentative for punch or fully enabled) cancels play lo...Paul Davis
2015-06-29implement missing methods for MIDISceneChangePaul Davis
2015-06-29mark session dirty after scene change is added/removedPaul Davis
2015-06-29add signal to indicate absence of removal of scene change from LocationPaul Davis
2015-06-29remove artificial, accidental and utterly unintended limit of the numbering o...Paul Davis
2015-06-29add Tracks specific handling of MMC Record Strobe, since Tracks has no concep...Paul Davis