attempting repeating phrases with changing params

This commit is contained in:
efim
2022-09-05 19:19:34 +00:00
parent 0ae86a5f51
commit 6a9b9a88c4
2 changed files with 144 additions and 4 deletions

View File

@@ -290,10 +290,6 @@ with fixed synthdefs
** tried synths in a pattern and they work!
even though they don't stop on their own,
so maybe `gate` is a default argument that passes control from the pattern system, using `dur`
** NEXT - learn more about puttin melodies in, midinotes and stuff
what I want is "pitch model"
http://doc.sccode.org/Tutorials/Streams-Patterns-Events5.html
** NEXT - how to keep same note pattern repeating with different settings of legato \ duration
* [2022-09-04 Sun]
** evil marcro for wrapping consecutive values (or args) into pairwise brackets:
well, not being inserted due to backspace, sad
@@ -318,3 +314,20 @@ Example:
is that pause?
but why would event then still have :DEGREE attribute?
* [2022-09-05 Mon]
** let's what? move instruments into separate organized files?
meh, let's try for arpeggio from chords?
or something
** DONE - learn more about puttin melodies in, midinotes and stuff
what I want is "pitch model"
http://doc.sccode.org/Tutorials/Streams-Patterns-Events5.html
:degree - is from an octave, and :octave 5 default and quite high, :root is which octave to take
** NEXT - how to keep same note pattern repeating with different settings of legato \ duration
I'll try to define notes separately with pdef and insert it? would then single length would be for all?
** so, I tried to figure out how to change parameters for whole "phrases"
"automatic jazz" does that with getting new random value, that gets repeated "forever" until the end of the pattern
if I try to use not random, but "from sequence", then on pattern restart I'd get first element of the sequence every time.
so then "kind of working" solution, is keep melogy repeating,
then - know what is the length of the melody and repeat for "amount of events" in the melody,