Page 1 of 1

system exclusive commend

Posted: 08:26, 29 November 2016
by ahgi
hi
do anyone know how to reach this part
I'm looking for system exclusive comment?
or System Realtime Messages

I just copy paste from JD-XI MIDI IMPLEMENTATION

---------+-----------+----------------------------------------------------|
| 00 2F | 0aaa aaaa | Part Scale Tune Type (0 - 8) |
| | | CUSTOM, EQUAL, JUST-MAJ, JUST-MIN, |
| | | PYTHAGORE, KIRNBERGE, MEANTONE, |
| | | WERCKMEIS, ARABIC |
| 00 30 | 0aaa aaaa | Part Scale Tune Key (0 - 11) |
| | | C, C#, D, D#, E, F, F#, G, G#, |
| | | A, A#, B |
| 00 31 | 0aaa aaaa | Part Scale Tune for C (0 - 127) |
| | | -64 - +63 |

Re: system exclusive commend

Posted: 01:59, 30 November 2016
by baz55
What are you trying to do?

Re: system exclusive commend

Posted: 16:08, 2 December 2016
by ahgi
I have external device
That do it especial.
(Ak-2. Kel far)
I need the system exclusive number or cc commend

Re: system exclusive commend

Posted: 03:26, 4 December 2016
by ahgi
i am trying to change the micro tuning -(quarter
tone.)
changing the scale.
with external device

Re: system exclusive commend

Posted: 03:29, 4 December 2016
by ahgi
the JD-XI got the potential.
the keyboard have a great sound
price
small keys
full touch
analog/digital
etc

Re: system exclusive commend

Posted: 07:28, 4 December 2016
by baz55
The sysex strings you are looking for vary depending on whether you are trying to change Digital Synth 1, Digital Synth 2, Analog Synth or Drums part.

You are trying to change parameters in the 'Program Part' section, so the sysex Address is '18' (Temporary Program) followed by the Offset '00 2X' (where X is '0' or '1' or '2' or '3' for each of the four different parts) followed by the parameter number.

Here is a complete sysex string as example, this string is supposed to change the 'Scale Tune Type' of Digital Synth 1 to PYTHAGOREAN:

F0 41 10 00 00 00 0E 12 18 00 20 2F 04 00 F7
(header and footer are green, checksum is orange and can be set to '00', address is red and data value is black)

I hope this helps you understand how the sysex strings are formed.

By the way, I cannot find these settings anywhere in the Menu on the JD-Xi, are they not editable via the LCD screen?

Re: system exclusive commend

Posted: 05:09, 17 May 2017
by ahgi
no
they are not