mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
Clean up and prepare for HTTP
This commit is contained in:
parent
3da0cf2a31
commit
40520a6dc6
5 changed files with 163 additions and 56 deletions
|
|
@ -56,8 +56,8 @@ ardour_websockets_request_buffer_factory (uint32_t num_requests)
|
|||
}
|
||||
|
||||
static ControlProtocolDescriptor ardour_websockets_descriptor = {
|
||||
/*name : */ SURFACE_NAME,
|
||||
/*id : */ SURFACE_ID,
|
||||
/*name : */ surface_name,
|
||||
/*id : */ surface_id,
|
||||
/*ptr : */ 0,
|
||||
/*module : */ 0,
|
||||
/*mandatory : */ 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue