A-01 sysex string

Forum for boutique synths
Post Reply
Andrie
Posts: 30
Joined: 22:19, 25 February 2016

A-01 sysex string

Post by Andrie »

im trying to make a sysex string fro m the a-01 controller to the itnernal A-01 synth' decay: i have the routing assigned well: i test with Controller mode cc77 for cutoff of internal synth

tried these string:
F0 41 10 00 00 00 IB 12 00 1A 00 F7

AND


F0 41 10 IB 12 00 1A 00 F7

ANYTHING WRONG, OR DOES THE A-01 ONLY ACCEPTS SYSEX DUMPS ?
User avatar
phm78
Posts: 21
Joined: 13:06, 25 December 2015
Location: Paris, France

Re: A-01 sysex string

Post by phm78 »

The syntax for a JU-06 is:
F0 41 10 00 00 00 1D 03 00 PM PL DM DL CS F7
With:
1D = JU-06 put 1B for the A-01
PM = Parameter MSB
PL = Parameter LSB
DM = Parameter value MSB
DL = Parameter value LSB
CS = Checksum
Andrie
Posts: 30
Joined: 22:19, 25 February 2016

Re: A-01 sysex string

Post by Andrie »

tnx but i need a real life string (for instance decay setting ). i found this one as well.
Andrie
Posts: 30
Joined: 22:19, 25 February 2016

Re: A-01 sysex string

Post by Andrie »

nobody?
Noemata
Posts: 3
Joined: 12:43, 17 March 2017

Re: A-01 sysex string

Post by Noemata »

There doesn't appear to be much in the way of CC control for the A-01.

You can issue a SysEx message of the following form to change internal settings. There's a very long list of these. Just about every capability of the A-01 can be updated this way.

Full Message:
F0 41 10 00 00 00 1B 12 00 00 00 00 06 0E 00 04 00 02 00 00 01 40 3F 06 04 00 00 00 00 00 00 00 00 00 00 00 00 00 5C F7

Breakdown:
1 2 3 4 5 6 7 8 9 A B C D E F 10 11 12 13 14 15 16 17 18 19 1A
06 0E 00 04 00 02 00 00 01 40 3F 06 04 00 00 00 00 00 00 00 00 00 00 00 00 00

1 -> 2
06 | 0E = 6E = 100 : System Tempo

3
00 = Auto : Midi Clock

4
04 = 5 : LCD Contrast

5
00 = Off : Auto Off

6
02 = 10Sec : Eco Mode

7
00 = Off : Bluetooth LE

8
00 = Touch : Key Velocity

9
01 = Normal (Medium) : Velo Curve

A
40 = 0 : Master Tune

B
3F = 0 : CV Scale

C -> D
06 | 04 = 64 = 0 : CV Fine Tune

E
00 = Off : Bluetooth LE Name

F -> 1A
reserved
Andrie
Posts: 30
Joined: 22:19, 25 February 2016

Re: A-01 sysex string

Post by Andrie »

tnx the string is a bit overwhelming.. i wanna change the octave of the internal synth with one of the knobs
StephenM
Posts: 23
Joined: 03:40, 16 August 2015

Re: A-01 sysex string

Post by StephenM »

This is the sysex message for the decay, you missed the '00 20' user patch bytes,
and I know, it ain't that easy,,

F0 41 10 00 00 00 1B 12 00 20 00 1A mm CS F7

The A-01 pops up a window: "receiving bulkdump" when the messeage and checksum is correct

I asked Roland.be to ask if they still can add the pitch bend range setting for the 8 bit osc,

Regards
StephenM
Andrie
Posts: 30
Joined: 22:19, 25 February 2016

Re: A-01 sysex string

Post by Andrie »

ok tnx! but this seems a dump paramter, so unfortunately no realtime ?!
StephenM
Posts: 23
Joined: 03:40, 16 August 2015

Re: A-01 sysex string

Post by StephenM »

Yes,, mm is de data value, cs is the checksum,,

I think the A-01 can handle this, as control panel/device
That are the four Sysex Settings to assign to a knob

I need to see whats the mm and cs in real live on the A-01

mm and cs are just the data (the value You wanne give the decay) and cheksum
what You need to know are the bytes before it
and that is: F0 41 10 00 00 00 1B 12 00 20 00 1A
Post Reply