Add basic ghost notes feature. (#4575)
Lets you set a melody pattern as visible in the background of the Piano Roll as support when building a new pattern. The pattern is visible throughout the session or until cleared via the provided button.
This commit is contained in:
committed by
Oskar Wallgren
parent
68cefc15c4
commit
5126070bb1
BIN
data/themes/classic/clear_ghost_note.png
Normal file
BIN
data/themes/classic/clear_ghost_note.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
BIN
data/themes/classic/ghost_note.png
Normal file
BIN
data/themes/classic/ghost_note.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 452 B |
@@ -127,6 +127,10 @@ PianoRoll {
|
||||
qproperty-noteOpacity: 128;
|
||||
qproperty-noteBorders: true; /* boolean property, set false to have borderless notes */
|
||||
qproperty-selectedNoteColor: rgb( 0, 125, 255 );
|
||||
qproperty-ghostNoteColor: #000000;
|
||||
qproperty-ghostNoteTextColor: #ffffff;
|
||||
qproperty-ghostNoteOpacity: 50;
|
||||
qproperty-ghostNoteBorders: true;
|
||||
qproperty-barColor: #4afd85;
|
||||
qproperty-markedSemitoneColor: rgba( 0, 255, 200, 60 );
|
||||
/* Grid colors */
|
||||
|
||||
BIN
data/themes/default/clear_ghost_note.png
Normal file
BIN
data/themes/default/clear_ghost_note.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
BIN
data/themes/default/ghost_note.png
Normal file
BIN
data/themes/default/ghost_note.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.8 KiB |
@@ -146,6 +146,10 @@ PianoRoll {
|
||||
qproperty-noteOpacity: 165;
|
||||
qproperty-noteBorders: false; /* boolean property, set false to have borderless notes */
|
||||
qproperty-selectedNoteColor: #064d79;
|
||||
qproperty-ghostNoteColor: #000000;
|
||||
qproperty-ghostNoteTextColor: #ffffff;
|
||||
qproperty-ghostNoteOpacity: 50;
|
||||
qproperty-ghostNoteBorders: false;
|
||||
qproperty-barColor: #078f3a;
|
||||
qproperty-markedSemitoneColor: rgba(255, 255, 255, 30);
|
||||
/* Grid colors */
|
||||
|
||||
Reference in New Issue
Block a user