mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
NOOP: some minor whitespace fixes
This commit is contained in:
parent
7c6bce5cda
commit
d586956636
3 changed files with 2 additions and 4 deletions
|
|
@ -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(),
|
name.empty() ? ParameterDescriptor::midi_note_name (note_value).c_str() : name.c_str(),
|
||||||
(int) note_value,
|
(int) note_value,
|
||||||
(int) n->channel() + 1,
|
(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;
|
return buf;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -146,7 +146,7 @@ MidiStreamView::add_region_view_internal (boost::shared_ptr<Region> r, bool wait
|
||||||
|
|
||||||
(*i)->set_valid (true);
|
(*i)->set_valid (true);
|
||||||
|
|
||||||
display_region(dynamic_cast<MidiRegionView*>(*i), wait_for_data);
|
display_region (dynamic_cast<MidiRegionView*>(*i), wait_for_data);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
@ -297,7 +297,6 @@ MidiStreamView::redisplay_track ()
|
||||||
apply_note_range(_lowest_note, _highest_note, false);
|
apply_note_range(_lowest_note, _highest_note, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
MidiStreamView::update_contents_height ()
|
MidiStreamView::update_contents_height ()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -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());
|
tr->playlist()->ContentsChanged.connect (playlist_connections, invalidator (*this), boost::bind (&StreamView::update_coverage_frame, this), gui_context());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
StreamView::apply_color (Gdk::Color const& c, ColorTarget target)
|
StreamView::apply_color (Gdk::Color const& c, ColorTarget target)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue