Arturia Forums
Hardware Sequencers => BeatStep => BeatStep - Technical Questions - FAQ => Topic started by: JuleRool on November 29, 2014, 06:48:33 pm
-
Hi,
I just bought an Arturia BeatStep. I'm half of happy, as I can use half of the gear.
It works very well in sequencer mode. But I wish I could control Propellerheads Reason 8 in controller mode.
I know I could use the Remote Override Edit Mode. But it doesn't really suit my needs as I want to use:
- Target Track (Delta)
- Select Patch for Target Device (Delta)
- Target Track (Delta)
- Song Position
- Left Loop
- Right Loop
- ... and some more functionalities for all my Reason documents.
For this I need some lua codec. I started looking in the files to make my own.
But for the Auto-Detection of the BeatStep in Propellerheads Reason, I need the values of "request" and "response" in the function remote_probe().
Does anybody from Arturia could supply these values?
Thanks for your answer.
Julien
Ps: I modified the lua codec of a Livid Code, and it works well and it is delicious. I wish I could do the same with an Arturia BeatStep.
-
Hi,
If you mean the MIDI Sys Ex messages exchanged to identify for sure a BeatStep, then:
- request is the standard MIDI inquiry: F0 7E 7F 06 01 F7
- answer should be: F0 7E 00 06 02 00 20 6B 02 00 06 00 r1 r2 r3 r4 F7 (r1..r4 are firmware revision, and may vary)