View Single Post
Old 01-31-2018, 07:27 AM   #7
_Stevie_
Human being with feelings
 
_Stevie_'s Avatar
 
Join Date: Oct 2017
Location: Black Forest
Posts: 5,067
Default

Oh geez, I got it working!!!
Now let's see, if I discover any bugs...

Code:
oscmatch("/fx/%{number}d/name")?(
        oscparm(0,'s',fxname[number]);
        
		matchi("*EQ*",fxname[number],name) ? (
		
		!oscmatch("/fx/%{number}d/bypass") ?
		
			(
			msg1 = 0x90 ; msg2 = 0x28 ;	msg3 = 0x7F;
			 ) : 
			( 
			msg1 = 0x90 ; msg2 = 0x28 ;	msg3 = 0x00;
			);
			midisend(midi_out);
			);
);
__________________
My Reascripts forum thread | My Reascripts on GitHub
If you like or use my scripts, please support the Ukraine: Ukraine Crisis Relief Fund | DirectRelief | Save The Children | Razom

Last edited by _Stevie_; 01-31-2018 at 07:34 AM.
_Stevie_ is offline   Reply With Quote