WebSockets: NO-OP update comments in mixer-demo code

This commit is contained in:
Luciano Iam 2020-04-12 14:53:42 +02:00 committed by Robin Gareus
parent bfcba85336
commit c5366427d0
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -16,8 +16,8 @@
* 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
// 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';