Korg Poly800/EX800 Users group photo

Yahoo Groups archive

Korg Poly800/EX800 Users

Archive for korgpolyex.

Index last updated: 2026-03-30 01:10 UTC

Thread

Sequencer trigger - an idea!

Sequencer trigger - an idea!

2007-06-05 by radek_tymecki

Damn I was thinking...

Maybe it's possible to make sequencer trigger?!

So we'll be able to connect our drum machines [TR707 etc]?

Anyone knows sth?

:)

Re: Sequencer trigger - an idea!

2008-09-09 by johan.inkinen

--- In korgpolyex@yahoogroups.com, "radek_tymecki" <radek.tymecki@...>
wrote:
>
> Damn I was thinking...
>
> Maybe it's possible to make sequencer trigger?!
>
> So we'll be able to connect our drum machines [TR707 etc]?
>
> Anyone knows sth?
>
> :)
>


thats a good idea, i want this myself.. dont know if its possible but
will look into it.

Re: [korgpolyex] Re: Sequencer trigger - an idea!

2008-09-09 by Gordon JC Pearce

johan.inkinen wrote:
> --- In korgpolyex@yahoogroups.com, "radek_tymecki" <radek.tymecki@...>
> wrote:
>> Damn I was thinking...
>>
>> Maybe it's possible to make sequencer trigger?!
>>
>> So we'll be able to connect our drum machines [TR707 etc]?
>>
>> Anyone knows sth?
>>
>> :)
>>
>
>
> thats a good idea, i want this myself.. dont know if its possible but
> will look into it.

Doesn't it respond to MIDI clock already?

Gordon

Re: Sequencer trigger - an idea!

2008-09-10 by Russ

I clock the internal sequencer to external stuff all the time. Param 88 internal or external.
works with my hr16b, sonar, etc. Had a problem with an Akai drum machine once. It would run at half speed.


Re: [korgpolyex] Re: Sequencer trigger - an idea!

2008-09-10 by dave han


How would you sync it with a 606? any ideas?

--- On Tue, 9/9/08, Russ <russdaren@...> wrote:
From: Russ <russdaren@...>
Subject: [korgpolyex] Re: Sequencer trigger - an idea!
To: korgpolyex@yahoogroups.com
Date: Tuesday, September 9, 2008, 7:23 PM

I clock the internal sequencer to external stuff all the time. Param 88 internal or external.
works with my hr16b, sonar, etc. Had a problem with an Akai drum machine once. It would run at half speed.



Re: [korgpolyex] Re: Sequencer trigger - an idea!

2008-09-10 by Gordon JC Pearce

dave han wrote:
>
> How would you sync it with a 606? any ideas?
>

You'd need something to convert Roland DIN Sync to MIDI, or the other
way round.

Now, this is probably easier than it sounds. There are lots of little
microcontrollers on the market with a UART and various I/O pins. If you
wanted to use the 606 as master, you'd set the microcontroller up so
that the clock pin fired an interrupt, which would set a MIDI Clock byte
(0xf8) out through the UART. Another line would be wired to the
start/stop line. When it goes high, send the start message (0xfa) and
when it goes low send... can you guess? The stop message (0xfc).

Slightly more useful would be receiving the MIDI bytes, pulsing the
clock output pin when 0xf8 is received, and setting or resetting the
start/stop pin when 0xfa or 0xfc is received. It might be worth
including 0xfb for continue, but I don't think the 606 supports that.

Note that since MIDI Clock is sent at 24ppqn (pulses per quarter note)
you could count pulses and toggle other pins to send clocks at different
rates - for instance an arpeggiator trigger that sent semiquavers would
require six counts, quavers 12 and crotchets would need 24. For other
note lengths you could count different amounts - 18 would be a dotted
quaver.

I really don't have time to come up with a hardware design or actually
write the code for this right now, but a bit of googling should turn up
some good places to start. If anyone fancies a challenge I'll be glad
to help out.

Gordon

Re: Sequencer trigger - an idea!

2008-09-10 by Russ

there are many purpose made midi converter boxes out there. They got em for CV to/from midi, roland sync to/from midi, s trig and so on. Check Ebay to get some idea of brand names at least. If not to actually buy them. Heck thats where I got all my poly 800s.
Now does anyone know the specs on a synsonics drums? It may look like a toy but its got a DIN sync port!