Jump to content

opmo

Administrators
  • Posts

    2,903
  • Joined

  • Last visited

Everything posted by opmo

  1. Out Now. https://opusmodus.com/forums/downloads/
  2. It works the same way as any other Windows app.
  3. OM v.3.0 Windows ready for download: https://opusmodus.com/forums/downloads 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
  4. You can set the instrument to NIL: (ps 'gm :sq (list vn1 vn2 nil nil) :tempo 68 :output :audition) only the vn1 and vn2 instrument will be audition.
  5. ps means Preview Score - predefined layouts and instruments for quick preview. If you are look for flexibility you need to use def-score.
  6. The def-instrument-set needs to be set correctly for each instrument. There are no empty layouts I addend a new keyword :audition into the PS function. When :output is set to :audition no midi player or notation viewer will display - just audio. Example: (ps 'gm :sq (list vn1 vn2 vla vlc) :tempo 68 :output :audition) def-score is more flexibile for it - no layout needed.
  7. This is not about layout, by default the PS display notation. This could be possible with an additional keyword.
  8. The file contents need to be a string. (defun remove-semicolon (string) (remove ";" string :test #'string=)) (setf orig "0 1-amp-env 1 11000; 11000 1-amp-env 1 6000; 6000 1-amp-env 0.2 10000; 10000 1-amp-env 1 5000;") (setf pd1 (string-to-list (remove-semicolon orig))) (setf pd2 (gen-divide 4 pd1)) (setf pd3 (loop for i in pd2 collect (list (* 2 (1~ i)) (2~ i) (3~ i) (* 2 (4~ i))))) (join-string-list (loop for i in pd3 collect (string-replace " ;" ";" (join-string-list (list (list-to-string i) ";"))))) => "0 1-amp-env 1 22000; 22000 1-amp-env 1 12000; 12000 1-amp-env 0.2 20000; 20000 1-amp-env 1 10000;"
  9. example please, how the data should look like. 0 1-amp-env 1 11000; 11000 1-amp-env 1 6000; 6000 1-amp-env 0.2 10000; 10000 1-amp-env 1 5000; ... output: ?
  10. It is not part of v.3.0. You need Quicklisp to load the library.
  11. Yes, it is full of bugs. I tried all kind of code with mix success. You need a lot of patience to get the correct code - try and try again But still the def-score is almost perfect.
  12. 3.0.28766 – Additions : harmonics - :quantize and :coeff keywords tonality-map - :map 'extend – Documents: Documents edit.
  13. The Licence has two keys. You can use the same licence key on Mac or PC.
  14. We can’t use * or / characters in the file names, sadly.
  15. 3.0.28724 – Changes : Workspace directory sort by NAME. Function search shortcut changed to Cmd-D – Documents: Documents edit. Opusmodus Windows Beta release imminent.
  16. (a*x 100 '(1 2 3 4 5 6 7 8 9))
  17. The Dark mode is set with the OS and not the OM.
  18. Search dose not allow using char: *, ~, / - a shortcoming of the OS systems.
×
×
  • Create New...

Important Information

Terms of Use Privacy Policy