mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 23:46:20 +01:00
triggerbox: add missing property defn
This commit is contained in:
parent
a14bcc455b
commit
ef9cca2c07
1 changed files with 1 additions and 1 deletions
|
|
@ -46,12 +46,12 @@ namespace ARDOUR {
|
|||
PBD::PropertyDescriptor<bool> running;
|
||||
PBD::PropertyDescriptor<bool> passthru;
|
||||
PBD::PropertyDescriptor<bool> legato;
|
||||
PBD::PropertyDescriptor<bool> quantized;
|
||||
PBD::PropertyDescriptor<Temporal::BBT_Offset> quantization;
|
||||
PBD::PropertyDescriptor<Trigger::LaunchStyle> launch_style;
|
||||
PBD::PropertyDescriptor<Trigger::FollowAction> follow_action0;
|
||||
PBD::PropertyDescriptor<Trigger::FollowAction> follow_action1;
|
||||
PBD::PropertyDescriptor<int> follow_count;
|
||||
PBD::PropertyDescriptor<int> follow_action_probability;
|
||||
PBD::PropertyDescriptor<float> velocity_effect;
|
||||
PBD::PropertyDescriptor<gain_t> gain;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue