~mendomusic/ardour/+git/ardour-github:VisualStateSave

Last commit made on 2014-07-25
Get this branch:
git clone -b VisualStateSave https://git.launchpad.net/~mendomusic/ardour/+git/ardour-github

Branch merges

Branch information

Name:
VisualStateSave
Repository:
lp:~mendomusic/ardour/+git/ardour-github

Recent commits

0c9d094... by Robin Gareus <email address hidden>

prototype hack to save/load views

cd96ae8... by Robin Gareus <email address hidden>

fix for video-monitor (xjadeo >= 0.7.8 is started w/o jack-transport)

8d2c280... by Robin Gareus <email address hidden>

update video-monitor override flags

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

96171eb... by Ben Loftis <email address hidden>

several fixes to make processor selection and deletion feel right, for both mixer and editor-mixer strips

6bdc976... by Ben Loftis <email address hidden>

Remove "implicit" selection for plugin deletion.
Allow deletions in the mixer strip to fall through to editor if nothing was selected.

3876b48... by Ben Loftis <email address hidden>

Add track-rec/mute/solo actions to menu, so users can bind them
Make Fit-Tracks sensitive to track selections

6e37afe... by Ben Loftis <email address hidden>

oops, fix copy-paste error

61c66af... by Ben Loftis <email address hidden>

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

05f3ada... by Ben Loftis <email address hidden>

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.

d46081c... by Ben Loftis <email address hidden>

holding Primary(ctrl/cmd) allows user to make noncontiguous strip selections