ardour.git
9 years agoupdate video-monitor override flags
Robin Gareus [Mon, 21 Jul 2014 22:39:58 +0000 (00:39 +0200)]
update video-monitor override flags

(new OSX/openGL menu bar in upcoming xjadeo 0.8)

9 years agoseveral fixes to make processor selection and deletion feel right, for both mixer...
Ben Loftis [Fri, 25 Jul 2014 03:49:33 +0000 (22:49 -0500)]
several fixes to make processor selection and deletion feel right, for both mixer and editor-mixer strips

9 years agoRemove "implicit" selection for plugin deletion.
Ben Loftis [Thu, 24 Jul 2014 17:30:11 +0000 (12:30 -0500)]
Remove "implicit" selection for plugin deletion.
Allow deletions in the mixer strip to fall through to editor if nothing was selected.

9 years agoAdd track-rec/mute/solo actions to menu, so users can bind them
Ben Loftis [Thu, 24 Jul 2014 20:47:05 +0000 (15:47 -0500)]
Add track-rec/mute/solo actions to menu, so users can bind them
Make Fit-Tracks sensitive to track selections

9 years agooops, fix copy-paste error
Ben Loftis [Thu, 24 Jul 2014 16:34:43 +0000 (11:34 -0500)]
oops, fix copy-paste error

9 years agoRevert previous select-strips-under-mouse behavior
Ben Loftis [Thu, 24 Jul 2014 16:28:31 +0000 (11:28 -0500)]
Revert previous select-strips-under-mouse behavior
However, keep the path for deletions in the editor-mixer via _entered_mixer_strip
TODO:  if nothing was deleted, assume the user was trying to delete something in the editor instead
Show selected plugins by a red border
TODO:  more work on the selection model for plugins and mixer strips

9 years agoAllow deletion of processors in editor_mixer_strip by pointing and pressing Delete
Ben Loftis [Wed, 23 Jul 2014 21:58:43 +0000 (16:58 -0500)]
Allow deletion of processors in editor_mixer_strip by pointing and pressing Delete
This had to be hacked because the editor_mixer strip is on the editor and doesnt respond to mixer keybindings.
Also force the gain intry to lose focus if the user leaves the mixer strip.  this will probably solve some long-standing complaints.  although perhaps a more elegant solution is possible.

9 years agoholding Primary(ctrl/cmd) allows user to make noncontiguous strip selections
Ben Loftis [Wed, 23 Jul 2014 21:13:55 +0000 (16:13 -0500)]
holding Primary(ctrl/cmd) allows user to make noncontiguous strip selections

9 years agoholding Primary(ctrl/cmd) allows user to make noncontiguous strip selections
Ben Loftis [Wed, 23 Jul 2014 20:45:01 +0000 (15:45 -0500)]
holding Primary(ctrl/cmd) allows user to make noncontiguous strip selections

9 years agoMixer selection follows mouse
Ben Loftis [Wed, 23 Jul 2014 20:41:14 +0000 (15:41 -0500)]
Mixer selection follows mouse
This eliminates ambiguity about which strip the keybindings will affect.
Hold shift to make a quick group from adjacent mixer strips.

9 years agoCut and Copy should remember the white space at the end of a range.
Ben Loftis [Wed, 23 Jul 2014 19:36:21 +0000 (14:36 -0500)]
Cut and Copy should remember the white space at the end of a range.
This will be used when you paste with Ripple; it maintains the whitespace that you chose in the selection.
Also fix default setting of Dim contol by storing the default(normal) value for MPControl Controllables.

9 years agodouble-click a plugin to remove it from the pending add list
Ben Loftis [Wed, 23 Jul 2014 16:38:24 +0000 (11:38 -0500)]
double-click a plugin to remove it from the pending add list

