Skip to content

Commit

Permalink
3.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
MeestorX committed Jan 16, 2024
1 parent 41eb7e5 commit 7aca92f
Show file tree
Hide file tree
Showing 8 changed files with 118 additions and 117 deletions.
2 changes: 1 addition & 1 deletion DM7 Parameters-1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,4 @@ OK scninfo 1001 "MIXER:Lib/Bank/Scene/Store" 1 2 0 500 "1.00" "" string any w 1
OK mtrinfo 2000 "MIXER:Current/Meter/InCh" 120 3 0 127 0 "dB" mtr any r 1 "PreHPF|PreFader|PostOn"
OK mtrinfo 2100 "MIXER:Current/Meter/Mix" 48 3 0 127 0 "dB" mtr any r 1 "PreEQ|PreFader|PostOn"
OK mtrinfo 2101 "MIXER:Current/Meter/Mtrx" 12 3 0 127 0 "dB" mtr any r 1 "PreEQ|PreFader|PostOn"
OK mtrinfo 2102 "MIXER:Current/Meter/St" 2 3 0 127 0 "dB" mtr any r 1 "PreEQ|PreFader|PostOn"
OK mtrinfo 2102 "MIXER:Current/Meter/St" 4 3 0 127 0 "dB" mtr any r 1 "PreEQ|PreFader|PostOn"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Yamaha Remote Control Protocol v3.4.7 - for Companion v3
## Yamaha Remote Control Protocol v3.4.8 - for Companion v3

**Available for the following Yamaha Pro Audio Devices**

Expand All @@ -24,7 +24,7 @@ _Andrew Broughton_

**REVISION HISTORY**

3.4.3 - 3.4.7
3.4.3 - 3.4.8
- Meter fixes/improvements

3.4.2
Expand Down
2 changes: 1 addition & 1 deletion TF Parameters-1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ OK scninfo 1010 "MIXER:Lib/Scene/RecallInc" 0 0 0 0 0 "" none any w 1
OK scninfo 1011 "MIXER:Lib/Scene/RecallDec" 0 0 0 0 0 "" none any w 1
OK mtrinfo 2000 "MIXER:Current/Meter/InCh" 40 3 0 127 0 "dB" mtr any r 1 "PreHPF|PreFader|PostOn"
OK mtrinfo 2001 "MIXER:Current/Meter/StInCh" 4 3 0 127 0 "dB" mtr any r 1 "PreEQ|PreFader|PostOn"
OK mtrinfo 2002 "MIXER:Current/Meter/FxRetCh" 4 2 0 127 0 "dB" mtr any r 1 "PreFader|PostOn"
OK mtrinfo 2002 "MIXER:Current/Meter/FxRtnCh" 4 2 0 127 0 "dB" mtr any r 1 "PreFader|PostOn"
OK mtrinfo 2100 "MIXER:Current/Meter/Mix" 20 3 0 127 0 "dB" mtr any r 1 "PreEQ|PreFader|PostOn"
OK mtrinfo 2101 "MIXER:Current/Meter/Mtrx" 4 3 0 127 0 "dB" mtr any r 1 "PreEQ|PreFader|PostOn"
OK mtrinfo 2102 "MIXER:Current/Meter/St" 2 3 0 127 0 "dB" mtr any r 1 "PreEQ|PreFader|PostOn"
Expand Down
2 changes: 1 addition & 1 deletion companion/HELP.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Yamaha Remote Control Protocol - v3.4.7
## Yamaha Remote Control Protocol - v3.4.8

Please visit https://discourse.checkcheckonetwo.com for help, discussions, suggestions, etc.

Expand Down
2 changes: 1 addition & 1 deletion companion/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "yamaha-rcp",
"shortname": "yamaha-rcp",
"description": "yamaha-rcp",
"version": "3.4.7",
"version": "3.4.8",
"license": "MIT",
"repository": "git+https://github.com/bitfocus/companion-module-yamaha-rcp.git",
"bugs": "https://discourse.checkcheckonetwo.com",
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Control module for Yamaha Pro Audio digital mixers
// Andrew Broughton <[email protected]>
// Dec 26, 2023 Version 3.4.7 (for Companion v3)
// Jan 16, 2023 Version 3.4.8 (for Companion v3)

const { InstanceBase, Regex, runEntrypoint, combineRgb, TCPHelper } = require('@companion-module/base')

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"legacy": [
"yamaha-scp"
],
"version": "3.4.7",
"version": "3.4.8",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
219 changes: 110 additions & 109 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 7aca92f

Please sign in to comment.