Author Topic: Can a MIDI Song Control Voice On/Off?  (Read 1242 times)

0 Members and 1 Guest are viewing this topic.

Offline Michael Trigoboff

Can a MIDI Song Control Voice On/Off?
« on: September 24, 2022, 02:23:16 AM »
I just checked through the Genos Data List PDF, and didn’t see anything that would allow a MIDI song to control which of the four voices (Left, Right1, Right2, Right3) are turned on/off. Is such a thing possible?
retired software developer and Computer Science instructor
Grateful Deadhead emeritus

"He had decided to live forever or die in the attempt."
-- Joseph Heller, Catch-22
 

Offline vanzee

Re: Can a MIDI Song Control Voice On/Off?
« Reply #1 on: September 24, 2022, 09:55:37 AM »
Hello Michael,

Suggestion:
In the midi file you could set the volumes
to "0" at the desired times.
Possibly via MixMaster.

If you mean the keyboard Voices you play with,
you can set this by inserting "Keyboard Voice"
when storing the midi file.
Midi Multi Recording > Set Up > check "Keyboard Voice"
execute > save.
This command stores the voices (L+R1+R2+R3)
and their settings in the midi file.
You can apply as often as needed.
Easiest is to first select all you want
save settings under the registrations
and load it whenever necessary
to commit the midi file via "Set Up" + "Execute".
If everything is to your liking : "Save"
Best Regards
Eddy Vanzee
 
The following users thanked this post: Michael Trigoboff

Offline pjd

Re: Can a MIDI Song Control Voice On/Off?
« Reply #2 on: September 24, 2022, 06:10:30 PM »
Hi Michael --

Yamaha's mid- to upper-level arrangers support many undocumented SysEx commands. Dromeus has made a few lists based on his discoveries:

http://dromeusik.blogspot.com/p/blog-page_17.html

You might want to give this SysEx message a try:


F0 43 73 01 50 08 cc 00 dd F7    Part On/Off
cc =
   00H: Right1
   01H: Right2
   02H: Right3
   03H: Left
dd =
   00H: OFF
   7FH: ON


Hope this helps. It would be good to know if it works on Genos as well as Tyros.

Take care -- pj
 
The following users thanked this post: Michael Trigoboff

Offline maartenb

Re: Can a MIDI Song Control Voice On/Off?
« Reply #3 on: September 26, 2022, 11:22:19 AM »
When I made a cover of a song, I found the correct sysex sequence for all kind of actions by doing the following:
  • Press Record on my computer's MIDI sequencer
  • Do the action on the keyboard, like Fill B, or press a voice button
  • Stop the MIDI recording and look for the SysEx parts

In this way, I made very short MIDI clips, containing only one command. I had a chord track, and a separate track for triggering fills and style variations. It is very flexible.

Maybe you can use this method to find the correct SysEx messages for turning the voices on and off? You will probably find the same SysEx commands as PJ describes.


Maarten
« Last Edit: September 26, 2022, 02:44:50 PM by maartenb »
 
The following users thanked this post: Michael Trigoboff