mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 02:56:35 +01:00
WebSockets: split channel.js into channel.js and message.js
This commit is contained in:
parent
1e3084d760
commit
1f0dfddde1
5 changed files with 96 additions and 74 deletions
|
|
@ -19,7 +19,8 @@
|
|||
// This example does not call the high level API methods in ardour.js
|
||||
// but interacts directly with the low level message stream instead
|
||||
|
||||
import { MessageChannel, Message } from '/shared/channel.js';
|
||||
import { Message } from '/shared/message.js';
|
||||
import { MessageChannel } from '/shared/channel.js';
|
||||
|
||||
import { Switch, DiscreteSlider, ContinuousSlider, LogarithmicSlider,
|
||||
StripPanSlider, StripGainSlider, StripMeter } from './widget.js';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue