-
Counterpoint and global-polyphony , global polyphony option doesn't work please check my score example attached
Pat_Test.opmo Could you please check this score it seems global-polyphony doesn't work Thank you Patrick Mimran
-
PatrickMimran started following I would like to transfer files from an existing workspace to a new empty one , Counterpoint and global-polyphony , global polyphony option doesn't work please check my score example attached , Command to include in def-score or at the end of code to automaticcaly store the evaluation as indexed midi file to a predefine folder and 3 others
-
Command to include in def-score or at the end of code to automaticcaly store the evaluation as indexed midi file to a predefine folder
Thank you , but if i want the file to be store for example there User/patrickmimran/desktop/Test/ how should i express it . With this command it saves it to the midi folder of opusmodus , (compile-score 'pat :file "pat" :new-index t) it works well but how may i write a path like User/patrickmimran/desktop/Test/ to save it there ? Thank you patrick
- Command to include in def-score or at the end of code to automaticcaly store the evaluation as indexed midi file to a predefine folder
- Command to include in def-score or at the end of code to automaticcaly store the evaluation as indexed midi file to a predefine folder
-
Issue with this Example from Stephane in tonality-map part
Thank you Patrick
-
Issue with this Example from Stephane in tonality-map part
Hello i have an issue with this example joined , in tonality-map , i do not find the mistake Thank you Patrick Example.opmo
-
Where to download the latest version
Thank you Patrick
-
Where to download the latest version
Hello i downloaded opus modus via the download tab , but when i open it it shows version Version 4.0.30113 (4.0.30113) which doesn't correspond to the latest announced one which is 4.0.30404 , so i am confused and i am wonderinf if i gat the right one Thank you Patrick Mimran
-
Microtonality
I tried already with Cubase , Ableton live , Logic pro it seems the only way to get microtonality is to use pitchbend via opus modus , but i do not know how to program it to get it work . How to achieve it big question ? Thanks for your answer Patrick Mimran
-
Microtonality
Hello i would like to know if when exporting as midi a composition with microtonality using 'ps , if the export file retain in midi the microtonality intervals when played in a daw like cubase or ableton live Thank you Patrick Mimran
-
I would like to transfer files from an existing workspace to a new empty one
Thank you
-
I would like to transfer files from an existing workspace to a new empty one
I would like to transfer files from an existing workspace to a new empty one , when i do it by copying the files from the existing workspace to the new empty one it doesn't work , while the file are present in the new workspace folder , the files doesn't show up in the left column when i open the workspace file . Could you please let me know how to proceed Thank you Patrick Mimran
-
Stephane Boussuge reacted to a post in a topic:
Comment puis je y inclure une de mes fonctions ? Par example celle-ci : skip1
-
Comment puis je y inclure une de mes fonctions ? Par example celle-ci : skip1
It was just as an example , but anyway i tried your suggestions and it worked very well Thank you Patrick
-
Est il possible d'inclure ses propres fonctions au sein du unfold set pour utiliser dans la fonction conterpoint
I didn't saw this last one Thank you Patrick
-
Comment puis je y inclure une de mes fonctions ? Par example celle-ci : skip1
I tried to include my own custom function but it doesn't work (def-unfold-set m1 :methods (:group variant var (:pitch (pitch-variant x :variant '?)) t7 (:pitch (pitch-transpose 7 x)) t-12 (:pitch (pitch-transpose -12 x)) mx (:pitch (mixmaxl x )) :group dynamic dyn (:velocity (velocity-to-dynamic x)))) (setf omn '(s bb4 p a4 h. db4 t gs4 mf fs4 c5 b4 q f5 e5)) (unfold 'm1 '(mx dyn t7 ) omn) Patrick