9 years agoAdd some new zoom-to-selection actions, so zoom tool is less needed.
Ben Loftis [Wed, 23 Jul 2014 16:28:45 +0000 (11:28 -0500)]
Add some new zoom-to-selection actions, so zoom tool is less needed.
Reverse order of items in the zoom menus to match Ardour.
Consolidate the extra zoom math into a function;  this fixes a problem in zoom-to-session.

9 years agoChanges needed for building surfaces/osc (control surface protocol) with MSVC
John Emmas [Tue, 22 Jul 2014 21:19:46 +0000 (22:19 +0100)]
Changes needed for building surfaces/osc (control surface protocol) with MSVC

(for testing on the non-Windows platforms)

9 years ago3 monitor tweaks for the_CLA. shift+click to default, and new preset vals
Ben Loftis [Tue, 22 Jul 2014 21:05:51 +0000 (16:05 -0500)]
3 monitor tweaks for the_CLA.  shift+click to default, and new preset vals

9 years agoRemove troublesome cairo antialiasing hint.
Ben Loftis [Tue, 22 Jul 2014 15:17:09 +0000 (10:17 -0500)]
Remove troublesome cairo antialiasing hint.
Tweak knob gfx slightly.

9 years agoMerge branch 'waveview_hacks' of https://github.com/nmains/ardour into cairocanvas
Paul Davis [Fri, 18 Jul 2014 14:46:22 +0000 (10:46 -0400)]
Merge branch 'waveview_hacks' of https://github.com/nmains/ardour into cairocanvas

9 years agomore canvas debugging for current item tracing
Paul Davis [Fri, 18 Jul 2014 14:43:46 +0000 (10:43 -0400)]
more canvas debugging for current item tracing

9 years agotweaks for the monitor section. refactoring of some buttons, using new ArdourKnob...
Ben Loftis [Fri, 18 Jul 2014 13:47:45 +0000 (08:47 -0500)]
tweaks for the monitor section.  refactoring of some buttons, using new ArdourKnob instead of VolumeController.  New ArdourDisplay shows a controllables user value, and provides support for preset values (hardcoded at present).  Further refactoring to come, so that ArdourWidgets are derived from a common class.  Controllable now has more responsibility for scaling between internal, user, and interface (knob percent) values.  This also needs more refactoring and might have some unintended consequences.  tested with audio and nothing seems amiss, yet.

9 years agoLV2: don't leave active plugins deactivated after latency-compute-run
Robin Gareus [Wed, 16 Jul 2014 15:08:25 +0000 (17:08 +0200)]
LV2: don't leave active plugins deactivated after latency-compute-run

9 years agoparameterize the version number used to define the config directory name
Paul Davis [Wed, 16 Jul 2014 12:15:18 +0000 (08:15 -0400)]
parameterize the version number used to define the config directory name

9 years agoadd Editor::trackviews_height() convenience function to determine height of trackview...
Paul Davis [Tue, 15 Jul 2014 22:09:04 +0000 (18:09 -0400)]
add Editor::trackviews_height() convenience function to determine height of trackview area of canvas; use to help fix set_visible_track_count(); don't consider hidden tracks in that function; add "Selected" to that selector menu

9 years agotry to get font size for rulers right or at least better on OS X
Paul Davis [Tue, 15 Jul 2014 21:48:30 +0000 (17:48 -0400)]
try to get font size for rulers right or at least better on OS X

9 years agomonitor knobs tweaked to better match the theme of other buttons
Ben Loftis [Tue, 15 Jul 2014 19:58:25 +0000 (14:58 -0500)]
monitor knobs tweaked to better match the theme of other buttons

9 years agoUpdate vcproj files for changed LILV config define.
David Robillard [Tue, 15 Jul 2014 19:50:12 +0000 (15:50 -0400)]
Update vcproj files for changed LILV config define.

