mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
WebSockets: add transport roll support to surface
This commit is contained in:
parent
656cd9c8a7
commit
0e664b1556
7 changed files with 51 additions and 2 deletions
|
|
@ -19,6 +19,12 @@
|
|||
#include "component.h"
|
||||
#include "ardour_websockets.h"
|
||||
|
||||
BasicUI&
|
||||
SurfaceComponent::basic_ui () const
|
||||
{
|
||||
return _surface;
|
||||
}
|
||||
|
||||
PBD::EventLoop*
|
||||
SurfaceComponent::event_loop () const
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue