summaryrefslogtreecommitdiff
path: root/libs/ardour/session.cc
AgeCommit message (Collapse)Author
2008-12-02more session init fixes from carlPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4278 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-25lincoln's solo-mute-override should only take effect soloing in placePaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4255 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-25lincoln's solo-mute-override patch modified/extended to track the option ↵Paul Davis
changing state, plus build ardour.menus as part of the default target git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4254 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-12don't return last stop frame as audible frame if we are stopping but not yet ↵Paul Davis
stopped git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4144 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-12fix Session::audible_frame() return when transport speed has been reversed, ↵Paul Davis
by resetting last_stop_frame at the turnaround point git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4143 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-09Fix rulers sometimes not refreshed on zoom, only auto connect physical ↵Nick Mainsbridge
inputs to tracks (was SAE only, now applies to all), prettify initial display for first run. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4113 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-01Ignore triple clicks for mute/solo/rec-enable (fixes long-standing ↵Nick Mainsbridge
insensitive to clicks bug), momentary solo/mute works for track headers, redraw some widgets when resizing editor-mixer (osx only), don't autoconnect physical inputs to busses (sae only), new sends active by default (sae only), some minor sae gui customizations using ardour2_ui_sae.conf. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4078 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-21improved (?) Session::audible_frame()Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3990 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-20fix up some jerkiness/retrograde motion of playheadPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3988 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-07fixes needed for track/strip ordering issuesPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3874 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-03part II of probable fix for track sync-orderingPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3851 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-06-18make bounce range and bounce region work properly (wrong boundaries before); ↵Paul Davis
add "Consolidate Range" which writes a new audio file and uses it to replace whatever was in the playlist within the range git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3478 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-06-18patch from colinf for #2305 to use sizeof(Sample)Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3473 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-06-18make Session::region_name() have the same performance as ↵Paul Davis
std::map<std::string,uint32_t> rather than O(N^2) where N is the number of regions in a session git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3472 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-06-10(4) more debugginPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3456 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-06-10(3) more debugginPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3455 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-06-10(2) debugging region splitting with nowhiskey_Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3454 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-06-10debugging region splitting with nowhiskey_Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3453 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-06-05minor UI fixes for clocks and Locations dialog. Prevent tape tracks from ↵Ben Loftis
skewing the session extents git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3448 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-05-22more path-building fixes from colinfPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3388 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-05-14use Glib::build_filename() more widelyPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3347 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-04-24plugin selection via menu, along with "favorites"Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3284 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-04-17AccessAction() OSC patch from Ryan ScottPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3258 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-03-25add new Session::Dialog signal for generic dialog interactions with unknown ↵Paul Davis
GUI; made auto-analyse-audio FALSE by default, with dialog warning about this when necessary; fixed #2134 (loop/punch stuff not updated on undo/redo) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3182 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-03-21fix dragging that involves locked regions; auto-rebinding patch for people ↵Paul Davis
to experiment with (probably needs a little work) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3164 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-03-14enable icon-start-from-.ardour-file to work on OS X; properly install apple ↵Paul Davis
event handlers; change plugin add logic to avoid asking for stream counts before they would be configured; fix up new session dialog to not use manage(), and thus not throw away widgets when their page is hidden (by removal) in the tabbed browser git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3144 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-27don't popup import progress window until we give import a chance to fail ↵Paul Davis
first; sndfile doesn't print open() errors if HAVE_COREAUDIO is set since we fall back to CoreAudio then git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3127 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-27fix up BWF creation; make CoreAudioSource work; add CAImportable; refactor ↵Paul Davis
SourceFactory to try sndfile first, CoreAudio second git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3126 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-23fix up use of plugin input counts when running; SAE menu tweaks; fix up ↵Paul Davis
management and display of edit point selection; AU window stuff git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3117 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-23fix stupid uses of Session::get_silent_buffers() from crashing ardourPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3116 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-17Remove beat entry from meter dialog (beats are not allowed in API), clean up ↵Nick Mainsbridge
some hardware monitoring code, new configuration vars: ADAT Monitor Mode (documented) and Rubberbanding Snaps to Grid (self explanitory I hope, defaults to off), add some monitoring documentation. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3076 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-13lots more BootMessagesPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3050 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-12AU GUIs basically working, though unfinished; push up dialog for massive ↵Paul Davis
split operations (still in progress); fix problem where peakfile is slightly older than audio data even though it is ready to use (debugging output still present); move sync-menu code to libs/gtkmm2ext for linkage reasons; prevent flush_pending() calls from "top menu" items on OS X from locking the GUI; try to make adding lots of regions (e.g. from split-at-points) scale a bit better; SAE version has no timecode mode for audio clocks git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3038 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-01large chunks of code to deal with pre-analysis of audio; transient/perconset ↵Paul Davis
data used for new tab-to-transient; all ArdourDialogs push the splash screen out of the way; try to keep verbose canvas cursor within the editor canvas visible area; fix template use from NSD git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2983 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-25meet rhythm ferret: cute, furry and always on time (ardour build now ↵Paul Davis
requires fftw3 & fftw3f, no exceptions, ever) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2959 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-14Make ardour not crash if a region state cannot be loaded (for example Sampo Savolainen
due to a missing source descriptor in the XML). git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2913 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-09yet more changes to the monstrosity that is session loading and startup; ↵Paul Davis
search PATH for jackd/jackdmp, not predefined locations; support for the JACK dummy driver git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2847 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-04add -d/--disable-plugins option to allow easy restart with troublesome pluginsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2828 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-12-20try to make NewSessionDialog only show up when really needed, and only have ↵Paul Davis
necessary tabs; clear out several track control buttons and simplify track header context menu for SAE mode git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2799 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-08substantial changes that start to use the edit point and the selected marker ↵Paul Davis
for operations git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2609 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-01new ancestral data handling for regions; new Stretch AudioFilter replaces ↵Paul Davis
session member function; fix for "+" in XML node name; fix up async peak build flag in SourceFactory git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2583 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-12fix uninitialized export_range_dialog member in editor; fix peakfile naming ↵Paul Davis
screwup with back-compatible hack git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2462 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-12make big clock be on top ALWAYS; more design fixes for async peak building; ↵Paul Davis
fix up peakfile name screw up but WITHOUT back-compatibility git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2461 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-09fix egregious widespread bug now that JACK has physical MIDI ports; make ↵Paul Davis
sample rate label in import dialog red when SR doesn't match git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2438 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-05optionally tie together editor+mixer display orders; provide GUI control for ↵Paul Davis
timecode-is-synced; make Ctrl-w close any dialog git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2422 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-08-27clear click data when sample rate changesPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2352 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-07-16support for 16 bit native filesPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2132 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-07-06new automation interval configuration variable, to control automation ↵Paul Davis
snapshot time resolution (for oofus to test); patch for cancellingmulti-file import; minor code cleanups; use boost::fast_pool_allocator for automation lists (may revert later) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2117 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-06-26* Added (let's call it revealed) ability to record while the transport is ↵Jesse Chappell
looping. This works for both Internal (seamless) and JACK sync, new regions are created each cycle around the loop and stacked on top of each other. It is recommended for now that automatic crossfades be turned off when doing this. Punch-In/Out may be used also (this used to be the only way to accomplish recording while looping, but now the GUI represents it without goofiness. * Fixed the stuttering/stuck problem when looping with JACK sync * Fixed gui bug that prevented record-disable when latch record option is on * Fixed issue where it would rec-enable unnecessarily when passing through the punch-out point * Fixed corner case in diskstream record length (that no one would ever notice) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2034 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-05-18allow diskstream deletion after a track is removed by using ↵Paul Davis
weak_ptr<Diskstream> instead of shared_ptr<Diskstream> in GUI signal handling git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@1883 d708f5d6-7413-0410-9779-e7cbd77b26cf