9 years agoSupport saving LV2 presets multiple times (fix #0005949).
David Robillard [Tue, 15 Jul 2014 19:49:47 +0000 (15:49 -0400)]
Support saving LV2 presets multiple times (fix #0005949).

9 years agoDon't show all controllers for generic MIDI devices.
David Robillard [Mon, 14 Jul 2014 05:27:21 +0000 (01:27 -0400)]
Don't show all controllers for generic MIDI devices.

This takes a VERY long time to do, so is probably a problem for defined devices
with a ton of channels and devices, too.  Not sure what the smart thing to do
here is, though adding lanes really shouldn't be this slow in the first place.

9 years agoShow all named controllers for "Show All Automation" on MIDI tracks.
David Robillard [Mon, 14 Jul 2014 04:43:36 +0000 (00:43 -0400)]
Show all named controllers for "Show All Automation" on MIDI tracks.

9 years agoShow 1-based channel numbers in MIDI controller automation menu.
David Robillard [Mon, 14 Jul 2014 04:03:04 +0000 (00:03 -0400)]
Show 1-based channel numbers in MIDI controller automation menu.

This matches the numbers shown elsewhere, previously if you had a track set to
e.g. channel 10, the controller menu items had "[9]" suffixes.

9 years agoSupport midnam files with a channel (not patch) NoteNameList.
David Robillard [Mon, 14 Jul 2014 03:36:45 +0000 (23:36 -0400)]
Support midnam files with a channel (not patch) NoteNameList.

9 years agofix attempt at making -framework Accelerate arguments work correctly
Paul Davis [Tue, 15 Jul 2014 14:42:10 +0000 (10:42 -0400)]
fix attempt at making -framework Accelerate arguments work correctly

9 years agofix argument list for -framework Accelerate on OS X (arguments were fused into a...
Paul Davis [Tue, 15 Jul 2014 14:19:16 +0000 (10:19 -0400)]
fix argument list for -framework Accelerate on OS X (arguments were fused into a single string)

9 years agoAdd a couple of function calls so that Ardour will perform some basic cleanup when...
John Emmas [Tue, 15 Jul 2014 12:19:33 +0000 (13:19 +0100)]
Add a couple of function calls so that Ardour will perform some basic cleanup when the user exits

Up until now we were relying on various d'tors to do this cleanup for us. However, because we were calling 'exit()' (to terminate the program) those d'tors were never getting called. We should probably review the use of exit() as a termination strategy.

9 years agoRender waveview components onto alpha masks to simplify drawing.
nick_m [Tue, 15 Jul 2014 11:59:22 +0000 (21:59 +1000)]
Render waveview components onto alpha masks to simplify drawing.
Reduce user panic by removing ! from missing file dialog title.
Use justify left in missing file dialog.

9 years agoremove some gtk warnings caused by adding monitor buttons without removing them first
Ben Loftis [Mon, 14 Jul 2014 21:05:31 +0000 (16:05 -0500)]
remove some gtk warnings caused by adding monitor buttons without removing them first

9 years agoicon for experimental time-zoom on Mixbus
Ben Loftis [Mon, 14 Jul 2014 17:20:58 +0000 (12:20 -0500)]
icon for experimental time-zoom on Mixbus

9 years agomake GUI preferences discoverable from the View menu
Ben Loftis [Mon, 14 Jul 2014 17:19:52 +0000 (12:19 -0500)]
make GUI preferences discoverable from the View menu

9 years agoscroll up/down by tracks uses top edge as "focal point"; fix some other nasty code...
Paul Davis [Mon, 14 Jul 2014 16:36:44 +0000 (12:36 -0400)]
scroll up/down by tracks uses top edge as "focal point"; fix some other nasty code details

9 years agovertical scroll events should move by tracks
Paul Davis [Mon, 14 Jul 2014 16:36:10 +0000 (12:36 -0400)]
vertical scroll events should move by tracks

9 years agoup/down scroll buttons on left of summary should move by tracks
Paul Davis [Mon, 14 Jul 2014 16:35:44 +0000 (12:35 -0400)]
up/down scroll buttons on left of summary should move by tracks

9 years agoif a button has an icon, dont draw text as well
Ben Loftis [Mon, 14 Jul 2014 15:28:50 +0000 (10:28 -0500)]
if a button has an icon, dont draw text as well

9 years agoGroup the Rec and Monitor buttons together. Group the Solo Isolate and Lock buttons...
Ben Loftis [Mon, 14 Jul 2014 15:08:38 +0000 (10:08 -0500)]
Group the Rec and Monitor buttons together.  Group the Solo Isolate and Lock buttons together.  And add a method to show/hide each group in the Preferences

9 years ago(Mixbus profile only) tentatively remove the Zoom and Cut tools, to save space in...
Ben Loftis [Fri, 11 Jul 2014 20:41:28 +0000 (15:41 -0500)]
(Mixbus profile only)  tentatively remove the Zoom and Cut tools, to save space in the toolbar and reduce some highly redundant functions

9 years agofix the visible_tracks_selector to show * when user tweaks a track height. various...
Ben Loftis [Fri, 11 Jul 2014 19:50:51 +0000 (14:50 -0500)]
fix the visible_tracks_selector to show * when user tweaks a track height.  various experimental tweaks to visible_tracks_selector and a new zoom_preset_selector for Mixbus.

9 years agoremove EditAtSelectedMarker for Mixbus, to match mb2. (also fix an existing thinko...
Ben Loftis [Wed, 9 Jul 2014 21:33:48 +0000 (16:33 -0500)]
remove EditAtSelectedMarker for Mixbus, to match mb2. (also fix an existing thinko in the edit point selection actions) (oops:  also fix previous track selection fix so that it pays attention to the selection property of the group)

9 years agominor fixes to wscript files to make things python3 compatible
Paul Davis [Sun, 13 Jul 2014 12:36:11 +0000 (08:36 -0400)]
minor fixes to wscript files to make things python3 compatible

9 years agonew waf (still version 1.6.11) incorporating previous autowaf.py change
Paul Davis [Sun, 13 Jul 2014 12:35:43 +0000 (08:35 -0400)]
new waf (still version 1.6.11) incorporating previous autowaf.py change

9 years agopython3 fix for autowaf.py
Paul Davis [Sun, 13 Jul 2014 12:35:21 +0000 (08:35 -0400)]
python3 fix for autowaf.py

9 years agoDummyBackend: add Uniform White Noise Generator.
Robin Gareus [Fri, 11 Jul 2014 16:05:59 +0000 (18:05 +0200)]
DummyBackend: add Uniform White Noise Generator.

9 years agopossible fix for win SystemExec::wait()
Robin Gareus [Fri, 11 Jul 2014 15:03:55 +0000 (17:03 +0200)]
possible fix for win SystemExec::wait()

if it does not help, use CREATE_NO_WINDOW and/or peek/pump messages :(

9 years agofatal error if vfork-exec-wrapper cannot be found (on unix systems).
Robin Gareus [Fri, 11 Jul 2014 14:39:55 +0000 (16:39 +0200)]
fatal error if vfork-exec-wrapper cannot be found (on unix systems).

9 years agoon linux, build ALSA backend as part of binary bundle, but don't include libdbus...
Paul Davis [Fri, 11 Jul 2014 14:40:45 +0000 (10:40 -0400)]
on linux, build ALSA backend as part of binary bundle, but don't include libdbus in bundle

9 years agoMerge branch 'cairocanvas' of git.ardour.org:ardour/ardour into cairocanvas
Paul Davis [Fri, 11 Jul 2014 13:59:59 +0000 (09:59 -0400)]
Merge branch 'cairocanvas' of git.ardour.org:ardour/ardour into cairocanvas

9 years agocorrectly copy vfork exec wrapper into right location in binary bundles on OS X and...
Paul Davis [Fri, 11 Jul 2014 13:59:36 +0000 (09:59 -0400)]
correctly copy vfork exec wrapper into right location in binary bundles on OS X and Linux

9 years agocatch null vfork_exec_wrapper before it is too late
Paul Davis [Fri, 11 Jul 2014 13:58:45 +0000 (09:58 -0400)]
catch null vfork_exec_wrapper before it is too late

9 years agoMake our 'libs/timecode' project dependent on libpbd
John Emmas [Fri, 11 Jul 2014 11:48:31 +0000 (12:48 +0100)]
Make our 'libs/timecode' project dependent on libpbd

This is needed because one of its source modules now references 'rint()' (which isn't available in MSVC, although we already simulate it in libbd).

9 years agoAdd newly introduced (MD5) sources to our MSVC project (also, add visibility stuff...
John Emmas [Fri, 11 Jul 2014 11:44:25 +0000 (12:44 +0100)]
Add newly introduced (MD5) sources to our MSVC project (also, add visibility stuff to the new MD5 class)

9 years agomove fit-tracks back onto "f" and use / for fade-range, moving set-region-fade-(in...
Paul Davis [Fri, 11 Jul 2014 10:19:20 +0000 (06:19 -0400)]
move fit-tracks back onto "f" and use / for fade-range, moving set-region-fade-(in|out)-length to PRIMARY-/ and PRIMARY-\ respectively

9 years agorestore correct functioning of fit-tracks, which was mistakenly removed because of...
Paul Davis [Fri, 11 Jul 2014 10:18:40 +0000 (06:18 -0400)]
restore correct functioning of fit-tracks, which was mistakenly removed because of a failure to understand its complexities

9 years agofix TC entry beyond 2^31 frames.
Robin Gareus [Thu, 10 Jul 2014 17:06:52 +0000 (19:06 +0200)]
fix TC entry beyond 2^31 frames.

9 years agoremove awful, inobvious, wrong and no longer necessary "_i_am_the_modifier" crap...
Paul Davis [Thu, 10 Jul 2014 15:54:59 +0000 (11:54 -0400)]
remove awful, inobvious, wrong and no longer necessary "_i_am_the_modifier" crap from RouteUI, except in one case where it might be useful

9 years agofix key editor resize behaviour
Paul Davis [Thu, 10 Jul 2014 15:53:39 +0000 (11:53 -0400)]
fix key editor resize behaviour

9 years agoadd reset bindings button to key bindings editor
Paul Davis [Thu, 10 Jul 2014 15:04:24 +0000 (11:04 -0400)]
add reset bindings button to key bindings editor

9 years agoadd Gtkmm2ext::Keyboard::reset_bindings()
Paul Davis [Thu, 10 Jul 2014 15:04:04 +0000 (11:04 -0400)]
add Gtkmm2ext::Keyboard::reset_bindings()

9 years agouse lower-case PROGRAM_NAME for user bindings file name
Paul Davis [Thu, 10 Jul 2014 15:01:21 +0000 (11:01 -0400)]
use lower-case PROGRAM_NAME for user bindings file name

9 years agomake f be bound to fade-range by default
Paul Davis [Thu, 10 Jul 2014 13:28:33 +0000 (09:28 -0400)]
make f be bound to fade-range by default

9 years agoadd "fade range" operation, bound to alt-f at present by default
Paul Davis [Thu, 10 Jul 2014 12:17:22 +0000 (08:17 -0400)]
add "fade range" operation, bound to alt-f at present by default

9 years agoadd libardour infrastructure for "fade range" edit operation
Paul Davis [Thu, 10 Jul 2014 12:16:55 +0000 (08:16 -0400)]
add libardour infrastructure for "fade range" edit operation

9 years agodo not call basename_nosuffix() before using matching_unsuffixed_filename_exists_in...
Paul Davis [Thu, 10 Jul 2014 12:16:27 +0000 (08:16 -0400)]
do not call basename_nosuffix() before using matching_unsuffixed_filename_exists_in() because the latter does that call itself.

As the code used to be, if we are testing for a candidate filename of aaa.bbb.ccc, the call strips .ccc and matching_... strips .bbb
resulting in a match with aaa, which is not intended at all.

9 years agoadd comment/doxygen doc
Paul Davis [Thu, 10 Jul 2014 12:14:41 +0000 (08:14 -0400)]
add comment/doxygen doc

9 years agoremove unused variable
Paul Davis [Thu, 10 Jul 2014 12:13:54 +0000 (08:13 -0400)]
remove unused variable

9 years agosize various ArdourDropdowns according to the pixel width, not character length,...
Paul Davis [Thu, 10 Jul 2014 02:41:29 +0000 (22:41 -0400)]
size various ArdourDropdowns according to the pixel width, not character length, of their various strings

9 years agoRevert "adjust horizontal-offset for snap/grid dropdown." Wrong fix for the problem.
Paul Davis [Thu, 10 Jul 2014 02:39:07 +0000 (22:39 -0400)]
Revert "adjust horizontal-offset for snap/grid dropdown." Wrong fix for the problem.

This reverts commit c90d35c4a14f6838907830522a9ca3b73e037f07.

9 years agoadjust horizontal-offset for snap/grid dropdown.
Robin Gareus [Wed, 9 Jul 2014 23:55:17 +0000 (01:55 +0200)]
adjust horizontal-offset for snap/grid dropdown.

9 years agouse standardized timecode formatting in verbose cursor
Paul Davis [Wed, 9 Jul 2014 23:16:03 +0000 (19:16 -0400)]
use standardized timecode formatting in verbose cursor

9 years agobreak out AudioClock::print_minsec() so that AudioClock and VerboseCursor can use...
Paul Davis [Wed, 9 Jul 2014 23:13:18 +0000 (19:13 -0400)]
break out AudioClock::print_minsec() so that AudioClock and VerboseCursor can use the same formatting code.

9 years agoverbose cursor should use primary clock mode even when showing a duration, not just...
Paul Davis [Wed, 9 Jul 2014 22:32:41 +0000 (18:32 -0400)]
verbose cursor should use primary clock mode even when showing a duration, not just absolute position

9 years agoadd Editor::edit_mode_strings to allow for i18n; correctly size ArdourDropdowns using...
Paul Davis [Wed, 9 Jul 2014 20:48:19 +0000 (16:48 -0400)]
add Editor::edit_mode_strings to allow for i18n; correctly size ArdourDropdowns using longest, translated strings

9 years agoadd std::string variant of set_size_request_to_display_given_string()
Paul Davis [Wed, 9 Jul 2014 20:47:42 +0000 (16:47 -0400)]
add std::string variant of set_size_request_to_display_given_string()

9 years agoadd mixbus profile which removes the tearoffs
Ben Loftis [Wed, 9 Jul 2014 20:11:58 +0000 (15:11 -0500)]
add mixbus profile which removes the tearoffs

9 years agoRevert "ardour loves narrow screens part one"
Robin Gareus [Wed, 9 Jul 2014 19:32:26 +0000 (21:32 +0200)]
Revert "ardour loves narrow screens part one"

This reverts commit d3d83eac9df8f7c56fd6fedcf001dffa52d7357a.
restore full-height of editor-mixer.

9 years agoreduce space around TearOff Tickmarks
Robin Gareus [Wed, 9 Jul 2014 19:32:13 +0000 (21:32 +0200)]
reduce space around TearOff Tickmarks

9 years agoshorten grid/snap label "Timecode" -> "TC"
Robin Gareus [Wed, 9 Jul 2014 19:31:35 +0000 (21:31 +0200)]
shorten grid/snap label "Timecode" -> "TC"

9 years agoautomatically set ArdourDropdown box width.
Robin Gareus [Wed, 9 Jul 2014 19:45:57 +0000 (21:45 +0200)]
automatically set ArdourDropdown box width.

..according to longest text in English.

9 years agopolish a few blemishes and add some comments
Ben Loftis [Wed, 9 Jul 2014 19:45:20 +0000 (14:45 -0500)]
polish a few blemishes and add some comments

9 years agofix range select so it picks up grouped tracks
Ben Loftis [Wed, 9 Jul 2014 19:34:00 +0000 (14:34 -0500)]
fix range select so it picks up grouped tracks

9 years agomake sure that copy constructors and operator= for ControlList pass along the _interp...
Paul Davis [Wed, 9 Jul 2014 18:29:57 +0000 (14:29 -0400)]
make sure that copy constructors and operator= for ControlList pass along the _interpolation value

9 years agomake AutomationList::operator==() private and abort() as its core, because it should...
Paul Davis [Wed, 9 Jul 2014 18:28:01 +0000 (14:28 -0400)]
make AutomationList::operator==() private and abort() as its core, because it should never be called/used.

Also make AutomationList::operator=() use ControlList::operator=() rather than try to reimplement it

9 years agonew scissors icon
Robin Gareus [Wed, 9 Jul 2014 17:40:54 +0000 (19:40 +0200)]
new scissors icon

9 years agoardour loves 1024px width screens
Robin Gareus [Wed, 9 Jul 2014 17:40:43 +0000 (19:40 +0200)]
ardour loves 1024px width screens

narrow mode toolbar for screens <= 1024px with

9 years agoardour loves narrow screens part one
Robin Gareus [Wed, 9 Jul 2014 16:16:50 +0000 (18:16 +0200)]
ardour loves narrow screens part one

move toolbar box above editor-canvas. Without-editor mixer
there is no change. With Editor-mixer it is now above the
mixer-strip.

This makes the toolbar [almost] fit on 1024px width.

9 years agoreduce actual size of tool_cut.png to avoid blowing up h-padding on all other tool...
Paul Davis [Wed, 9 Jul 2014 17:09:38 +0000 (13:09 -0400)]
reduce actual size of tool_cut.png to avoid blowing up h-padding on all other tool buttons

9 years agoadd new TRX-only function for unusual global-record-enable semantics
Paul Davis [Wed, 9 Jul 2014 16:07:05 +0000 (12:07 -0400)]
add new TRX-only function for unusual global-record-enable semantics

9 years agoremove debug output
Paul Davis [Wed, 9 Jul 2014 16:06:36 +0000 (12:06 -0400)]
remove debug output

9 years agofix crash initiated by never configuring track write sources when reloading a session...
Paul Davis [Wed, 9 Jul 2014 16:03:22 +0000 (12:03 -0400)]
fix crash initiated by never configuring track write sources when reloading a session, caused by earlier commits to avoid unnecessary write source resets

9 years agodo not return auditioner as part of Session::get_tracks()
Paul Davis [Wed, 9 Jul 2014 16:02:22 +0000 (12:02 -0400)]
do not return auditioner as part of Session::get_tracks()

9 years agoadd Session::get_tracks()
Paul Davis [Wed, 9 Jul 2014 15:29:26 +0000 (11:29 -0400)]
add Session::get_tracks()

9 years agoadd mutex to prevent concurrent session state saves.
Paul Davis [Wed, 9 Jul 2014 14:18:28 +0000 (10:18 -0400)]
add mutex to prevent concurrent session state saves.

Why wasn't this done 10 years ago?

9 years agodo not attempt to save undo history if it is empty, and do not do any part of history...
Paul Davis [Wed, 9 Jul 2014 14:10:44 +0000 (10:10 -0400)]
do not attempt to save undo history if it is empty, and do not do any part of history save if we're not going to write a new file

9 years agodon't save state when removing sources during session loading (though this should...
Paul Davis [Wed, 9 Jul 2014 14:09:49 +0000 (10:09 -0400)]
don't save state when removing sources during session loading (though this should no longer happen)