Feat/studio clock (#60)

This commit is contained in:
Carlos Valente
2021-12-13 21:29:56 +01:00
committed by GitHub
parent 627cce7ba6
commit 80c2e9a8ba
26 changed files with 1099 additions and 135 deletions
+6
View File
@@ -38,6 +38,12 @@ export const initiateOSC = (config) => {
// get second part (command)
switch (path.toLowerCase()) {
case 'onAir':
global.timer.onAir = true;
break;
case 'offAir':
global.timer.onAir = false;
break;
case 'start':
case 'play':
console.log('calling play');