Jump to content

All Activity

This stream auto-updates

  1. Yesterday
  2. I will keep your translation work in French preciously, especially if I switch to version 3! because currently there is no French translation planned!;-)
  3. OM is a great learning device. It also has great PCS support. I learned that the equivalent of functions in tonal music is similarity in atonal music. Is there in OM a system function to calculate the similarity as demonstrated here? PC-set similarity calculator - Michael Norris, Composer WWW.MICHAELNORRIS.INFO v1.0 ©2014 Michael NorrisThis Javascript allows you to calculate the similarity functions between a list of different set-classes. It uses a number of similarity functions that have been published in peer-reviewed journals. Most of the them have
  4. Good, you found it. That's good because it is old files and I didn't want to search in my old hard drives backups
  5. Yes, I just saw, thank you stéphane. but Janusz could provide the same Zip folder for the latest version 2!;-) for last version 3 for last version 2,"It's much less clear.
  6. If you are still in version 2, you can find the French doc inside the Opusmodus apps close to what I showed one post above.
  7. Hi Stéphane, "Logically, you can provide the files of the latest version 2, since you are the one who created it;-)" Artificial intelligence won't translate as well as you... especially when it comes to understanding Opus Modus, believe me...;-)
  8. Hi, I have resolved copying a precedent version of SeeScoreLib, compiled for OsX 10.12, into new Opusmodus.app. Best Fabio
  9. No, that is not possible at the moment, but soon you will have access to Opusmodus AI, which can communicate in any language.
  10. Opusmodus has added Dark Mode support for Windows. Both systems allow customisation of Light and Dark modes separately. Best wishes, Janusz
  11. Little integration: I have run Opusmodus by Terminal, this is the output trying to have a Notation Snippet: MacBook-Pro-di-Amministratore:~ fabio$ /Applications/Opusmodus.app/Contents/MacOS/Opusmodus ; exit; dyld: lazy symbol binding failed: Symbol not found: ____chkstk_darwin Referenced from: /Applications/Opusmodus.app/Contents/Frameworks/SeeScoreLib.framework/Versions/A/SeeScoreLib (which was built for Mac OS X 11.0) Expected in: /usr/lib/libSystem.B.dylib dyld: Symbol not found: ____chkstk_darwin Referenced from: /Applications/Opusmodus.app/Contents/Frameworks/SeeScoreLib.framework/Versions/A/SeeScoreLib (which was built for Mac OS X 11.0) Expected in: /usr/lib/libSystem.B.dylib If I am reading good, the problem is in SeeScoreLib that has been built for OsX 11.0. But the requirements specified on the site are macOS 10.12 · 11 · 12 · 13 · 14 . Thanks in advance Fabio
  12. Hi All, I have just updated to last version, and now I receive an error every time I try to create a Snippet of type cmd-1 or cmd-2 (Notation or Voice Notation). This is the Listener output: audition-musicxml-omn-snippet Error: Abort(6) [code 0] at 11A84A256 {outside Lisp heap} rax 2000209 ; rbx 4 ; rcx 70000A5C39B8 ; rdx 70000A5C3E30 rsp 70000A5C39B8 ; rbp 70000A5C3A10 ; rdi 6 ; rsi 4 r8 70000A5C3A30 ; r9 0 ; r10 9E ; r11 246 r12 9E ; r13 70000A5C3E30 ; r14 6 ; r15 0 1 (abort) Abort display notation. 2 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. OM 8 : 1 > How can I resolve? I am on OsX 10.13, High Sierra, MacBook Pro (13-inch, Mid 2012), 2,5 GHz Intel Core i5. Is it possible to downgrade while waiting for a solution? I can not find any previous version downloadable file. Many thanks in advance, ciao Fabio
  13. Last week
  14. Dear All, I don´t know what happens in Mac, but in Windows, sometimes the code color highligth is changing. I have to press enter to get the code colors again... Maybe a bug ?
  15. Yes, we can't use the character in attributes. What about: (add-text-attributes '(.Am7 "Am7") '(.C6 "C6") '(.E7b9 "E7b9") '(.Gsdim7 "G#o") '(.G7 "G7") '(.G7-13 "G7(13)") '(.Cs7s9 "C#7(#9)") '(.Bhd "Bm7b5") '(.Dm7 "Dm7") '(.Fmaj7 "Fmaj7") '(.G74b9 "G7,4(b9)") ) '((w a2g3c4e4 .g7) (w e3gs3d4f4 .e7b9) (w gs2f3b3d4 .gsdim7) (w g2f3b3e4 .g7-13) (w cs3f3b3e4 .cs7s9) (w b2f3a3d4 .bhd) (w d3a3c4f4 .dm7) (w f3c4e4a4 .fmaj7))
  16. Thank you, Jesele and Janusz ! Janusz, puting the [ ] creates a bug in the notation engine... Don´t know why... Best, Julio ((w a2g3c4e4 am7) (w c3a3e4g4 cadd6) (w e3gs3d4f4 e7b9) (w gs2f3b3d4 gsdim7) (w g2f3b3e4 g7-13) (w cs3f3b3e4 cs7s9) (w b2f3a3d4 bhd) (w d3a3c4f4 dm7) (w f3c4e4a4 fmaj7)) OM 3 > audition-musicxml-omn-snippet Error: OMN Parse Error: fail 1 (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. OM 4 : 1 >
  17. the vector-scale name changed to scale-ramp (scale-ramp 12 '(1 5 1)) => (1.0 1.7272728 2.4545455 3.1818183 3.909091 4.636364 4.6363635 3.909091 3.181818 2.4545455 1.7272725 1.0)
  18. I would explicitly name the chord attributes with additional character [ch-atr]: (add-text-attributes '([Am7] "Am7") '([C6] "C6") '([E7b9] "E7b9") '([Gsdim7] "G#o") '([G7] "G7") '([G7-13] "G7(13)") '([Cs7s9] "C#7(#9)") '([Bhd] "Bm7b5") '([Dm7] "Dm7") '([Fmaj7] "Fmaj7") '([G74b9] "G7,4(b9)") )
  19. Hi Julio, unsure if this is the correct way. Is this what you are looking for? Jesper (setf atr (add-text-attributes '(Am7 "Am7") '(C6 "C6") '(E7b9 "E7b9") '(Gsdim7 "G#o") '(G7 "G7") '(G7-13 "G7(13)") '(Cs7s9 "C#7(#9)") '(Bhd "Bm7b5") '(Dm7 "Dm7") '(Fmaj7 "Fmaj7") '(G74b9 "G7,4(b9)")) ) (setf C-chords '((w a2g3c4e4 am7) (w c3a3e4g4 c6) (w e3gs3d4f4 e7b9) (w gs2f3b3d4 gsdim7) (w g2f3b3e4 g7-13) (w cs3f3b3e4 cs7s9) (w b2f3a3d4 bhd) (w d3a3c4f4 dm7) (w f3c4e4a4 fmaj7))) (setf omn1 (make-omn :pitch (omn :pitch C-chords) :length '((e e e eh) (h w)) :articulation (omn :articulation C-chords) :span :length) )
  20. CHORD SYMBLOS BEFORE Looks good ! Any Help ?
  1. Load more activity
×
×
  • Create New...

Important Information

Terms of Use Privacy Policy