Page 1 of 1
Mac based PadKontrol step sequencer (sekwenser)
Posted: Mon Oct 18, 2010 1:58 pm
by fyolnish
Hey everyone, long time lurker first time poster.
I just wrote a step sequencer for my new PadKontrol and thought I'd post a shameless plug on here
I tried the ableton template sequencers I could find and the max patch, but I couldn't get them to work the way I wanted to.
So yeah.. I wrote my own.
The way I'm using it is with Traktor&Ableton. Traktor handling the beat clock and live as a drum machine/sampler (the sequencer controls ableton)
This is still very much in development, so there are probably bugs.
It's also my first project to do with MIDI & MIDI Synchronization
Source and binary available from:
http://github.com/aptiva/sekwenser
To build the source you need BWToolkit from
http://brandonwalkin.com/bwtoolkit/
Please post any questions/feedback!
Re: Mac based PadKontrol step sequencer (sekwenser)
Posted: Wed Oct 20, 2010 12:51 am
by Yasha
Thanks, fyonish, except... The URL you give for the binary appears to be a zip of the source files.
Re: Mac based PadKontrol step sequencer (sekwenser)
Posted: Wed Oct 20, 2010 6:25 am
by fyolnish
Ha! You're right.
Sorry about that, I've updated the post.
Re: Mac based PadKontrol step sequencer (sekwenser)
Posted: Wed Nov 17, 2010 5:11 am
by ikim
Hi fyolnish, i downloaded and tried your app, and i have to say THANK YOU SOOOOOOOOOOOOO MUUUUUUUUCH!!!!!!!!!!!! It is everything I was looking for for a long time. It is really amazing, and so easy to use, unlike farmpad, which is also great but harder to set up an run.
Just a couple of things... I downloaded the source from github, build it, but my build did not succed. Some gcc 4.2 error.... Then I got another version from the post you posted at korgs forum, and that one did compile, but it had errors, couldn't change notes, channels... Finally I downloaded the package from github and tha worked perfectly... I am trying to learn Objective C, Xcode and the cocoa framework, so I have to ask... any ideas on why I failed to compile the source?
Re: Mac based PadKontrol step sequencer (sekwenser)
Posted: Wed Nov 17, 2010 5:52 am
by Zubben
Sorry for being such a noob
But I really want to test it, but I am having troubles on how to set it up with ableton.
Im using the IAC bus to send the midi clock but nothing seems to happen.
Edit: Never mind problem solved

Re: Mac based PadKontrol step sequencer (sekwenser)
Posted: Wed Nov 17, 2010 7:25 am
by fyolnish
ikim wrote:Hi fyolnish, i downloaded and tried your app, and i have to say THANK YOU SOOOOOOOOOOOOO MUUUUUUUUCH!!!!!!!!!!!! It is everything I was looking for for a long time. It is really amazing, and so easy to use, unlike farmpad, which is also great but harder to set up an run.
Just a couple of things... I downloaded the source from github, build it, but my build did not succed. Some gcc 4.2 error.... Then I got another version from the post you posted at korgs forum, and that one did compile, but it had errors, couldn't change notes, channels... Finally I downloaded the package from github and tha worked perfectly... I am trying to learn Objective C, Xcode and the cocoa framework, so I have to ask... any ideas on why I failed to compile the source?
You probably forgot to install bwtoolkit before trying to compile
Re: Mac based PadKontrol step sequencer (sekwenser)
Posted: Wed Nov 17, 2010 3:59 pm
by ikim
I didn't forget, but I might have done it wrong....
Re: Mac based PadKontrol step sequencer (sekwenser)
Posted: Thu Nov 18, 2010 4:35 am
by ikim
One more question... Is there a way to reset the group pattern sequence mode? Thanks in advance!
Re: Mac based PadKontrol step sequencer (sekwenser)
Posted: Thu Nov 18, 2010 10:36 am
by fyolnish
ikim wrote:One more question... Is there a way to reset the group pattern sequence mode? Thanks in advance!
Well, if deleting all the steps counts, yes. To do that hold down the setting button while viewing the group sequence and tap the first pad till there are no more steps.
Re: Mac based PadKontrol step sequencer (sekwenser)
Posted: Fri Nov 19, 2010 4:45 am
by ikim
Great, thanks!