cheep_seq
Here is my first attempt at a sequencer in pd.

download it here -*cheep_seq*-
I have written brief instructions, they are in pdf format and can be downloaded -*HERE*-
Unzip all the patches to a directory and open the cheep_seq.pd patch
you need the following externals: zexy
flext
maxlib
expr
it uses counter from Gem
a good place to get pure data is -*HERE*-
---
It is intended to be a midi note sequencer. There are 3 parts to the
current version.
-16 step phrase generator
-2 x live phrase record and trigger buttons
-2 saw synths (meant to sound a bit like the c64 sid chip, but a bit
way off at the moment)
At the moment it is very random and buggy, I really just made it as an
exercise for myself.
I am well aware that some of the design is very inefficient. I really
would appreciate any comments and suggestions for improvement. Over the
summer I will be fiddling with it, hopefully one day it will be usable.
I will put some instructions up for how to use it in the next few days.
---
To do list:
-tidy up guts and add useful comments
-automate record
enable
-make a phrase sequencer
-make it easier to use
-figure out how to record all phrases to one text file rather than
using a separate one for each phrase (yes I know, that is just plain
stupid)