Ghost notes for the automation editor (#6940)
Show ghost notes or sample track as a visual aid in the Automation Editor. --------- Co-authored-by: IanCaio <iancaio_dev@hotmail.com>
This commit is contained in:
BIN
data/themes/classic/automation_ghost_note.png
Normal file
BIN
data/themes/classic/automation_ghost_note.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.4 KiB |
@@ -33,6 +33,10 @@ lmms--gui--AutomationEditor {
|
||||
qproperty-scaleColor: qlineargradient(spread:reflect,
|
||||
x1:0, y1:0.5, x2:1, y2:0.5,
|
||||
stop:0 #333, stop:1 #202020);
|
||||
|
||||
qproperty-ghostNoteColor: rgba(248, 248, 255, 125);
|
||||
qproperty-detuningNoteColor: rgba(248, 11, 11, 125);
|
||||
qproperty-ghostSampleColor: rgba(125, 125, 125, 125);
|
||||
}
|
||||
|
||||
/* text box */
|
||||
|
||||
BIN
data/themes/default/automation_ghost_note.png
Normal file
BIN
data/themes/default/automation_ghost_note.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.4 KiB |
@@ -66,6 +66,9 @@ lmms--gui--AutomationEditor {
|
||||
|
||||
qproperty-graphColor: rgba(69,42,153,180);
|
||||
qproperty-scaleColor: #262b30;
|
||||
qproperty-ghostNoteColor: rgba(248, 248, 255, 125);
|
||||
qproperty-detuningNoteColor: rgba(248, 11, 11, 125);
|
||||
qproperty-ghostSampleColor: rgba(125, 125, 125, 125);
|
||||
}
|
||||
|
||||
/* text box */
|
||||
|
||||
Reference in New Issue
Block a user