ardour.git
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...
2015-06-29 Paul Davistry to correctly set up build of AVX code for windows...
2015-06-29 Paul Davisstore compiler flags in conf/bld context object so...
2015-06-29 Paul Davismeter computation must use absolute value of all sample...
2015-06-29 Paul Davisadd windows-only AVX functions
2015-06-29 Paul DavisMade optimized function Prototypes more correct.
2015-06-29 Paul DavisCorrected comments for x86_sse_avx_find_peaks() intrins...
2015-06-29 Paul Davisadd new file with AVX functions.
2015-06-29 Paul DavisAdded optimized AVX function for sample processing
2015-06-29 Paul Davisfix accidentally deleted return value
2015-06-29 Paul Davisfix timing of Butler mapping config parameters to avoid...
2015-06-29 Paul Davistwo tweaks required to fix up previous commit
2015-06-29 Paul Davisadd preferences GUI elements to allow control of playhe...
2015-06-29 Paul Davisinitial version of playback priority design. No GUI...
2015-06-29 Paul Davisensure that working buffers (for gain + mixing) are...
2015-06-29 Paul Davisclean up cherry-pick of varifill tweaks from Waves...
2015-06-29 Paul Davismore tweaks for varifill model, and avoid filling playb...
2015-06-29 Paul Davisadd initial support for vari-fill
2015-06-29 Paul Davisintroduce the idea of buffering presets, along with...
2015-06-29 Paul Davisfix logic of previous commit for transport-stop during...
2015-06-29 Paul DavisDo not disable record (performing transport stop) durin...
2015-06-29 Paul DavisAdd some libardour support for indicating MTC active...
2015-06-29 Paul DavisRevert "[Summary] Adding missing initialization of...
2015-06-29 Valeriy Kamyshniy[Summary] Adding missing initialization of the date...
2015-06-29 GZharun[Summary] Do not restore routes connection using XML...
2015-06-29 GZharunFixed f65026f0a1cbc64862a82109c28f5d493fc45f2e merged...
2015-06-29 Valeriy Kamyshniy[Summary] Just adding comment for better code-maintaining.
2015-06-29 Paul Davissuperior fix for limits on track name length
2015-06-29 Valeriy Kamyshniy[Summary] Fixed bug: Dragging Region with copying it...
2015-06-29 GZharun[Summary] Fixed race condition: "should_do_transport_wo...
2015-06-29 Paul Daviswhen reversing regions, use the original source's SR...
2015-06-29 Paul Daviswhen creating new sources for a non-realtime Filter...
2015-06-29 Paul Davisafter changing session SR, reset all write sources...
2015-06-29 Paul DavisTracks does not (want to) support destructive tracks
2015-06-29 Paul DavisTracks specific fix for SR reverting to previous value...
2015-06-29 Paul Davisadd 176.4kHz to available sample rates in export GUI
2015-06-29 Paul Davisadd 176.4kHz to export sample possibilities
2015-06-29 Paul Davismore reliable check for session files, to cover *.ardou...
2015-06-29 Paul DavisTracks puts the master bus remote ID into a different...
2015-06-29 Paul DavisTracks does not use a K20 meter for the master
2015-06-29 VKamyshniy[Summary] In Location::set_state - adding emitted Flags...
2015-06-29 Paul Davisremove unnecessary and unused changes from grygorii
2015-06-29 Paul Davisremove unused method
2015-06-29 Paul Davisfix whitespace/indentation and remove references to...
next