I have OM installed on Windows10 if that matters. When I’m trying to import a method I get
“Sorry this file is not recognized as an OM method.” message.
The method itself is a copy/paste of your sample on https://openmusic-project.github.io/openmusic/dev/codeforom page to a file ‘sample.ome’
(defmethod! is-major? ((self tonal-note))
:doc "tells if the associated tonality of the note is major"
:icon 193
(eq (second (tonality self)) 'Major))
What am I doing wrong?
Thank you