Jump to content

JulioHerrlein

Members
  • Joined

  • Last visited

Everything posted by JulioHerrlein

  1. Thanks a lot ! I also used the array in another application. Nice way to use it in the 12-tone matrix. Best ! Julio
  2. FOUND IT !!! (get-form-set '(0 4 9 10 5 3 8 7 1 2 11 6) 'r7)
  3. For example: How to combine from the matrix P0 - second hexachord (F# E G F A G#) with RI5 - first hexachord (D# D F# E G F) Or any hexachordal combination from the matrix (even if it does not form an agregate...) Best, Julio
  4. Dear friends, There is a function to make the 12-tone matrix (twelve-tone-matrix '(3 11 10 2 1 0 6 4 7 5 9 8)) I 0 8 7 11 10 9 3 1 4 2 6 5 0 3 11 10 2 1 0 6 4 7 5 9 8 4 7 3 2 6 5 4 10 8 11 9 1 0 5 8 4 3 7 6 5 11 9 0 10 2 1 1 4 0 11 3 2 1 7 5 8 6 10 9 2 5 1 0 4 3 2 8 6 9 7 11 10 P 3 6 2 1 5 4 3 9 7 10 8 0 11 R 9 0 8 7 11 10 9 3 1 4 2 6 5 11 2 10 9 1 0 11 5 3 6 4 8 7 8 11 7 6 10 9 8 2 0 3 1 5 4 10 1 9 8 0 11 10 4 2 5 3 7 6 6 9 5 4 8 7 6 0 10 1 11 3 2 7 10 6 5 9 8 7 1 11 2 0 4 3 RI The function returns the 48 form matrix of the original 12-tone row. Questions: 1) How can I get some excerpts from the Matrix ? 2) For example, if I want to make a combinatoriality between two hexachords of the matrix, like, for example, the first hexachord of P-0 (3 11 10 2 1 0) + the second hexachord of RI-8 (3 2 6 4 7 5) how can I retrieve the values from the matrix ? Is there some keyword ? Whth this retrieving possibility, the matrix can be very useful for composition. Best ! Julio
  5. Thanks a lot, MIlton ! I´m very happy to see your comment ! Actually, a lot of interesting rhythmic timelines are beyond the 12 units. In indian music there are very long cyclic rhythms and in popular music, the 16 n is very widespread, including the popular drum machines step sequencers. But for the purpose of having a complete set of combinations, any number beyond 12 is too big, generating too much material to make a typology. Maybe in a larger cardinality we can talk about tendencies and not an specific typology. Opusmodus can deal with it, also. Janusz programed a special function based in my dissertation, called pcs-rhythm. It´s well exemplified in the documentation. Here is the forum thread that give birth to the function. All the best and thanks for your kind words ! Julio
  6. Lovely idea ! Eduardo Reck Miranda was born in my city, Porto Alegre / Brasil ! Best ! https://www.exxoshost.co.uk/atari/mirror/myatari/issues/jul2002/camus.htm
  7. Thanks, Stephane I was working around with something like this: (setf mat1 (gen-repeat 2 '((s b4 mf gs3 cs4 fs4) (s a4 mf g3 c4 d4) (s bb4 mf f3 c4 eb4) (s f4 mf d3 g3 c4) (s eb4 mf bb2 gs3 cs4) (s d4 mf a2 e3 g3) (s b3 mf a2 e3 fs3) (s g3 mf c3 d4 a4)))) (setf v1 (gen-trim 3 (omn-to-time-signature (pitch-transpose 12 (list mat1)) '(3 4))) Best !! I´ll try length-span
  8. Dear All, Is there a function to align generated materials to fit in a same space, for example aligning / spanning / trimming 3 voices to fit in a space of, 4 3/4 measures. I know that there are some/many functions related to it, but there are some specific trim-to-time-signature function ? Best, Julio
  9. JulioHerrlein replied to opmo's post in a topic in Made In Opusmodus
    Congrats, Janusz ! Sounds great
  10. JulioHerrlein replied to AM's post in a topic in MIDI Setup
    Andre, you can set a custom instrument, using piano grand-layout (this layout don´t need two lists).
  11. Dear André, Here is a project I did some years ago, with PD and Lilypond. Kind of realtime converter of beats to rhythmic notation.
  12. It´s also possible (using MAX or Pure Data) to convert audio impulses to length values using a value in milliseconds as reference for beats and then convert the results to OMN syntax. Nice Solution, Andre !
  13. I don´t know if I got the whole idea but you can send a bunch of midi notes from any DAW to Opusmodus using a virtual midi cable. Record whatever you like onto reaper, logic, ableton live, etc and set a virtual midi output port to Opusmodus. You can send this midi notes at 3x the speed of original tempo if you like. The length information can be obtained only by import midi, however. Best, Julio It´s a sort of "mechamical solution" but I like it
  14. Thank you. Best, Julio Now I know why some of my lists were out of sync... Best ! Julio
  15. It have influence on other functions, like setf r-guia-count (get-count tierhythm :length :note)) >>(4 6) It was supposed to be (4 5) because of the tie.
  16. I´m having a little problem with ties... (setf tierhythm '((q c5 b4 q. a4 e g4) (q db4 tie e e c4 bb3 ab4 q f4))) But, when I need only the rhythm, a get this... (omn :length tierhythm) some solution ? Best ! Julio
  17. But in applications folder there is only one Opusmodus. Where is the other ? I don´t know... There is one at my desktop... Sorry for the noise
  18. Janusz, I just figured out what is happening... Do I have 2 Opusmodus installed ? when I decided to open a file with the bottom version, the icons was back to normal... I don´t know. Nothing serious but I did not understand. Best ! Julio
  19. The icon changes only when I change any of the files and save it again... Very strange... In the finder, the icons are ok. The thing is inside Opusmodus ?
  20. Thanks, Ole. I don´t know what is happening Maybe something in the OSX. Best ! Julio
  21. Since the last update, the icons associated with OPMO are appearing like these blank icons. Cleaning the cache solves the problem for a while. But before the update I did have the habit of cleaning the cache every time and this was not happening. Best ! Julio
  22. Nice composition and voice samples of bel canto style
  23. Thanks a lot !! Best !
  24. Dear All, I´m getting this result, using this function. Why ? It´s supposed to be 12/8... (omn-to-time-signature (length-augmentation 2 (pcs-rhythm '7-35 :rotate '(11) :omn t)) '(12 8))
  25. Thanks, André ! Best ! Julio

Copyright © 2014-2025 Opusmodus™ Ltd. All rights reserved.
Product features, specifications, system requirements and availability are subject to change without notice.
Opusmodus, the Opusmodus logo, and other Opusmodus trademarks are either registered trademarks or trademarks of Opusmodus Ltd.
All other trademarks contained herein are the property of their respective owners.

Powered by Invision Community

Important Information

Terms of Use Privacy Policy