Jump to content

opmo

Administrators
  • Posts

    2,869
  • Joined

  • Last visited

Everything posted by opmo

  1. In order to have accesses to your own function documents through the navigator you place them in the ~/Opusmodus/User Source/Functions Documentation directory. This way you can view them by pressing the (L) button in the Workspace Navigator. The 'User Source' directory is where you place your Extensions, Libraries and your functions documents.
  2. Same licence for mac and windows, no mater which OS you are using.
  3. If the file or folder is an alias than only the alias is deleted from the Workspace directory and not the original.
  4. If you want an alias instead of moving the file you should use alias shortcuts cmd-opt - like in the finder. The navigator behaves the same way as the Finder. Delete mean delete the file.
  5. It is not a OM problem, all depends on how the pdf file is written.
  6. 3.0.28462 – Fixed : Application crash when #| comment was used.
  7. This is not an error. The documents (pdf) are not really for text copy/past. You never know how pdf behaves. And if you copy you need to take some care of the code.
  8. (setf chord 'c4e4g4) (chord-inversion 1 chord) => (e4g4c5) Root position and 1st inversion together: (chord-inversion 1 chord :root t) => (c4e4g4 e4g4c5) However, requesting the third inversion with option :series T and :root T, will give us four chords, and so on. (chord-inversion 3 chord :root t :series t) => (c4e4g4 e4g4c5 g4c5e5 c5e5g5) We can also rotate the chords downwards in pitch, for example the rotation of the third order below: (chord-inversion -3 chord :root t :series t) => (c4e4g4 g3c4e4 e3g3c4 c3e3g3)
  9. You will need to create your own def-unfold-set file and add the function there. Just copy the unfold-set om code from the library, create a new file and add all the function there you would like to access in counterpoint methods function. Then save the file into the 'Extensions' folder - make sure the code is working. The best way to learn all this is to contact Stephane and apply for an hour tutorial. https://opusmodus.com/forums/lessons/
  10. opmo

    setf

    You need to assign voices to instruments. You do this with DEF-SCORE or PS.
  11. Update for Opusmodus 3.0 3.0.28450 – Additions: Notation Print - Copyright input added. – Fixed : Cursor (hide) when copying notation.
  12. opmo

    setf

    Your expression is not correct. cmd-1 (setf lh '((c2c3 g3c4e4) (g3 d4))) Please use text (code) and not images for question like that.
  13. Your PS score is not correct. : p (list (list prh) (list plh)) Images of score are not helpful. Next time please post the score as text.
  14. To use PS with ports you need to create your own def-instrument-set set. I would advise to use always DEF-SCORE. The PS is for quick preview mainly for GM instrument. The Audition setup is only for Snippets and dose nothing to PS or DEF-SCORE instance. In PS you need to place each of the instruments in a list: : p (list (list prh) (list plh)) Please read the PS document.
  15. The new keys are cmd-= which are working on all keyboards.
  16. This message 'Print improvements' and 'Debugger auto abort' are the last fixes to the version 3.0.
  17. Apple dose not change the display of contents of the pdf files.
  18. I might change the cmd-opt-' to simpler keys.
  19. The key for it is cmd-opt-` or from the Help menu.
  20. Please give me and example. I see what you mean. As you type press control-y And for autocompletion press TAB
  21. More score printing option will come with the next update: title, subtitle, name and page numbers.
  22. 30 days Trail should do the trick, hopefully less elusive and vague.
  23. I don't think this will work, not on the same cpu.
  24. We are happy to announce Opusmodus v.3.0 is ready for download. OPUSMODUS 3.0 Language: English (French, Italian and German - coming soon) © MMXXII Opusmodus™ Ltd. All rights reserved. Requirements: macOS 10.12 · 10.15 · 11 · 12 · 13 Intel & Apple silicon natively supported Download: https://opusmodus.com/forums/downloads/ Note: Rename your current Opusmodus folder first. Start Opusmodus app and enter the Licence Key and press 'Activate' or press 'Start Trial' if you don't have the License Key for 3.0. At the start you will be ask to install the new Opusmodus directory. Move your workspaces into the Workspace directory. Don't change any of the directory names in the Opusmodus folder. Your own functions you need to move to the ‘User Source/Extensions’ folder. Best wishes, Janusz
  25. Opusmodus v.3.0 release next week macOS 10.14 · 10.15 · 11 · 12 · 13 Intel & Apple silicon natively supported
×
×
  • Create New...

Important Information

Terms of Use Privacy Policy