Search found 87 matches

by helectromagneticus
Jan 23rd, '18, 07:41
Forum: Yocto v1.0 Software
Topic: Unoffical Firmware Available
Replies: 196
Views: 313315

Re: Unoffical Firmware Available

Thanks for verifying that, folks. And thanks for all of the support, of course! I started looking at the roll in MIDI slave mode stuff the other night. It's going to take a bit of time before I figure out how the code works and then how to fix it - this feature is a bit more complex than some others...
by helectromagneticus
Jan 21st, '18, 19:42
Forum: Yocto v1.0 Hardware
Topic: Expander doesn't trigger = ( [SOLVED]
Replies: 7
Views: 7938

Re: Expander doesn't trigger = (

Are you using the official Yocto firmware or the more recent unofficial firmware? Forum user jvq made some enhancements to the expander mode that are available in the unofficial firmware - these may help you with your problem.
by helectromagneticus
Jan 21st, '18, 19:40
Forum: Yocto v1.0 Hardware
Topic: Yocto and ESD protection - advice needed.
Replies: 2
Views: 4366

Re: Yocto and ESD protection - advice needed.

Hi! I noticed my Yocto and my x0x is both more sensitive to ESD than basically all my other gear. In the winter time when humidity is dropping these machines will sometimes reset when I touch their enclosure. I had a discussion about this in a Swedish electronics forum where quite a few knowledgeab...
by helectromagneticus
Jan 17th, '18, 03:41
Forum: Yocto v1.0 Software
Topic: Unoffical Firmware Available
Replies: 196
Views: 313315

Re: Unoffical Firmware Available

Do note that this version breaks the fix for roll in MIDI slave mode that came "accidentally" in 1.0e. It should be possible to get roll working in MIDI slave mode, and at normal volume. I will look into this next. In the mean time, enjoy the extra trigger output! On my Yocto, roll is bro...
by helectromagneticus
Jan 16th, '18, 08:17
Forum: Yocto v1.0 Software
Topic: Trigger 2 not working in MIDI slave mode
Replies: 15
Views: 31617

Re: Trigger 2 not working in MIDI slave mode

Flavio's testing went well. Please see my message in the other thread for an updated firmware.
by helectromagneticus
Jan 16th, '18, 08:16
Forum: Yocto v1.0 Software
Topic: Unoffical Firmware Available
Replies: 196
Views: 313315

Re: Unoffical Firmware Available

Please find version 1.0f on Github . This version fixes trigger 2 (and trigger 3) so that it (they) work as expected. Do note that this version breaks the fix for roll in MIDI slave mode that came "accidentally" in 1.0e. It should be possible to get roll working in MIDI slave mode, and at ...
by helectromagneticus
Jan 14th, '18, 19:21
Forum: Yocto v1.0 Software
Topic: Closed hats in Pt Edit scambles the sequencer to NEW REPLY!
Replies: 3
Views: 13576

Re: Closed hats in Pt Edit scambles the sequencer to ....!

The step LEDs should all flash twice when booting while holding step buttons 1, 3, and 5. Then you must start sending new sysex within five seconds. You must send the sysex very slowly (200ms delay after F7), and you will see the step LEDs "count up" if the update is working. After the upg...
by helectromagneticus
Jan 14th, '18, 19:08
Forum: Yocto v1.0 Software
Topic: Trigger 2 not working in MIDI slave mode
Replies: 15
Views: 31617

Re: Trigger 2 not working in MIDI slave mode

With some help from forum user jvq, I think I've fixed Trigger 2. If you are curious, there was a problem with some low-level instructions in the shift-register driver that runs the Yocto's sequencer. More detail is available on Github , of course. Forum user FlavioB is helping test the new code to ...
by helectromagneticus
Jan 7th, '18, 18:55
Forum: Yocto v1.0 Hardware
Topic: Where to buy replacement parts ?
Replies: 2
Views: 3768

Re: Where to buy replacement parts ?

Here is the instrument selector. There is also a BOM for Mouser given in this thread that will have the part.

For the sequencer buttons, I suggest that you email Vincent about that directly.
by helectromagneticus
Jan 7th, '18, 18:49
Forum: Yocto v1.0 Software
Topic: Trigger 2 not working in MIDI slave mode
Replies: 15
Views: 31617

Re: Trigger 2 not working in MIDI slave mode

Here's a quick update - I started looking into this the other day and it seems like the trigger 2 output is the result of a poorly configured pin on the microprocessor. For example, you can change the "width" of the negative-going pulse by changing this part in Trig_out.ino: void Reset_Tri...