Clean up and prepare for HTTP

This commit is contained in:
Luciano Iam 2020-04-09 15:57:09 +02:00 committed by Robin Gareus
parent 3da0cf2a31
commit 40520a6dc6
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
5 changed files with 163 additions and 56 deletions

View file

@ -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,