Author Topic: How to use SysEx. for dummies?  (Read 3193 times)

0 Members and 1 Guest are viewing this topic.

Offline Musicnik

How to use SysEx. for dummies?
« on: September 19, 2021, 01:41:02 PM »
Hello everyone! I'm using my T2 for a year and it's still a great experience to play it, but I want to use ALL of its advantages, so I decided to study what is Yamaha's System Exclusive and how to use it. I haven't found any information neither on this forum nor in whole Internet. Any manuals and any simple explanations. So, whi can explain for me and for other members, who also doesn't know anything about that?
.
Thank you for advance,
Musicnik
-
Best regards,
Nick
 

Offline Jørgen

Re: How to use SysEx. for dummies?
« Reply #1 on: September 19, 2021, 03:51:03 PM »
Hi

A short primer at https://thomer.com/misc/sysx.html

More in http://www.jososoft.dk/yamaha/pdf/Beggar_SysExGuide.pdf - Written for DB-50XG but it is the same concept and procedures for Yamaha keyboards.

Jørgen
The Unofficial YAMAHA Keyboard Resource Site at http://www.jososoft.dk/yamaha
- since 1999
 
The following users thanked this post: pieterpan, vanzee, Roshure, Musicnik

Offline Musicnik

Re: How to use SysEx. for dummies?
« Reply #2 on: September 19, 2021, 04:48:00 PM »
Hi

A short primer at https://thomer.com/misc/sysx.html

More in http://www.jososoft.dk/yamaha/pdf/Beggar_SysExGuide.pdf - Written for DB-50XG but it is the same concept and procedures for Yamaha keyboards.

Jørgen
Thank you very much, Jorgen!
-
Best regards,
Nick
 

Offline Joe H

Re: How to use SysEx. for dummies?
« Reply #3 on: September 20, 2021, 05:33:34 AM »
The most important thing to remember is that sysex is written in hexadecimal strings. (a series of 2-digit hex values in a row)  Hexadecimal is a base-16 way of counting (increments of 16).

Our Decimal system is base-10 (increments of 10).  There are conversion charts around that show Hexadecimal values and Decimal values side by side that are very helpful when writing sysex string messages.

There are several reasons to write sysex strings:

1. You can send remotely a common message like Volume to just one instrument if you have many instruments in your MIDI setup
2. You can access and edit specific parameters that are not available from the front panel of you instrument.
3. You can access and edit uncommon parameters of an instrument to customized a sound or setup.
4. There are many other advantages to writing sysex messages depending what you wish to accomplish.

Jørgen's second link will give you the basics of Yamaha sysex.  There are other MIDI manufacturers that developed more complex and harder to learn system exclusive formats.  Yamaha has made it pretty simple and easy.

Joe H
« Last Edit: September 20, 2021, 04:32:38 PM by Joe H »
Music is the Universal Language!

My Article: Using Multi Pads in registrations. Download Regs, Styles & MPs:  http://psrtutorial.com/music/articles/dancemusic.html
 
The following users thanked this post: Musicnik

Offline ckobu

Re: How to use SysEx. for dummies?
« Reply #4 on: September 20, 2021, 07:14:15 AM »
With the great MixMaster program, you can see all the Sysex controls sent by the Yamaha arranger. In addition to reading the suggested literature, this will help you more easily understand what is going on in the background.

https://youtu.be/EmR7WAjjKVI?t=57

(english subtitle)

Offline overover

Re: How to use SysEx. for dummies?
« Reply #5 on: September 20, 2021, 08:36:30 AM »
... I'm using my T2 for a year and it's still a great experience to play it, but I want to use ALL of its advantages, so I decided to study what is Yamaha's System Exclusive and how to use it. I haven't found any information neither on this forum nor in whole Internet. Any manuals and any simple explanations. ...

Hi Musicnik,

One of the most important documents in connection with System Exclusive Messages (also called "SysEx") is the Yamaha Data List for the keyboard concerned.

If you haven't downloaded the Tyros2 Data List yet, here is the link to the Yamaha Manual Library:
>>> https://uk.yamaha.com/en/support/manuals/index.html?l=en&c=keyboards&k=tyros2

Please have a look at the chapters "MIDI Data Format" (from page 53) and "Song System Exclusive Message List" (page 72) in the Tyros2 Data List.

In addition to SysEx, there are also so-called "Meta events" (e.g. Lyrics events in a MIDI file). In contrast to SysEx, Meta events are NOT transmitted via MIDI cables, but can only be evaluated directly by the device on which the respective MIDI file is played. (See page 73 in the T2 Data List.)


Best regards,
Chris
➪ Everyone kept saying "That won't work!" - Then someone came along who didn't know that and just did it.
➪ Never put the manual too far away: There's more in it than you think! ;-)
 

Offline pjd

Re: How to use SysEx. for dummies?
« Reply #6 on: September 20, 2021, 11:57:44 PM »

One common use for MIDI System Exclusive (SysEx) events is changing or controlling DSP effects. Here are a few articles about PSR/XG effects:

http://sandsoftwaresound.net/psrtyros-xg-effects/
http://sandsoftwaresound.net/xg-effects-system-mode/
http://sandsoftwaresound.net/wp-content/uploads/2014/05/Tyros2_effect_diagram.pdf

The following articles don't use SysEx, but might provide some useful background information:

http://sandsoftwaresound.net/psr-effects-electric-piano-1/
http://sandsoftwaresound.net/edit-save-psr-effects-2/
http://sandsoftwaresound.net/psr-effects-electric-piano-3/
http://sandsoftwaresound.net/copy-psr-effects-part-4/

It's a case of knowing what you want to do first before diving into SysEx messages themselves.

I keep a table of commonly used SysEx messages templates for selecting reverb type, chorus type, etc. (Example below) Only a few bytes in a message actually change in a reverb type message, such as the specific reverb effect to be used. Then it's a simple matter of plugging in the appropriate values into the templates.

The chart at the beginning of the MIDI Data Format section (Tyros2 Data List PDF, page 53) is a fast way to convert between decimal and hexadecimal. There are also on-line conversion calculators.

Hope this helps -- pj


F0 7E 7F 09 01 F7                GM Reset
F0 43 10 4C 00 00 7E 00 F7       XG System ON
F0 43 10 4C 02 01 00 01 25 F7    Reverb Type
F0 43 10 4C 02 01 20 42 08 F7    Chorus Type
F0 43 10 4C 02 01 2E 20 F7       Chorus Send To Reverb

F0 43 10 4C 02 01 40 16 00 F7    Variation Type
F0 43 10 4C 02 01 5A 01 F7       Variation Connection (SYSTEM)
F0 43 10 4C 02 01 56 40 F7       Variation Return
F0 43 10 4C 02 01 58 20 F7       Variation Send To Reverb

F0 43 10 4C 08 08 07 01 F7       MULTIPART Drum set-up Part 9
F0 43 10 4C 08 09 07 01 F7       MULTIPART Drum set-up Part 10

Effect type                          Decimal Hexadecimal
-----------------------------------  ------- -----------
Delay - Tempo Delay 1    8th.        21 0    0x15 0x00
Delay - Tempo Delay 2    4th         21 16   0x15 0x10
Delay - Tempo Echo       4th         21 8    0x15 0x08
Delay - Tempo Cross 1    8th         22 0    0x16 0x00
Delay - Tempo Cross 2    4th         22 16   0x16 0x10
Delay - Tempo Cross 3    4th.        22 17   0x16 0x11
Delay - Tempo Cross 4    4th/8th     22 18   0x16 0x12

 
The following users thanked this post: Musicnik