output shapers with arbitrary scales #292
Merged
Conversation
|
have loved using this -- no noticeable issues in testing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Fixes #68
The idea here is to implement quantization of the ASL outputs, so that slopes can be seen as sequences of notes. With this extension, the ASL language takes on a new role as describing the 'shape' of melodies (or harmonies), and the absolute-shaper acts as a dynamic quantizer. This is not the final version, but an initial POC to explore what it feels like to play with slopes as melody-shapes.
I'm posting this now because I'm not by my synthesizer very much during the lockdown, and I'd love to see how anyone feels about it in practice. The driving idea behind the functionality is to provide a new way of writing melodies - as chains of slopes - so it's probably a little strange & requires thinking outside traditional compositional workflows.
General usage:
Limitations:
There are a few areas that need design consideration:
output.scalein lua, though functionality isn't limited to 'scales'). Should it be calledoutput.quantize?The library is pretty basically implemented, which means it can do some strange things that are not like 'quantizers', but more like creative melody manipulators:
{11,9,7,5,4,2,0}would result in descending major scales transposed up/down by whole volts.{0,24,12,-12}maps the [0,1)V range to a sequence of 4 different octaves.And some features forthcoming:
.scale( {table-of-ratios}, 'just' )some other usage examples than plain output quantizing