Support & Troubleshooting
Discuss anything related to Opusmodus that doesn't fit in another sub-forum here!
494 topics in this forum
-
Hi, is there a possibility to mark a function in the composer and look up it's description/documentation directly with a shortcut in the utilities panel (s. screenshot) ? Achim
-
- 4 replies
- 3.1k views
-
-
Hi, is it possible to synchronise the folder/document structure between the Opusmodus Navigator and the OS Finder ? Achim
-
- 0 replies
- 1.9k views
-
-
Hi, is there a shortcut for indentation of complete lisp code blocks in Opusmodus ? Achim
-
- 2 replies
- 2.4k views
-
-
Hi, is there any way to avoid the assistant view to become cluttered (see attachment) after opening serveral files e.g. by just open one file at the time ? Achim
-
- 1 reply
- 2k views
-
-
Hi, is it possible to evaluate help files when opened in the assistant window ? Achim
-
- 1 reply
- 2.1k views
-
-
Sorry for the newbie query. Can anyone give me a clear explanation of what the arguments in 'pitch-expansion-series' actually do? Thanks.
-
- 1 reply
- 2.1k views
-
-
Dear creators of Opusmodus, I'm currently trying out the demo, so I'm in the first stages of getting to know OM. I'm trying to do a very simple referral to a variable to make an OMN-snippet, but I get all sorts of error codes from the listener. Even to the point that copying some of the tutorial code, and replacing the names of the variables makes the code generate errors...? Here's the example, so any help or suggestion is welcome: (example is based on 'stage2'-code, I only replaced the names of the variables): (setf p_arp0 '(c4 cs4 fs4 g4 c5)) (setf l_arp0 (span p_arp0 '(e))) (setf d_arp0 '(p< < < < ff)) (setf arpeg0 (make-omn :length l_a…
-
- 4 replies
- 2.7k views
-
-
Hello I've just installed Opusmodus and I don't understand why I'm getting this error > Error: Unbound variable: > While executing: ccl::toplevel-eval, in process Listener-1(8). > Type cmd-/ to continue, cmd-. to abort, cmd-\ for a list of available restarts. > If continued: Retry getting the value of . > Type :? for other options.It happens when I copied and paste this expression from the Getting Started PDF (vector-map '(c4 d4 f4 gs4 as4 b4 cs5 e5) (gen-sine 120 6 0.5 :modulation (gen-sine 120 6 0.2)))If I evaluate the line with cmd+E, it's working, but if I'm trying to evaluate or play the whole document, I get this error. Here's a screencast S…
-
- 2 replies
- 2.6k views
-
-
Hi, I get the following error warning, when I try to audition the omn and I don't get why..? With a def-score section all compiles fine > Error: The GET-SPAN output denominator is not a power of two (1, 2, 4, 8, 16, ...). Denominator: 12. > While executing: get-time-signature-l, in process Listener-1(8). > Type cmd-. to abort, cmd-\ for a list of available restarts. > Type :? for other options. (simplified) code: (setf zahlen3 '((-3/8 3/8 -1/8 -3/8) (1/2 5/8 1/4) (5/8 1/4 -3/8) (1/8 3/8 1/4 1/2) (-3/8 1/4 -1/8 1/4 1/8 -3/8) (3/8 -1/8 1/4 1/4 5/8 1/4 1/2 -3/8) (-1/8 5/8 1/8 -3/8) (-1/8 -…
-
- 5 replies
- 2.8k views
-
-
Hello I try to use the library by trying to retrieve a scale (setf row (integer-to-pitch (apply-eval (library 'modes 'iran 'dastgah-mahur))))but i can't access it , i gat a message saying Error: Undefined function scale1 called with arguments (dastgah-mahur) . > While executing: ccl::toplevel-eval, in process Listener-1(8). > Type cmd-/ to continue, cmd-. to abort, cmd-\ for a list of available restarts. > If continued: Retry applying scale1 to (dastgah-mahur). > Type :? for other options. Mystery ... could you help thanks. Patrick
-
- 1 reply
- 2k views
-
-
Hi, I'm starting a new post for an issue where the trial version wouldn't load on older hardware for some users. This is more of a question than a request for support. I needed to uninstall Jack Audio on OS X to get Opusmodus to work. I even tried a newer version of Jack and had the same problem. I removed Jack and an happily using OPM. I will eventually need to reinstall Jack. My question is: Is Opusmodus known to work with Jack on newer hardware? I plan on updating my hardware at some point soon and could possibly do without it for a while (I'm doing less SuperCollider at the time being), but I would eventually need to run Jack on the machine running OPM. Thanks, Pau…
-
- 5 replies
- 2.9k views
-
-
Hello if i do It gives me the folowing result, this i understand (setf chords '((c4 maj) (f4 m) (f4 m) (g4 maj) (c4 maj))) (setf rows (gen-repeat 5 (list '(q c4 cs4 d4 ds4 e4 f4 fs4 g4 gs4 a4 as4 b4)))) (setf tonality1 (tonality-series chords :root '(c4 f4 f4 g4 c4))) (tonality-map tonality1 rows) => ((q c4 c4 c4 e4 e4 e4 g4 g4 g4 g4 c5 c5) (q f4 f4 gs4 gs4 gs4 gs4 c5 c5 c5 c5 f5 f5) (q f4 f4 gs4 gs4 gs4 gs4 c5 c5 c5 c5 f5 f5) (q g4 g4 b4 b4 b4 b4 d5 d5 d5 d5 g5 g5) (q c4 c4 c4 e4 e4 e4 g4 g4 g4 g4 c5 c5))but if i do (setf tonality1 (tonality-series chords :root '(c4 f4 f4 g4 c4) …
-
- 1 reply
- 2.1k views
-
-
Hello i would like to have this function to repeat 12 times different random repeats of 3 pitches at each draw and not as it does right now 12 times the same choice . I know it is easy but i can't recall how i can achieve this (setf chords (gen-chord2 12 3 (gen-repeat 12 (rnd-repeat '(3) '(c4 cs4 e4 f4 g4 gs4 a4 b4))) :offset '(2) :transpose '(3 8 -3)))Thanks Patrick
-
- 7 replies
- 3k views
-
-
hello i try to make this work any idea ? (gen-filter-change (permute '(gs4 e4 d4 c4 c4 a4 fs4)) '(1/16 1/2 1/4 1/4) '(pp ff mf))Thanks, Patrick
-
- 3 replies
- 2.5k views
-
-
I would like to understand why if i express this function that way it works fine (gen-filter-change (vector-to-pitch '(g4 g5) (gen-white-noise 64 :seed 246)) (vector-to-length 's 1 5 (gen-white-noise 32 :seed 456)) (vector-to-velocity 'mp 'ff (gen-white-noise 122 ))) and if i do that (gen-filter-change '(gs4 e4 e4 d4 e4 gs4 d4 c4 fs4 gs4 e4 e4 c4 e4 gs4 d4 gs4 fs4 fs4 d4) '(1/16 1/2 1/4 1/4) '(s e s s e) '(mf mf mp ff mf mf mp mf ff mf mf f f mf mf mp ff mf f mp ff ff f mp ff f f mp mf mp f ff f mf mf mf ff mf mp f ff f mf mp f f mf ff f f mf f mp mf f ff f mp mf mf f ff f mf mp f mf…
-
- 1 reply
- 2.2k views
-
-
Hi. I am trying to route Opusmodus MIDI output to either an external synth via a MOTU MTP AV, or internally to NI Kontakt 5. I have tried various different port settings in the Audition Preferences panel of Opusmodus, but no matter what port I select, MIDI only goes to cable 1 of the MTP and nowhere else. It will not go to Kontakt even when the output name in Kontakt matches the output name in Opusmodus. I have verified that other sequencer programs on my machine are routing MIDI correctly. This is with a 2013 Mac Pro running OSX 10.9.5, and Opusmodus 1.0.15669. Is this a known problem?
-
- 1 reply
- 2.2k views
-
-
Hi, This software package seems to offer a large array of possibilities for a composer. I've especially impressed by the notation component. I did have a specific question though. I have a large set of utilities I've written in Java that I'd prefer not to have to port to another language. I am creating a web service for easy, language-agnostic integration with them. Does Opusmodus offer, either through its own library, or throug the underlying framework (I assume it's some form of LISP), a way to communicate with/query a web service? Thanks for any information. Also, a related question, possibly answered somewhere else, but I am assuming I could write my…
- 3 replies
- 3.3k views
-
Home directory -> Opusmodus folder In the home directory you will find - Opusmodus folder. The Extensions folder is the folder where you can add your own source code files. The contents of the folder will load at the startup. Anything dropped into the Documents folder (pdf, images, audio, etc…) will display in the Utilities panel and will be ready for display in the Assistant panel. The same applies with the MIDI folder, here you can put all your collections of midi files which you then can access and play or convert to OMN notation in the workspace window. The Def-Libraries folder is for your midi sound sets (instruments) setups and for your libraries. The Scores…
-
- 0 replies
- 2k views
-
-
Hi, I downloaded Opusmodus a few days ago, and the trial expired after about 24 hours. Very promising! But I need to use it for a little longer before I'm ready to buy it. Isn't the trial supposed to be 30 days? In an effort to troubleshoot, I attempted to re-download it but now I get a page that says I don't have permission .. did something change? Thanks, -Daniel D
-
- 3 replies
- 2.5k views
-