diff --git a/qController.Standard/Classes/Communication/QController.cs b/qController.Standard/Classes/Communication/QController.cs index 7a9946d..86da786 100644 --- a/qController.Standard/Classes/Communication/QController.cs +++ b/qController.Standard/Classes/Communication/QController.cs @@ -22,11 +22,11 @@ namespace qController { qClient = new QClient(address, port); qUpdater = new QUpdater(this); - qUpdater.Start(); + //Connect(); //Connect(); //KickOff(); - + } public void Connect(string workspace_id) @@ -34,6 +34,7 @@ namespace qController Console.WriteLine("QCONTROLLER CONNECT CALLED: " + workspace_id); qWorkspace = new QWorkSpace(); qWorkspace.workspace_id = workspace_id; + qUpdater.Start(); qClient.sendStringUDP("/connect"); qClient.sendArgsUDP("/workspace/"+workspace_id+"/updates", 1); qClient.sendAndReceiveString("/workspace/"+workspace_id+"/cueLists"); diff --git a/qController.Standard/Pages/ControlPage.xaml b/qController.Standard/Pages/ControlPage.xaml index 6479686..bd30c0d 100644 --- a/qController.Standard/Pages/ControlPage.xaml +++ b/qController.Standard/Pages/ControlPage.xaml @@ -10,7 +10,8 @@ -