Jump to content

PatrickMimran

Members
  • Posts

    87
  • Joined

  • Last visited

Everything posted by PatrickMimran

  1. Hello , i am looking to find a way to assign random midi channel numbers with the possibility to set some repetition of midi channel number as an option EX : in turn midi channel 1 2 3 4 5 6 or 1 1 1 1 2 2 2 2 3 3 3 12 13 14 etc .... The midi channel are distributed for each pitch, beat or a measure or set of measures per voice Thanks Patrick
  2. Hello, it seems that in 2.4.2.5. Rhythm 5 example there is an issue at this level, i cannot play the example i gat this error message : 6 (abort) Return to top loop level 0. Type for backtrace or :c <option number> to proceed. Type :bug-form "<subject>" for a bug report template or :? for other options. (setf bass-drum (omn-dictum '(:all b1) rhythm1)) (setf low-wood-block (omn-dictum '(:all f5) rhythm2)) (setf high-tom (omn-dictum '(:all d3) rhythm3)) (setf low-tom (omn-dictum '(:all a2) rhythm4)) (setf high-bongo (omn-dictum '(:all c4) rhythm5)) (setf low-bongo (omn-dictum '(:all cs4) rhythm6)) (setf mute-hi-conga (omn-dictum '(:all d4) rhythm7)) (setf low-conga (omn-dictum '(:all e4) rhythm8)) A_Rhtythm_5.opmo
  3. I mean play in loop or (repeat) the snippet on and on Thanks Patrick
  4. It would be very useful to have a repeat option for all players in OM Patrick
  5. Once i have all the scores , how may i make a midi version directly from them ? or even better is there a way to compile score and in the same time midi file ? Now regarding (compile-score 'myscore :file "My Score" :new-index t) May i set it up somewhere by default Thank you
  6. Lets assume that i render few music in the notation viewer without each time play it in the midi player , may i retrieve as midi some previous scores from the notation viewer as midi , i know that i can do it with the last one but what about the previous ones Thanks Patrick
  7. You are difficult , i think that what Janusz achieve almost alone as a little company is very exceptional and we should be grateful to him for the great software he made available to us instead of focusing to irrelevent points. Patrick Mimran
  8. Je n'ai plus votre adresse email pourriez vous me la faire parvenir sur art@mimran.com Merci Patrick
  9. je reviens vers vous plus rapidement que prévu , pourriez vous trouver une heure la semaine prochaine , mais le matin , quand vous voulez à partir de 9h00 . Peut être Lundi matin ? Merci Patrick
  10. D'accord je vous contacte en debut de semaine prochaine pour fixer un moment qui nous convient á tous les deux. Salutations Patrick
  11. Hello how may i set up Set up Vienna Orchestra sample library to work with opusmodus and vice versa . Is there some templates ? Thank you patrick
  12. Hello i'v transcribe the the example nbr 5 in How to in 100'' but it doesn't seem to work as written , I join the file as an attachment could you please help Thank you Patrick Choralis.opmo
  13. Thank you André so I should put all my functions into the same file User library.opmo but what is the user editing score folder for ? Patrick
  14. Hello I would like to know what the more efficient way , when creating a lot of custom function to be included in the Extension folder: to group all the function in the same file or to distribute them over several files . Or one function by file or it doesn't matter Thank you Patrick
  15. I tried this score and when I evaluate it I do not have on the second flute stave the material of fluterev but two staves with fmel instead of one with feel and the other with fluterev . I am sure there is a very simple solution to this issue but I can't find it Thank you for your help Patrick ;;;--------------------------------------------------------- ;;; Parameters ;;;--------------------------------------------------------- (setf size 16) (setf bars (gen-repeat size '(4/4))) ;(setf pause (length-span bars '(-s))) (setf melo (tonality-map '(minor) (pitch-transpose '(0 2 -2 -4 -1 2) (gen-eval 3 '(rnd-order '(s c4 d4 e4 f4 q g4 ) :type :pitch))))) (setf melos (gen-eval 5 '(aleaparent1a '(4 2 3 4 5 2 3) (flatten melo)))) (setf melos1 (reverse (gen-eval 5 '(aleaparent1a '(4 2 3 4 5 2 3) (flatten melo))))) (setf fmel (ambitus '(g4 c6) melos)) (setf fluterev (reverse fmel)) ;;;--------------------------------------------------------- ;;; Score and Layout ;;;--------------------------------------------------------- (def-score flute (:title "Melody" :composer "Patrick Mimran" :copyright "Copyright © 2020" :key-signature 'chromatic :time-signature '((1 1 1 1) 4) :tempo 100 :layout (list (flute-layout 'flute) (flute-layout 'flute) )) (flute :omn fmel :channel 1 :sound 'gm :program 'flute :volume 95 :pan 70 ;:controllers (91 '(52)) ) (flute1 :omn fluterev :channel 2 :sound 'gm :program 'violin :volume 60 :pan 70 ;:controllers (91 '(52)) )) Flute-example.opmo
  16. Hi Everybody I found a great app to upload and share your music here is the address you can test it it is much better and classy than Soundcloud https://octave.is/pmimran/privatealbum/patrick%40mimran.com/em2XkPshTa Patrick Mimran
  17. Hello Julio if you are like me and you do not know lisp this is a very useful link where you can find the main lisp functions . I found it very useful. cl-reference-brian.pdf LispResumé.pdf
  18. That's exactly what i was looking for Thank you Patrick
×
×
  • Create New...

Important Information

Terms of Use Privacy Policy