Jump to content

Stephane Boussuge

Moderators
  • Posts

    1,054
  • Joined

  • Last visited

Everything posted by Stephane Boussuge

  1. No, it is normal you didn't get any sound because the sound goes through ports to my host and plugins. I share the score here for study purposes but if you want to get at least gm sound, just comment or suppress the :port 0 expressions. S.
  2. The OM output was my base but I've edited very much this output in Sibelius. If I remember correctly, the render was made with a mix between Noteperformer3 and Hollywood strings from EastWest. (Or may be only noteperformer3, I can't remember exactly ...) For information, a working GM file of Pluton is by default in OM Score demos inside the app itself. Best ! SB.
  3. Unfortunately my knowledge in this domain is very limited. This is a question for Janusz (the creator of OM). He will reply soon probably. Best S.
  4. Hi Zvony, I've downloaded the file and it compile fine here but I've seen a possible source of error: I think you should replace "default" by "def" in the function definition of articulation processor: :otherwise '(default) replace by :otherwise '(def) Let me know if it works. Best Stéphane
  5. LoopMIDI is a third-party application that allows you to create virtual MIDI ports on your Windows system. loopMIDI | Tobias Erichsen WWW.TOBIAS-ERICHSEN.DE
  6. No, it is Musescore4 new sound library output. Incredible, right ? S.
  7. Short study made with the code showed in Zoom into OM No.6. Audio output: Musescore 4. Etude pour Ensemble V.02 by stephaneboussuge
  8. The terminal command is needed on Big-Sur, indeed.
  9. Opusmodus/User Source/Libraries/Def-Instruments-Sets/
  10. If really you want to do that you can do: `(#|1|# ,line1) But that's a bit strange usage of OM.
  11. Hi Tom, you can create as many different .opmo files you want with your functions etc... and load them with the load function from your main master file. Best. Stéphane
  12. Hi Tom, indeed, I've got this problem from few days now. I informed my son who is the admin of the website, he investigate actually to find the cause of this. Really sorry. Stéphane
  13. The windows version is coming soon. And yes, Nigel Morgan was a most excellent man, I agree totally. SB.
  14. Hi, normally, if you name your IAC-Port-1 Bus 1, you can send midi to this port from OM using :port "Bus 1" inside the score. Generally it is better to use named port because actually Bus 1 could be :port 0 but if you plug some other midi devices to your computer, this order could change, that's the reason why it is better to use named ports. Best ! Stéphane
  15. Hi Zvony, waiting the revision of pitch-variation function, you could use mapcar function to do that or also OM function gen-process: (setf chords (gen-repeat 4 '((c4e4g4 d4f4a4 g4b4d5)))) (assemble-seq (mapcar(lambda(x y z ch) (pitch-variation x y z ch)) '(0 2 1 2) '(0 1 1 0) '(2 3 4 3) chords ) ) (assemble-seq (gen-process '(pitch-variation a b c d) '((0 2 1 2)(0 1 1 0)(2 3 4 3) chords) ) ) Best ! S.
  16. Hi, Zoom into OM 4: gen-filter-euclidean is online now. Best ! Stéphane
  17. Hi Zvony, unfortunately I don't know where the score is and I was not able to found it ... Sorry. Best ! Stéphane
  18. Better doc: CLHS: Function FLOOR, FFLOOR, CEILING, FCEILING... WWW.LISPWORKS.COM
×
×
  • Create New...

Important Information

Terms of Use Privacy Policy