WebSockets: correct comment in mixer-demo/main.js

This commit is contained in:
Luciano Iam 2020-04-24 13:23:32 +02:00
parent f983dfe6a7
commit 847eb93784

View File

@ -16,7 +16,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
// This example does not call the API methods in ardour.js,
// This example does not call the API methods in control.js,
// instead it couples the widgets directly to the message stream
import { ANode, Message } from '/shared/message.js';