NOOP: some minor whitespace fixes

This commit is contained in:
Paul Davis 2022-03-30 13:09:22 -06:00
parent 7c6bce5cda
commit d586956636
3 changed files with 2 additions and 4 deletions

View File

@ -4206,7 +4206,7 @@ MidiRegionView::get_note_name (boost::shared_ptr<NoteType> n, uint8_t note_value
name.empty() ? ParameterDescriptor::midi_note_name (note_value).c_str() : name.c_str(),
(int) note_value,
(int) n->channel() + 1,
(int) n->velocity()); //we display velocity 0-based; velocity 0 is a 'note-off' so the user just sees values 1..127 which 'looks' 1-based
(int) n->velocity()); //we display velocity 0-based; velocity 0 is a 'note-off' so the user just sees values 1..127 which 'looks' 1-based
return buf;
}

View File

@ -146,7 +146,7 @@ MidiStreamView::add_region_view_internal (boost::shared_ptr<Region> r, bool wait
(*i)->set_valid (true);
display_region(dynamic_cast<MidiRegionView*>(*i), wait_for_data);
display_region (dynamic_cast<MidiRegionView*>(*i), wait_for_data);
return 0;
}
@ -297,7 +297,6 @@ MidiStreamView::redisplay_track ()
apply_note_range(_lowest_note, _highest_note, false);
}
void
MidiStreamView::update_contents_height ()
{

View File

@ -340,7 +340,6 @@ StreamView::playlist_switched (boost::weak_ptr<Track> wtr)
tr->playlist()->ContentsChanged.connect (playlist_connections, invalidator (*this), boost::bind (&StreamView::update_coverage_frame, this), gui_context());
}
void
StreamView::apply_color (Gdk::Color const& c, ColorTarget target)
{