mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-19 11:55:58 +01:00
NOOP: whitespace
This commit is contained in:
parent
bfe52ca668
commit
407936277f
1 changed files with 1 additions and 1 deletions
|
|
@ -4233,7 +4233,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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue