WebSockets: split channel.js into channel.js and message.js

This commit is contained in:
Luciano Iam 2020-04-12 15:49:54 +02:00 committed by Robin Gareus
parent 1e3084d760
commit 1f0dfddde1
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
5 changed files with 96 additions and 74 deletions

View file

@ -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';