create new constructor for VmcExtMidiCcVal
This commit is contained in:
parent
2dc68d01e4
commit
93a2f6d6ef
|
@ -40,5 +40,11 @@ namespace godotVmcSharp
|
|||
knob = (int)m.Data[0].Value;
|
||||
value = (int)m.Data[1].Value;
|
||||
}
|
||||
|
||||
public VmcExtMidiCcVal(int _knob, float _value) : base(new godotOscSharp.Address("/VMC/Ext/Midi/CC/Val"))
|
||||
{
|
||||
knob = _knob;
|
||||
value = _value;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user