JulioHerrlein Posted December 22, 2020 Posted December 22, 2020 Dear friends, I´m looking for a specific kind of repeating function. In the example below, I have one d4 in the first violin. Then comes an a4, etc. LOOKING FOR SOMETHING LIKE: 1) to have repetitions of the same note in the blank space (instead of pauses), but all have to be measured inside the exact space that is between the first and second note. Sometimes this spaces of rests are different among each pair of subsequent notes. The function must calculate the spaces among each pair of notes before making the repetitions 2) alternatively, this repetitions could be kind of irregular, leaving some spaces of pauses, like a density control. Is there something similar to this function already in Opusmodus ? Thank you ! Best ! For each voice, I use a expression like this: (setf v1 (make-omn :length (span vuzapit vuzarit1) :pitch (ambitus 'violin vuzapit) :velocity dynhomo)) Quote
JulioHerrlein Posted December 22, 2020 Author Posted December 22, 2020 THINKING OUT LOUD (some hours after).... Actually, I'd like to have a function or a kind of method that allow me to insert notes and rhythms between some "anchor points", that remains unaltered. Like inserting ornaments in a choral chordal texture: you have a sequence of chords you don't want to alter, but you need melodic movement between this chords. This is a procedure I usea lot: starting from block harmony and then fill the gaps between chords in a more polyphonic oriented texture. Quote
Stephane Boussuge Posted December 22, 2020 Posted December 22, 2020 I've experimented different approach to this in past. One of the possible way is to use passing-interval function to populate between you anchor chords. SB. JulioHerrlein 1 Quote
JulioHerrlein Posted December 22, 2020 Author Posted December 22, 2020 Something like this For a more refined Idea, this population could be oriented by tonality-map for chord-guided notes and some vector (for melodic directions). Thanks, Stephane I´ll try your suggestion Stephane Boussuge 1 Quote
opmo Posted December 23, 2020 Posted December 23, 2020 I will have a think. AM, JulioHerrlein and Stephane Boussuge 2 1 Quote
AM Posted December 23, 2020 Posted December 23, 2020 would be interesting. it has quite some (distant?) aspects of LACHENMANN's "strukturnetz", and could be nice to work in such an direction... JulioHerrlein 1 Quote
JulioHerrlein Posted December 23, 2020 Author Posted December 23, 2020 Thanks, Andre ! I will check the Lachenmann piece, for sure. I was thinking in a possible algorithm for such function: 1) Take an OMN expression 2) Calculate the empty spaces (rest space) 3) Fill the spaces with notes, based on each gap, using a predefined quantization (1/16, 1/8, random, etc) and a filling density level (0-100 %, of the space) 4) Fill the spaces with predefined pitch lists, motifs, rhythmmic sets, etc, that can be trimmed, rotated and start on any note 5) Fill the spaces like mentioned before with some pitch quality control (tonality-map) and pitch melodic direction control (up, down, repeat, vector). 6) Fill the spaces like before with any predefined method populate-spaces populate-gap fill-spaces fill-gap This would be really useful, IMHO. All the best ! Julio Stephane Boussuge and AM 2 Quote
AM Posted December 23, 2020 Posted December 23, 2020 i'm very interested in!! thx to you JULIO!!! strukturnetz is not a piece, it's "a kind of technique" he used you could read about it here: https://www.amazon.de/Differenzen-Poststrukturalistische-Beispiel-Lachenmann-Ferneyhough/dp/3931264157 listen here... the STRUKTURNETZ is also "notated" in the score (on top) lviklund and JulioHerrlein 1 1 Quote
JulioHerrlein Posted December 23, 2020 Author Posted December 23, 2020 Very nice information, Andre ! I didn´t know this technique ! In english sounds like structural network, I suppose. It´s beautiful when some intuition resonates with music history. Feels like going in the right direction. Thank you ! Best ! Julio Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.