mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
get standalone MidiView to display notes
This also removes an unused TriggerBoxWidget from each regular MixerStrip.
This commit is contained in:
parent
a8895e50c7
commit
182a24751b
18 changed files with 91 additions and 87 deletions
|
|
@ -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*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue