Skip to content
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

document the sequencer and quantizer... #182

Open
robertoostenveld opened this issue Jan 7, 2018 · 3 comments
Open

document the sequencer and quantizer... #182

robertoostenveld opened this issue Jan 7, 2018 · 3 comments

Comments

@robertoostenveld
Copy link
Member

as these seem to be a bit hard to understand right now.

What I have in mind is to make a short markdown file with a specific ini for both, combine that with the (software or hardware) synthesizer or and then make a movie for youtube.

To control the sequencer I plan to use 16 knobs (pitch) and 16 buttons (on/off) from the launchcontrol. Those create control signals in REDIS, which I want to map onto a nice harmonic scale with the quantizer. The output of this goes to the synth.

robertoostenveld added a commit that referenced this issue Jan 8, 2018
…llows the LaunchControl to be used to change the sequence on the fly
@robertoostenveld
Copy link
Member Author

it would be nice if the quantizer would be more flexible in the input-output mapping, i.e. if the input list and output list would not have to be the same length.

It would be nice if the different notes on the keyboard can be triggered by a single pubsub event (where the value is the pitch).

it would be nice if the sequencer would allow values from redis as pitch, at the moment it only accepts hard-coded values in the ini.

@robertoostenveld
Copy link
Member Author

oops, I should have pressed return on the comment prior to pushing the branch

@stephenwhitmarsh
Copy link
Member

Concerning the documentation - the idea sounds good. To be clear this would also include the generateclock module.

I would prefer the first write the markdown file as self-explanatory though.

Concerning videos, I have just inherited a very nice handycam and plan to design some videos as well, but plan to think about it together, covering the basics first. A video on generateclock, sequencer and quantizer would not be top priority.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants