ardour.git
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...
2015-06-29 GZharun[Summary] Eliminated redundant marker update notificati...
2015-06-29 Paul Davisnoop: indentation
2015-06-29 Paul Davisadd required header
2015-06-29 Paul Davismake use of loop range as default export range being...
2015-06-29 VKamyshniy[Summary] Per Igor's request: if auto play loop is...
2015-06-29 Paul Daviswhen loop range is set, if loop-is-mode and seamless...
2015-06-29 Paul Davisfix inadvertent typo
2015-06-29 Paul DavisTracks uses -inf gain on newly created tracks
2015-06-29 Paul Davisbring in more connection-related changes from Tracks
2015-06-29 Paul Davisadd engine_state_controller.cc to libardour sources...
2015-06-29 Paul Davisadd track auto-naming options from Tracks
2015-06-29 Paul Davisfix crash caused by missing return; add explanatory...
2015-06-29 Paul Davisfix typo in Tracks build
2015-06-29 Paul Davisinclude Tracks engine state controller header for Track...
2015-06-29 Paul Davisadd required profile header
2015-06-29 Paul Davischange names for scene I/O port connection methods
2015-06-29 Paul Davisavoid redundant IO port reconnections in Tracks runtime...
2015-06-29 Paul Davisnoop: more style guide fixes
2015-06-29 Paul Davisnoop: fix indentation to match style guide
2015-06-29 Paul Davisadd EngineStateController code from Tracks
2015-06-29 Paul DavisFixed issue with crash when invalid get_connections...
2015-06-29 Paul Davisadd in more Tracks-related auto-(re)connect changes
2015-06-29 Paul Davisadd in more Tracks-related auto-(re)connect changes...
2015-06-29 Paul Davisinitial incorporation of Tracks' automatic reconnect...
2015-06-29 Paul Davismerge several of the trickiest Tracks- and platform...
2015-06-29 Paul Davisno-op: indentation and whitespace fixes
2015-06-29 GZharun[Summary] Added export cleanup
2015-06-29 Paul Davisindentation and formatting cleanup
2015-06-29 GZharun[Summary] Fixed issue with export built on Mavericks...
2015-06-29 Greg Zharun[Summary] Fixed windows build
2015-06-29 Paul Davisadd channel_count() to audio source API
2015-06-29 Paul Davisanother signal related to record state added from Tracks.
2015-06-29 Paul Davisdistribute use of RouteAddedOrRemoved to appropriate...
2015-06-29 Paul Davisinclude emission of RouteAddedOrRemoved in Session...
2015-06-29 Paul Davisintegrate Session::remove_routes() from Tracks and...
2015-06-29 Paul Davisre-do previous commit with less variables
2015-06-29 Paul DavisTracks calls tracks "Tracks"; Ardour uses type-names
2015-06-29 Paul DavisSession::reconnect_midi_scene_ports() is a Tracks thing.
2015-06-29 Paul Davisadd missing profile header
2015-06-29 GZharunfix bank ID when MIDI Scene change handles a program...
2015-06-29 Paul Davisadd Session::reconnect_midi_scene_ports()
2015-06-29 Paul Davisadd comment
2015-06-29 Paul Davistotally bizarre and incorrect solo/mute behaviour for...
2015-06-29 nikolay[Summary] Changed function name update_route_active_sta...
2015-06-29 Paul Davisprovide Session::have_rec_disabled_track()
2015-06-29 Paul Davisadd the Tracks version of Track::monitoring_state()
2015-06-29 Paul Davisadding routes no longer saves session but leaves it...
2015-06-29 Paul Davisfix indentation
2015-06-29 GZharun[Summary] Region changes will make session dirty
2015-06-29 Paul Davismark session dirty when markers/ranges are changed
2015-06-29 Paul Davisfixed previous commit from Tracks to work correctly...
2015-06-29 Valeriy Kamyshniy[Summary] BUG FIXED: New name of a session saved with...
2015-06-29 Valeriy Kamyshniy[Summary] Adding informative message to failed file...
2015-06-29 Paul Davissave recent templates analogously to recent sessions
2015-06-29 Paul DavisTracks-specific handling of template dir
2015-06-29 Paul Davisfix cherry-pick logic failure with Session::save_templa...
2015-06-29 Valeriy Kamyshniy[Summary] a) On MAC OS, .DS_Store files are ignored...
2015-06-29 Valeriy Kamyshniy[Summary] For tracks when saving templates, we need...
2015-06-29 Paul Davisemit SessionSaveUnderWay signal during template save
2015-06-29 Paul Davisimproved error handling and checking for Session::save_...
2015-06-29 Paul Davisset micro_version, used for tracks builds
2015-06-29 Paul Davistracks build ... backends are hard-coded
2015-06-29 Paul Daviscopy all XCode project files from Tracks.
2015-06-29 Paul Davisconditionalize background fades depending on whether...
2015-06-29 Paul Davistweak for static library build
2015-06-29 Paul Davisadd now-expected -D defines for a Tracks build
2015-06-29 Paul Davismerge two small pieces of code by Valeriy into libs...
2015-06-29 Paul Davisbetter implementation of configure and build time is_tr...
2015-06-29 Paul Davisfix up waves_fastmeter.cc code to work with current...
next