13
0
livetrax/libs
Colin Fletcher d75c7151d4 Ripple mode: basic implementation
Add a value for Ripple to EditMode enum.

Add Ripple edit mode to edit mode dropdown, by adding it to the
Editor::build_edit_mode_menu() helper function, and remove the old code that
added items to the (now unused) Editor::edit_mode_strings.

Add the regions that should be affected by the drag to RegionDrag::_views so
that the drag carries them along automatically.

Use a copy of the RegionList in Playlist::core_ripple(), since bad things
happen when iterating over regions and they get moved around in the list.

Handle rippling in removal of regions from playlist.

When dragging in ripple mode, exclude all regions that lie before the
original start position of the selected regions being dragged from
rippling: this is what Mixbus does.

Make editor dragging respect snap-to settings, by using the existing
compute_x_delta() function, which did almost the right thing. Move setting
of _last_frame_position out of that function so all ripple-dragged regions
can move.

Ripple when dragging from region list: even though Mixbus doesn't do this, it
seems like a good idea.

Prevent multi-track selection being dragged across tracks, by making
RegionMotionDrag::y_movement_allowed() virtual, and overriding it in
RegionRippleDrag to forbid dragging of selections containing regions on more
than one track to dofferent tracks in ripple mode.

Remember which TimeAxisView a ripple-mode drag that's allowed cross-track
drags started from, so that the effect of rippling regions after any region
that's dragged off that track can be undone.
2014-05-07 19:46:24 +01:00
..
appleutility use "portable" approach to forcing visible symbols in third party libs (qm-dsp, vamp-plugins, appleutility, clearlooks) 2014-01-17 13:19:42 -05:00
ardour Ripple mode: basic implementation 2014-05-07 19:46:24 +01:00
audiographer remove redundant os.path.join() calls when specifying install path as bld.env['LIBDIR'] 2014-04-28 21:18:02 -04:00
backends Add some more missing #includes 2014-05-06 17:00:35 +01:00
canvas first pass at tightening up waveform drawing algorithm to generally round down when dealing with fractional pixels 2014-05-07 10:35:50 -04:00
clearlooks-newer finish unfinished work at basing all install paths on the program name 2014-04-28 21:11:08 -04:00
clearlooks-older
evoral remove redundant os.path.join() calls when specifying install path as bld.env['LIBDIR'] 2014-04-28 21:18:02 -04:00
fst finish unfinished work at basing all install paths on the program name 2014-04-28 21:11:08 -04:00
gtkmm2ext remove redundant os.path.join() calls when specifying install path as bld.env['LIBDIR'] 2014-04-28 21:18:02 -04:00
libltc Add the main VC project files for building Ardour3 with Microsoft Visual Studio 2014-04-08 09:49:35 +01:00
midi++2 fix for storing 14 bit MIDI controller values 2014-04-30 10:10:06 -04:00
panners finish unfinished work at basing all install paths on the program name 2014-04-28 21:11:08 -04:00
pbd Add a couple of pthread helper macros 2014-05-06 09:31:11 +01:00
plugins/reasonablesynth.lv2 mingw build fixes (tested with i686-w64-mingw32 on linux-x86_64) 2014-03-04 15:25:58 +01:00
qm-dsp remove redundant os.path.join() calls when specifying install path as bld.env['LIBDIR'] 2014-04-28 21:18:02 -04:00
surfaces remove redundant os.path.join() calls when specifying install path as bld.env['LIBDIR'] 2014-04-28 21:18:02 -04:00
timecode Add the main VC project files for building Ardour3 with Microsoft Visual Studio 2014-04-08 09:49:35 +01:00
vamp-plugins finish unfinished work at basing all install paths on the program name 2014-04-28 21:11:08 -04:00
vfork finish unfinished work at basing all install paths on the program name 2014-04-28 21:11:08 -04:00