Add splitting (and resizing) to all types of clips (#7477)
Allow for splitting and resizing all types of clips (automation, MIDI, sample, pattern, etc) using the knife tool in the Song Editor. --------- Co-authored-by: szeli1 <143485814+szeli1@users.noreply.github.com> Co-authored-by: Dalton Messmer <messmer.dalton@gmail.com>
This commit is contained in:
BIN
data/themes/classic/auto_resize.png
Normal file
BIN
data/themes/classic/auto_resize.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 920 B |
BIN
data/themes/classic/auto_resize_disable.png
Normal file
BIN
data/themes/classic/auto_resize_disable.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
BIN
data/themes/classic/clear_notes_out_of_bounds.png
Normal file
BIN
data/themes/classic/clear_notes_out_of_bounds.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
@@ -761,6 +761,7 @@ lmms--gui--ClipView {
|
||||
qproperty-textBackgroundColor: rgba(0, 0, 0, 75);
|
||||
qproperty-textShadowColor: rgb( 0, 0, 0 );
|
||||
qproperty-gradient: true; /* boolean property, set true to have a gradient */
|
||||
qproperty-markerColor: rgb(0, 0, 0);
|
||||
/* finger tip offset of cursor */
|
||||
qproperty-mouseHotspotHand: 3px 3px;
|
||||
qproperty-mouseHotspotKnife: 0px 0px;
|
||||
|
||||
BIN
data/themes/default/auto_resize.png
Normal file
BIN
data/themes/default/auto_resize.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 633 B |
BIN
data/themes/default/auto_resize_disable.png
Normal file
BIN
data/themes/default/auto_resize_disable.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 656 B |
BIN
data/themes/default/clear_notes_out_of_bounds.png
Normal file
BIN
data/themes/default/clear_notes_out_of_bounds.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 630 B |
@@ -804,6 +804,7 @@ lmms--gui--ClipView {
|
||||
qproperty-textBackgroundColor: rgba(0, 0, 0, 75);
|
||||
qproperty-textShadowColor: rgba(0,0,0,200);
|
||||
qproperty-gradient: false; /* boolean property, set true to have a gradient */
|
||||
qproperty-markerColor: rgb(0, 0, 0);
|
||||
/* finger tip offset of cursor */
|
||||
qproperty-mouseHotspotHand: 7px 2px;
|
||||
qproperty-mouseHotspotKnife: 0px 0px;
|
||||
|
||||
Reference in New Issue
Block a user