mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-29 09:57:44 +01:00
WebSockets: NO-OP add a comment in mixer-demo code that explains approach
This commit is contained in:
parent
50fc366eeb
commit
3fd7be9aba
1 changed files with 3 additions and 0 deletions
|
|
@ -16,6 +16,9 @@
|
|||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
// This demo does not use the API methods in ardour.js
|
||||
// but interacts directly with the message stream
|
||||
|
||||
import { MessageChannel, Message } from '/shared/channel.js';
|
||||
|
||||
import { Switch, DiscreteSlider, ContinuousSlider, LogarithmicSlider,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue