View Single Post
Old 01-24-2020, 07:38 AM   #6136
Cragster
Human being with feelings
 
Join Date: Apr 2019
Location: Inman, SC USA
Posts: 859
Default

Quote:
Originally Posted by WaveTrans View Post
Tested the modifiers again and found that if I push the buttons very briefly
they work.

So thanks for the trouble shooting, MixMonkey

As so often, other issues came up

I reconfigured the ReaEQ.zon (see below) and tested it.

Seems modifier buttons have to be released by pressing again before a different modifier may be used (latch-unlatch); engaging and releasing buttons in rapid succession leads to irregular behaviour, meaning CIS apperas stuck in modifier mode and canīt be switched back to use of the unmodified button/rotary.

After a series of adjustements using rotaries with and without modifiers the conection between Reaper and the controller is lost frequently;
controller becomes irresponsive and/or the FXMenu crashes (not responding and unable to close/reopen.)
Re-/selecting FX or tracks with the mouse does not reconstitute connection.


finally a parameter display question:
Is there a way to display the Name/Values of the parameters adjusted in response to the buttons used?
Reason is, on a single channel controller directing each display to a different distinct channel does not work.


Code:
Zone "VST: ReaEQ (Cockos)" "ReaEQ" 
 	FocusedFXNavigator
	DisplayUpper1 		FXParamNameDisplay "0"	"Frequ1"
	DisplayLower1 		FXParamValueDisplay "0"
   	Rotary1 		    FXParam "0" 		"Freq-Band 1"
    Shift+Rotary1 		FXParam "1" 		"Gain-Band 1"
	Option+Rotary1 		FXParam "2" 		"Q-Band 1"
    
	Rotary2 			FXParam "3" 		"Freq-Band 2"
    Shift+Rotary2 		FXParam "4" 		"Gain-Band 2"
    Option+Rotary2 		FXParam "5" 		"Q-Band 2"
    
	Rotary3 			FXParam "6" 		"Freq-Band 3"
    Shift+Rotary3 		FXParam "7" 		"Gain-Band 3"
	Option-Rotary3 		FXParam "8" 		"Q-Band 3"
	
	Rotary4 			FXParam "9" 		"Freq-Band 4"
	Shift+Rotary4 		FXParam "10" 		"Gain-Band 4"
	Option+Rotary4		FXParam "11" 		"Q-Band 4"
    
	Rotary5 			FXParam "12" 		"Freq-Band 5"
    Shift+Rotary5		FXParam "13" 		"Gain-Band 5"
    Option+Rotary5 		FXParam "14"		 "Q-Band 5"
    
	Rotary6 			FXParam "15" 		"Freq-Band 6"
    Shift+Fader6 		FXParam "16" 		"Gain-Band 6"
    Option+Rotary6 		FXParam "17" 		"Q-Band 6"
    
	Rotary7 			FXParam "18" 		"Freq-Band 7"
    Shift+Rotary7 		FXParam "19" 		"Gain-Band 7"
    Option+Rotary7	 	FXParam "20" 		"Q-Band 7"
    
	Rotary8 			FXParam "21"		"Freq-Band 8"
    Shift+Rotary8 		FXParam "22" 		"Gain-Band 8"
    Option+Rotary8 		FXParam "23" 		"Q-Band 8"
ZoneEnd
I dont know much but ill chime in on the display question. Did u try adding displayupper1 and displaylower1 to each parameter line in the zone together with whatever modifier rhat param used ?and for what its worth in the fx menu my modifiers hafta be held down while im using that param
Cragster is offline   Reply With Quote