mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Don't do a linear search through controls for program change for no reason.
Clean up. git-svn-id: svn://localhost/ardour2/branches/3.0@4600 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
458c588e2c
commit
de88640598
2 changed files with 105 additions and 130 deletions
|
|
@ -18,17 +18,17 @@ class CanvasProgramChange : public CanvasFlag
|
|||
{
|
||||
public:
|
||||
CanvasProgramChange(
|
||||
MidiRegionView& region,
|
||||
Group& parent,
|
||||
string& text,
|
||||
double height,
|
||||
double x,
|
||||
double y,
|
||||
string& model_name,
|
||||
string& custom_device_mode,
|
||||
nframes_t event_time,
|
||||
uint8_t channel,
|
||||
uint8_t program
|
||||
MidiRegionView& region,
|
||||
Group& parent,
|
||||
string& text,
|
||||
double height,
|
||||
double x,
|
||||
double y,
|
||||
string& model_name,
|
||||
string& custom_device_mode,
|
||||
nframes_t event_time,
|
||||
uint8_t channel,
|
||||
uint8_t program
|
||||
);
|
||||
|
||||
virtual ~CanvasProgramChange();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue