-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
note.step / note.tracker #148
Labels
Comments
ok so remaining:
step view
both
|
jamesholdenmusic
added a commit
that referenced
this issue
Feb 23, 2024
jamesholdenmusic
added a commit
that referenced
this issue
Feb 24, 2024
jamesholdenmusic
added a commit
that referenced
this issue
Feb 24, 2024
jamesholdenmusic
added a commit
that referenced
this issue
May 21, 2024
jamesholdenmusic
added a commit
that referenced
this issue
May 21, 2024
also if !mini, doesn't reset font size
jamesholdenmusic
added a commit
that referenced
this issue
May 21, 2024
jamesholdenmusic
added a commit
that referenced
this issue
May 21, 2024
jamesholdenmusic
added a commit
that referenced
this issue
May 22, 2024
jamesholdenmusic
added a commit
that referenced
this issue
May 22, 2024
jamesholdenmusic
added a commit
that referenced
this issue
May 22, 2024
selection stuff, grid shading, done
jamesholdenmusic
added a commit
that referenced
this issue
May 29, 2024
jamesholdenmusic
added a commit
that referenced
this issue
May 30, 2024
jamesholdenmusic
added a commit
that referenced
this issue
May 31, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
a standard mono step seq with multitudes twists..
a voice is monophonic, step seq with
multiple stored patterns per voice
note (start at 1 so that 0=no note, as with current tracker)
length (not overlapping) - from 0 to a few seconds? i guess it doesn't need to do the job of making it mono/legato, because any voices after it in the chain will do that
vel (support channel aftertouch, ie vel with no note, but not note with no vel. this also starts at 1 because blank != noteoff)
(- a modulation output param? params? NO: just use another voice if you want a modulation lane)
a probability (ie x% chance of skipping note) or ratchet kind of thing (every n'th note is played)
delay (as a fraction of a beat)
group some steps then when it lands on one it round robins or randoms - so if you have a pattern like: cdefga, but the last 3 steps are grouped as round robin, it goes cdefcdegcdea. either these steps compress or in other channels you could leave a space? tbh channel alignment isn't a really big deal because they may be on different clocks?
all of this could equally be displayed as a tracker view or a steps/bars view.. - i think i'll design one way of storing the data, one playback max patch, and probably 2 different ui patchers but the option to convert from one to the other easily.
this is 6? or 7 values per row. if max_data is increased to 16k you get 16x 128 step patterns, which is enough
The text was updated successfully, but these errors were encountered: