From abd379310fc2b49c8e763465e30fc259b3f402cb Mon Sep 17 00:00:00 2001 From: Andrew Broughton Date: Sat, 25 Jul 2020 12:05:02 -0600 Subject: [PATCH 1/2] Add Surr/Div Commands --- CL5 SCP Parameters-1.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CL5 SCP Parameters-1.txt b/CL5 SCP Parameters-1.txt index 627b5fec..3002dabf 100644 --- a/CL5 SCP Parameters-1.txt +++ b/CL5 SCP Parameters-1.txt @@ -26,7 +26,7 @@ OK prminfo 22 "MIXER:Current/St/Out/Balance" 2 1 -63 63 0 "" integer any rw 1 -- prminfo 25 "MIXER:Current/StIn/Surr/LRPan" 16 1 -63 63 0 "" integer any rw 1 -- prminfo 26 "MIXER:Current/StIn/Surr/FRPan" 16 1 -63 63 0 "" integer any rw 1 -- prminfo 27 "MIXER:Current/StIn/Surr/FRPanRev" 16 1 -63 63 0 "" integer any rw 1 --- prminfo 28 "MIXER:Current/StIn/Surr/Div" 16 1 0 100 100 "" integer any rw 1 +OK prminfo 28 "MIXER:Current/StIn/Surr/Div" 16 1 0 100 100 "" integer any rw 1 -- prminfo 29 "MIXER:Current/StIn/Surr/LOn" 16 1 0 1 1 "" integer any rw 1 -- prminfo 30 "MIXER:Current/StIn/Surr/ROn" 16 1 0 1 1 "" integer any rw 1 -- prminfo 31 "MIXER:Current/StIn/Surr/COn" 16 1 0 1 1 "" integer any rw 1 @@ -42,7 +42,7 @@ OK prminfo 40 "MIXER:Current/StIn/Dyna2/Threshold" 16 1 -540 0 -80 "" integer an -- prminfo 41 "MIXER:Current/StInCh/Surr/LRPan" 16 1 -63 63 0 "" integer any rw 1 -- prminfo 42 "MIXER:Current/StInCh/Surr/FRPan" 16 1 -63 63 0 "" integer any rw 1 -- prminfo 43 "MIXER:Current/StInCh/Surr/FRPanRev" 16 1 -63 63 0 "" integer any rw 1 --- prminfo 44 "MIXER:Current/StInCh/Surr/Div" 16 1 0 100 100 "" integer any rw 1 +OK prminfo 44 "MIXER:Current/StInCh/Surr/Div" 16 1 0 100 100 "" integer any rw 1 -- prminfo 45 "MIXER:Current/StInCh/Surr/LOn" 16 1 0 1 1 "" integer any rw 1 -- prminfo 46 "MIXER:Current/StInCh/Surr/ROn" 16 1 0 1 1 "" integer any rw 1 -- prminfo 47 "MIXER:Current/StInCh/Surr/COn" 16 1 0 1 1 "" integer any rw 1 @@ -196,7 +196,7 @@ OK prminfo 193 "MIXER:Current/Mix/Out/Balance" 24 1 -63 63 0 "" integer any rw 1 -- prminfo 195 "MIXER:Current/InCh/Surr/LRPan" 72 1 -63 63 0 "" integer any rw 1 -- prminfo 196 "MIXER:Current/InCh/Surr/FRPan" 72 1 -63 63 0 "" integer any rw 1 -- prminfo 197 "MIXER:Current/InCh/Surr/FRPanRev" 72 1 -63 63 0 "" integer any rw 1 --- prminfo 198 "MIXER:Current/InCh/Surr/Div" 72 1 0 100 100 "" integer any rw 1 +OK prminfo 198 "MIXER:Current/InCh/Surr/Div" 72 1 0 100 100 "" integer any rw 1 -- prminfo 199 "MIXER:Current/InCh/Surr/LOn" 72 1 0 1 1 "" integer any rw 1 -- prminfo 200 "MIXER:Current/InCh/Surr/ROn" 72 1 0 1 1 "" integer any rw 1 -- prminfo 201 "MIXER:Current/InCh/Surr/COn" 72 1 0 1 1 "" integer any rw 1 From d285824eb0dc378fab8a866c2aa046f8c6bed3f9 Mon Sep 17 00:00:00 2001 From: Andrew Broughton Date: Sun, 26 Jul 2020 09:33:56 -0600 Subject: [PATCH 2/2] version # update --- HELP.md | 2 +- README.md | 2 ++ index.js | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/HELP.md b/HELP.md index 7a36e07c..4f40de9e 100644 --- a/HELP.md +++ b/HELP.md @@ -1,4 +1,4 @@ -## Yamaha Simple Control Protocol - v1.4.0 +## Yamaha Simple Control Protocol - v1.4.1 Please visit http://www.checkcheckonetwo.com for help, discussions, suggestions, etc. diff --git a/README.md b/README.md index a74d02d9..ba58c72b 100644 --- a/README.md +++ b/README.md @@ -94,3 +94,5 @@ v1.3.5 Bug Fixes v1.3.6 Additional "My Channels" v1.4.0 Additional dropdowns for patch & Icons, Rebuild of feedback code (thank you Keith!) + +v1.4.1 Added "Div" commands diff --git a/index.js b/index.js index e9d92dfb..e59df5b0 100644 --- a/index.js +++ b/index.js @@ -1,7 +1,7 @@ // Control module for Yamaha Pro Audio, using SCP communication // Jack Longden 2019 // updated by Andrew Broughton -// Apr 13, 2020 Version 1.4.0 +// Apr 13, 2020 Version 1.4.1 var tcp = require('../../tcp'); var instance_skel = require('../../instance_skel'); diff --git a/package.json b/package.json index 0cd9d826..2a675152 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yamaha-scp", - "version": "1.4.0", + "version": "1.4.1", "api_version": "1.0.0", "description": "Control module for Yamaha Pro Audio equipment via SCP", "main": "index.js",