feat: per-MIDI-item focus brightness in piano roll
This commit is contained in:
@@ -52,6 +52,7 @@
|
||||
relative_start_beat: noteAbsStart - windowStartBeat,
|
||||
duration_beats: (note.duration_beats || 1),
|
||||
velocity: note.velocity,
|
||||
item_id: item.id,
|
||||
original_track_name: track.name,
|
||||
original_track_color: track.color || '#888888'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user