ardour.git
2015-06-29 Paul Davispush seek-after-state-loaded into butler thread, to...
2015-06-29 Paul Davisimplement Ardour-only version of playhead priority...
2015-06-29 Paul DavisRevert "start work on auto return target dropdown rathe...
2015-06-29 Paul DavisRevert "properly track, update, maintain and set auto...
2015-06-29 Paul Davisvolatile should not be used to describe non-hardware...
2015-06-29 Paul Davisfix unused but usable variable warning
2015-06-29 Paul Davisfix const-cast warnings
2015-06-29 Paul Davisremove const warning in SMF C code by changing function...
2015-06-29 Paul Daviscomment unused but potentially usable variables
2015-06-29 Paul Daviscomment unused but potentially usable variables
2015-06-29 Paul Davistry using threaded waveviews in tracks also
2015-06-29 GZharunFixed incomplete merge for audioengine.cc
2015-06-29 Paul Davisnever use threaded waveview rendering for Tracks
2015-06-29 Paul Daviscomment out two verbose debugging outputs
2015-06-29 Paul Davisclip level is adjusted only by region amplitude (which...
2015-06-29 Paul Davisattempt to correctly respond to changes in _amplitude_a...
2015-06-29 Paul Davisincrease debug bitset size to accomodate additional...
2015-06-29 Paul Davisupdate waves' fader implementation, clean up whitespace...
2015-06-29 Paul Davisno-op: fix whitespace/indentation
2015-06-29 GZharunFixed use case when session is being replaced with...
2015-06-29 GZharun[Summary] This action is duplicated. To make TRX featur...
2015-06-29 Paul DavisRevert "remove unused variables". They are used on...
2015-06-29 Paul Davisremove unused variables
2015-06-29 Paul Davisfix whitespace/indentation and compiler warnings
2015-06-29 Paul Davisremove compilation warning (-Wunused-but-set-variable)
2015-06-29 Paul Davisnew PBD::DEBUG API changes for Waves backend
2015-06-29 Paul DavisRevert "replace two more instances of !! with implicit...
2015-06-29 Paul Davisreplace two more instances of !! with implicit use...
2015-06-29 Paul Davissome more information output to log during save-as...
2015-06-29 Paul Davistwo required changes to default values for Tracks
2015-06-29 Paul DavisTracks doesn't know how to handle Engine (JACK) sync
2015-06-29 Paul Davisfix API version SNAFU caused by re-copying EngineStateC...
2015-06-29 Paul Davis(re)implement Yevgeny's LTC branch changes in the conte...
2015-06-29 Paul Davisfix indentation and style guide issues in new EngineSta...
2015-06-29 GZharuncopy current EngineStateController from Tracks to impor...
2015-06-29 Paul Davisfix previously cherry-picked commit to be Tracks-only...
2015-06-29 Nikolay[Summary] Mac OS specific bug fix: Increased priority...
2015-06-29 Paul DavisRevert "experimentally remove some C++11 flags (likely...
2015-06-29 Paul Davisnew file holding non-AVX stubs for AVX functions on...
2015-06-29 Paul Davisexperimentally remove some C++11 flags (likely to return)
2015-06-29 Paul Davisensure that program version strings are not unicode
2015-06-29 GZharunFixed up types mismatch in AudioCallback and AudioCllba...
2015-06-29 Paul Davisfix typo in wavesbackend code
2015-06-29 Paul DavisRevert "add operator bool() to Evoral::Beats"
2015-06-29 Paul DavisRevert "use newly added operator bool() for Evoral...
2015-06-29 Paul DavisRevert "replace two more instances of !! with implicit...
2015-06-29 Paul Davisreplace two more instances of !! with implicit use...
2015-06-29 Paul Davisuse newly added operator bool() for Evoral::Beats rathe...
2015-06-29 Paul Davisadd operator bool() to Evoral::Beats
2015-06-29 Paul Davisuse consistent (large) size when calling to_ticks()
2015-06-29 Paul Davisnew Session::default_track_name_pattern (DataType)...
2015-06-29 Paul Davisadd new Gtkmm2ext::pixel_size() to conveniently get...
2015-06-29 GZharunFixed up the comment
2015-06-29 Paul Davisadd additional check for playhead priority target when...
2015-06-29 Paul Davisadd Session::reconnection_in_progress(), used by Tracks
2015-06-29 Paul Davisuse the frame/sample based inter-scene gap, not the...
2015-06-29 Paul Davisscene gap is measured in frames, not msecs.
2015-06-29 Paul Davisadd some session-scope configuration variables needed...
2015-06-29 Paul Davisadd more directory names to set managed via various...
2015-06-29 GZharunFixed a misprint in a comment
2015-06-29 Paul Davisadd API for controlling and determining active status...
2015-06-29 GZharunWaves Backend MERGED from Tracks
2015-06-29 GZharunBackend MERGE:
2015-06-29 GZharunReverted Ben's default buffer size function implementation.
2015-06-29 GZharunReverted Ben's m_DefaultBufferSize stuff as it looks...
2015-06-29 Paul Davisremove more explicit compiler flags by placing them...
2015-06-29 Paul Davisminor fix for wavesaudio backend after earlier changes...
2015-06-29 Paul Davisadd PBD::DEBUG bits for WavesAudio and WavesMIDI
2015-06-29 Greg Zharun[Summary] AudioPort buffer does not need 64 byte alignm...
2015-06-29 Paul Davismeld-driven unification of current ardour-ish WavesAudi...
2015-06-29 GZharuncosmetic fix (grygorii)
2015-06-29 Paul Davisnoop: fix indentation/whitespace
2015-06-29 Paul Davisincrease event pool for backend reset thread (somewhat...
2015-06-29 Paul DavisAudioEngine tweaks from Tracks, related to stopping...
2015-06-29 Paul Davismerge in Tracks-derived session-end-is-N-seconds beyond...
2015-06-29 Paul Davisfix indentation and remove whitespace
2015-06-29 Paul Davisrename Session::add_session_range_location() to ::set_s...
2015-06-29 Paul Davisenabling record (either tentative for punch or fully...
2015-06-29 Paul Davisimplement missing methods for MIDISceneChange
2015-06-29 Paul Davismark session dirty after scene change is added/removed
2015-06-29 Paul Davisadd signal to indicate absence of removal of scene...
2015-06-29 Paul Davisremove artificial, accidental and utterly unintended...
2015-06-29 Paul Davisadd Tracks specific handling of MMC Record Strobe,...
2015-06-29 Paul Davisproperly track, update, maintain and set auto return...
2015-06-29 Paul Davismake sure we allocate large enough buffers when doing...
2015-06-29 Paul Davisremove Tracks runtime conditional, incorrectly added...
2015-06-29 Paul Daviscorrectly track range selection trim and drag creation...
2015-06-29 Paul Davismake editor_drag.h fully self-contained as a header...
2015-06-29 Paul Davisstart work on auto return target dropdown rather than...
2015-06-29 Paul Davischange ArdourDropdown API to allow other types of menu...
2015-06-29 Paul Davisfollow various events related to playhead priority...
2015-06-29 Paul Davisremove debug output
2015-06-29 Paul Davisfix copy-n-paste errors that used wrong buttons for...
2015-06-29 Paul Davisfix copy-n-paste errors that used incorrect enum values...
2015-06-29 Paul Davisrestore use of vertical margin on ardour knob popup...
2015-06-29 Robin GareusAPI to set tooltip y-margin
2015-06-29 Paul Davisgive different Tracks + Ardour/Mixbus playhead priority...
2015-06-29 Paul Daviscorrect placement of buffering adjustments w.r.t Butler...
2015-06-29 GZharun[Summary] Moved session buffers adjustment during butle...
2015-06-29 GZharun[Summary] HOT FIX: Fixed crash which happens on an...
next