I’m having a strange issue with my shruthi XT which runs on firmware 1.01.
After I send a patch dump the shruthi stops sending any midi data.
When I reboot the shruthi the midi data is back again.
I already tried to load the firmware a second time but this did not help.
How is your MIDI connected? You may be making a MIDI loop. Check that the MIDI setting is set to thru or seq in the MIDI sub menu. I just dumped a patch to the computer and then ran the sequencer on a VST just fine. This is a Shruthi 4PM running 1.01.
No midi loop.
In ctrl and full mode, controller data isn’t send anymore after a patch dump.
If I change to seq mode, run and stop the sequencer and then change back to ctrl mode the controller data is back.
The problem was that I forgot that after sending a SysEx, the receiver “forgets” the running status - so the status byte needs to be retransmitted once. This means that all outgoing messages are ignored by the receiver until the status (message type) change. Normally, this happens fairly rapidly (a note on, a note off and we’re good to go); but in controller mode, the synth sends only one type of message - CCs - so this never happens.
Saved the “fix it” file to my local HDD and used the C6 sysex tool to load the firmware.
C6 proper settings and XT in firmware mode (press and hold OSC2 + on boot).
I took an old v1.00 Shruthi and installed by MIDI the firmware upgrade in the link.
I have configured the Shruthi in CTRL mode. Played with knobs, then did a patch dump, then played with knobs. MIDI OUT always worked.
Then I switched to SEQ mode. Started the sequencer, then did a patch dump, then restarted the sequencer. MIDI out always worked.
Finally, I switched to FULL mode. Played with the knobs and saw the CC on the MIDI out, then a patch dump, then tweaking the knobs. The CCs were correctly sent, unlike with the previous version.
Maybe this could be another unrelated problem, but in this case, can you walk me through the steps to reproduce it?
Sorry pichenettes it doesn’t work here.
Also loaded an older firmware version and then the “fix it” file again but still the same behavior.
With ctrl mode saved,
power ON,
turn a knob,
CCs are received,
open patch browser,
dump patch,
turn a knob,
no CCs are received,
switch to seq mode,
run sequencer,
stop sequencer,
switch to ctrl mode,
turn a knob,
CCs are back.