fix color of MIDI notes during capture so that they are visible

This commit is contained in:
Paul Davis 2022-10-28 16:41:15 -06:00
parent 492073e47d
commit e06bd481a1
11 changed files with 12 additions and 2 deletions

View file

@ -125,7 +125,6 @@ public:
GhostRegion* add_ghost (TimeAxisView&);
NoteBase* add_note(const boost::shared_ptr<NoteType> note, bool visible);
void resolve_note(uint8_t note_num, Temporal::Beats end_time);
void cut_copy_clear (Editing::CutCopyOp);
bool paste (Temporal::timepos_t const & pos, const ::Selection& selection, PasteContext& ctx);