mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Clean up ctrl surface API
Remove unused fields, no mandatory surfaces
This commit is contained in:
parent
0b355c0412
commit
847f1e54c1
20 changed files with 6 additions and 100 deletions
|
|
@ -173,10 +173,7 @@ class ControlProtocolDescriptor
|
|||
public:
|
||||
const char* name; /* descriptive */
|
||||
const char* id; /* unique and version-specific */
|
||||
void* ptr; /* protocol can store a value here */
|
||||
void* module; /* not for public access */
|
||||
int mandatory; /* if non-zero, always load and do not make optional */
|
||||
bool supports_feedback; /* if true, protocol has toggleable feedback mechanism */
|
||||
bool (*probe) (ControlProtocolDescriptor*);
|
||||
ControlProtocol* (*initialize) (ControlProtocolDescriptor*, Session*);
|
||||
void (*destroy) (ControlProtocolDescriptor*, ControlProtocol*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue