Everything posted by JulioHerrlein
- Pcs: how to retrieve inverted forms from this function ?
- Pcs: how to retrieve inverted forms from this function ?
- Pcs: how to retrieve inverted forms from this function ?
- Length-Legato opposite function
- Length-Legato opposite function
- Length-Legato opposite function
-
Length-Legato opposite function
Thanks a lot, Ole ! I noticed that problem. I got a strange musicXML result when evaluating this: (length-staccato-lists 1/16 '((e. c4 eb4 fs4 a4 tie) (s a4 e. cs4 e4 g4 e bb4 tie) (e bb4 e. d4 f4 gs4 s b4))) In the screen it appears somewhat buggy and in the XML, the result is unaltered (no staccato at all) Best ! Julio bugxml_lengthfunction2.xml
- Length-Legato opposite function
- Length-Legato opposite function
- Saving Plots and Piano Rolls to PDF Vectorial Graphics ETC
-
Saving Plots and Piano Rolls to PDF Vectorial Graphics ETC
Dear Friends, I'm happy to announce that my doctoral dissertation in music composition will have many Opusmodus examples ! I'd like to know how the best way to export plots, and midi piano roll (assistants) for using as examples in Microsoft Word, PDF applications, vectorial graphic software (like Corel), etc I was just snapshoting the screen with built in mac snapshot function (CMN + CTRL + SHIFT + 4) but wondering if there are some method for saving the output. Best, Julio
- Pcs: how to retrieve inverted forms from this function ?
-
Pcs: how to retrieve inverted forms from this function ?
WOW !!! GREAT ! Thanks ! It was really a lot of work done ! Lots of sets, but it's really useful, I think. Best ! Julio This will be in the next release, I think. Looking Forward ! added 2 minutes later If you like Set Theory and Guitar, you gonna like my book. Please, Check it out ! https://www.melbay.com/Products/Default.aspx?bookid=30042BCDEB Best, Julio
- Pcs: how to retrieve inverted forms from this function ?
- Pcs: how to retrieve inverted forms from this function ?
- tutorial guide
-
Pcs: how to retrieve inverted forms from this function ?
It's a really interesting issue to study the different approaches of the post tonal Theory. The more hardcore atonal side does not consider prime and inverted form as different things, ontologically but in fact, our tonal oriented ear really can tell the difference between a major and a minor triad as a clear episthemological distinction. Counting or not counting the inverted forms also have implications on the Problems of enumeration of the types of series, as Frippertinger & Lackner recent studies related to group theory and a more modern approach to Hauer Tropes demonstrates. Best Julio
- Pcs: how to retrieve inverted forms from this function ?
-
Pcs: how to retrieve inverted forms from this function ?
Really Cool, Janusz ! But what I was refering would be getting the inverted form from the Forte Number, i.e., from 3-11 and not the opposite, informing the integer list and getting all the info, although this can be very useful too. In my book, I specify this by adbing a "b" after the set: 3-11 = 037 3-11b = 047 like this, from http://composertools.com/Tools/PCSets/PCSRelations.html Best ! Julio
-
Pcs: how to retrieve inverted forms from this function ?
Dear Friends, I'm working with pcs now. A lot of pcs have inverted forms. For example: Pcs 3-11 correspond to the minor triad (037) and also the major triad (047) since both have the same interval vector. But when I evaluate the expression below, I get only the prime form (037) and not the IF (047). Is it possible to retrieve also the inverted form, like the example below ? (setf pcset (pcs '3-11)) >> (0 4 7) ??? Thanks a lot
- Lenght-Rest Function
-
Lenght-Rest Function
Dear Friends, When working in my patches in Pure Data, one of the things I implemented back then was a function similar to Lenght-Weight. I'm searching for something like this example. 1) Take a duration sequence, for example '(s e s) used as span in OMN way, i.e., aligning the materials with the longer list of pitches. 2) Take any pitch sequence, like for example '(c4 d4 e4 f4 g4 a4 b4 a4 g4 f4 e4 d4), gen-repeat 10 times This example could result in a ascending and descending scale with the constant rhythmic pattern (s e s). I'm thinking in a function that could put some rests in this pattern, according to his own arguments. For example: The argument 1 would result in an alternation of notes and rests, like (s e s s e s s e s s e s s e) >> Before Function (s -e s -s e -s s -e s -s e -s s -e) >> After Function The sequence of arguments (2 3 5) would result in putting a rest after n notes (according to the sequence given in the argument) (s e s s e s s e s s e s s e s e s s e s s e s s e s s e) >> Before Function (s e -s s e s -s e s s e s -s e s -e s s e -s s e s s e -s, etc...) >> After Function 2 3 5 2 3 5 ) And so on. Regarding to the pitches, the function could work like "swallowing"the note corresponding to the rest in the pattern, or displacing the note to the right, keeping the pattern of up and down the scale of the example (or any other pattern). This function already exist ? Best, Julio
- [SOLVED] Midi In Collect (now Opusmodus have MIDI input)
-
Automatic Cross Staff Piano Layout
My definitive solution: I took the approach of merging the material into only one stream of 16th notes. After, I transpose up 4 semitones the pitch material, before the assembling. So, the Grand layout did the job of cros staff and also the split, because with the transposition, my low note became b3, instead of g3. So, I got it right from xml output with really need of small adjustments, having just to transpose the thing up 4 semitones again. Thanks, Julio
- Automatic Cross Staff Piano Layout