Jump to content

opmo

Administrators
  • Posts

    2,798
  • Joined

  • Last visited

6 Followers

About opmo

Contact Methods

Profile Information

  • Gender
    Male

Recent Profile Visitors

14,277 profile views
  1. 3.0.29111 – New: Display Commands List... - Developer shortcuts. You find the commands list window in the 'Help' menu. – Fixed: Listener - removes selection before doing the evaluation form the editor. snippet - no clef changes (better visualisation of the intervals direction). Navigator - folders will not collapsed when changing Navigator directories (menu). – Documents: Documents edit. Happy coding, Janusz
  2. (cartesian '((1 2) (3 4) (5 6) (7 8)))
  3. (tonality-map '(dorian :closest down :root g4 :map octave) (pitch-transpose -7 mat3)) => (s c4 mf d4 e4 f4 g4 a4 bb4 c5)
  4. Your function needs to be rewriten. Here you get the result: (tonality-map '(dorian :root c4 :map octave :seed 45) mat3)
  5. Any function which is using seed needs to include the seed in your function.
  6. (find-closest i expscalemidi :seed (seed))
  7. The 'Loopback' software will allow you audio routing: Rogue Amoeba | Loopback: Cable-Free Audio Routing ROGUEAMOEBA.COM Get all the power of a high-end studio mixing board, right inside your Mac! This is my setup:
  8. You can save the score to midi file and import the midi file to your DAW: The other way is to send the midi file directly in the other app: To open the file in Finale: (midi-to-editor :file "file-name" :application "Finale")
  9. The demo time and the start time can't be change.
  10. I am not sure, it is a long time ago I was using/supporting this version - I am guessing Catalina.
  11. 3.0.29099 – New functions: RND-MELODIZE RND-CHORD-PITCH-ORDER (utilities) – Improvements and Changes: SCALE-NUMBERS (keyword :sum) – Documents: Documents edit.
  12. Done: (scale-numbers .3 '(3 4 2 3 4 2 1)) => (0.90000004 1.2 0.6 0.90000004 1.2 0.6 0.3) (scale-numbers 25 '(1 2 3 4 5) :sum t) => (1.6666666 3.3333333 5.0 6.6666665 8.333333)
  13. I would suggest to upgrade your OM to version 3.0. Version 1.3 is quite old. The current version is 3.0. I would only suggest to delete or compress and then delete the Opusmodus folder in your User home directory and start from there.
×
×
  • Create New...

Important Information

Terms of Use Privacy Policy