Skip to content

Commit

Permalink
fix: midas/behringer X32 initial fetch of all fx parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon authored and olzzon committed Nov 6, 2020
1 parent 28a96ef commit d1a9cf0
Showing 1 changed file with 53 additions and 2 deletions.
55 changes: 53 additions & 2 deletions server/constants/mixerProtocols/midasMaster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,57 @@ export const MidasMaster: IMixerProtocol = {
{
mixerMessage: '/ch/{channel}/eq/4/g',
},
{
mixerMessage: '/ch/{channel}/dyn/thr',
},
{
mixerMessage: '/ch/{channel}/dyn/ratio',
},
{
mixerMessage: '/ch/{channel}/dyn/attack',
},
{
mixerMessage: '/ch/{channel}/dyn/hold',
},
{
mixerMessage: '/ch/{channel}/dyn/knee',
},
{
mixerMessage: '/ch/{channel}/dyn/mgain',
},
{
mixerMessage: '/ch/{channel}/dyn/ratio',
},
{
mixerMessage: '/ch/{channel}/delay/time',
},
{
mixerMessage: '/ch/{channel}/eq/1/g',
},
{
mixerMessage: '/ch/{channel}/eq/1/f',
},
{
mixerMessage: '/ch/{channel}/eq/2/f',
},
{
mixerMessage: '/ch/{channel}/eq/3/f',
},
{
mixerMessage: '/ch/{channel}/eq/4/f',
},
{
mixerMessage: '/ch/{channel}/eq/1/q',
},
{
mixerMessage: '/ch/{channel}/eq/2/q',
},
{
mixerMessage: '/ch/{channel}/eq/3/q',
},
{
mixerMessage: '/ch/{channel}/eq/4/q',
},
],
channelTypes: [
{
Expand Down Expand Up @@ -135,7 +186,7 @@ export const MidasMaster: IMixerProtocol = {
],
[fxParamsList.CompRelease]: [
{
mixerMessage: '/ch/{channel}/dyn/ratio',
mixerMessage: '/ch/{channel}/dyn/release',
minLabel: 5,
maxLabel: 4000,
label: 'Release',
Expand Down Expand Up @@ -314,7 +365,7 @@ export const MidasMaster: IMixerProtocol = {
],
[fxParamsList.CompRelease]: [
{
mixerMessage: '/ch/{channel}/dyn/ratio',
mixerMessage: '/ch/{channel}/dyn/release',
},
],
[fxParamsList.DelayTime]: [
Expand Down

0 comments on commit d1a9cf0

Please sign in to comment.