get standalone MidiView to display notes

This also removes an unused TriggerBoxWidget from each regular
MixerStrip.
This commit is contained in:
Paul Davis 2024-01-11 18:00:07 -07:00
parent a8895e50c7
commit 182a24751b
18 changed files with 91 additions and 87 deletions

View file

@ -207,7 +207,6 @@ MidiStreamView::display_track (std::shared_ptr<Track> tr)
{
StreamView::display_track (tr);
std::cerr << "MSV @ " << this << " dnl\n";
draw_note_lines();
NoteRangeChanged(); /* EMIT SIGNAL*/