mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
WS: crash bugfix related to missing strip panner
Surface made Ardour crash when a client connected and some session track was not a VCA nor had a panner, like MIDI strips.
This commit is contained in:
parent
7a9d4b1f64
commit
9c08c058a3
5 changed files with 18 additions and 30 deletions
|
|
@ -83,14 +83,13 @@ public:
|
|||
double gain () const;
|
||||
void set_gain (double);
|
||||
|
||||
bool has_pan () const;
|
||||
double pan () const;
|
||||
void set_pan (double);
|
||||
|
||||
bool mute () const;
|
||||
void set_mute (bool);
|
||||
|
||||
bool is_vca () const;
|
||||
|
||||
std::string name () const;
|
||||
|
||||
float meter_level_db () const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue