bug
This commit is contained in:
parent
5bfee09e02
commit
d541ee08fa
@ -37,7 +37,7 @@ var gMidiOutTest = function(note_name, vel, delay_ms) {
|
||||
|
||||
|
||||
var Client = require("mpp-client");
|
||||
var gClient = module.exports = new Client("ws://www.multiplayerpiano.com:443");
|
||||
global.gClient = new Client("ws://www.multiplayerpiano.com:443");
|
||||
gClient.setChannel("lobby");
|
||||
gClient.start();
|
||||
gClient.on("hi", ()=> console.log("MPP Client Ready"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user