View Single Post
Old 12-10-2019, 03:32 PM   #5519
MixMonkey
Human being with feelings
 
MixMonkey's Avatar
 
Join Date: Sep 2017
Location: London, England.
Posts: 4,870
Default

Quote:
Originally Posted by WaveTrans View Post
Good news! It works!

With AutoMap functions disabled and buttons defined (Code is below), I can control selected and focused FX now.
Double feature Plugin button opens FX window automatically, FX prev and FX next implied.
Very nice.

Many Thanks MixMonkey.
You're welcome, glad you got it working

Quote:

Due to this, a question arose:
How to define the parameters to create a zone file for JS: plugins?

I had an attempt on "JS: Volume Adjustment" without success.

here is the non-functioning .zon file

Code:
Zone "JS: Volume Adjustment" 
    FocusedFXNavigator
	DisplayUpper1 FXParamNameDisplay 0 "Adj"
	DisplayLower1 FXParamValueDisplay 1 "Max Vol"
   	Rotary1 FXParam 0 Adjustment (dB)
        Rotary2 FXParam 1 Max Volume (dB)
ZoneEnd
Remove "Adjustment (dB)" and "Max Volume (dB)", leaving:

Code:
Zone "JS: Volume Adjustment" 
    FocusedFXNavigator
	DisplayUpper1 FXParamNameDisplay 0 "Adj"
	DisplayLower1 FXParamValueDisplay 1 "Max Vol"
   	Rotary1 FXParam 0
        Rotary2 FXParam 1
ZoneEnd
CSI only understands parameter numbers, the names are purely for human consumption
MixMonkey is offline   Reply With Quote