Support & Troubleshooting
Discuss anything related to Opusmodus that doesn't fit in another sub-forum here!
434 topics in this forum
-
-
Hi Maestro Is there new documentation for version 1.1 or do the older tutorials work fine? Many thanks for your endeavors 0n behalf of the international creative community; Opusmodus is everything It's touted to be and more...Best to you...rog
-
- 1 reply
- 1.6k views
-
-
This is my score everything evaluates until I get to the bottom and then I get a air a message about my use of right-hand and left-hand NOT BEING DEFINED (setf pitches (gen-repeat 10 '(gs4 as4 bs4 cs5 ds5))) (setf pitches2 (gen-repeat 10 '(c3 d3 e3 f3 g3 ))) (setf lengths (span pitches '(e))) (setf rest (length-rest-weight '(2 1 ) lengths :seed 19)) (setf rest2 (length-rest-weight '(3 1) lengths :seed 17)) (setf piano-righthand (make-omn :length rest :pitch pitches :velocity '(f))) (setf piano-lefthand (make-omn :length rest2 :pitch pitches2 :velocity '(f))) (setf timesigs (get-time-signature lengths)) (de…
-
- 1 reply
- 1.4k views
-
-
Hi, after updating to 1.1, all items in the different Utilities panes (System Library, Documents, Def-Libraries) are gone. Any way to get them back? I am on OS X 10.9.5 if that helps. Thanks
-
- 2 replies
- 1.6k views
-
-
Hi, I noticed this behavior using length-adjust: (length-adjust '3/4 '(-s = = =) :type 'r :position 's) => (-h -s nil nil nil) This works though: (length-adjust '3/4 '(s = = =) :type 'r :position 's) => (-1/2 1/16 1/16 1/16 1/16) and this: (length-adjust '3/4 '(-s s s s) :type 'r :position 's) => (-1/2 -1/16 1/16 1/16 1/16) Seems as if the -s in combination with = causes the problem. I'm still on OM 1.0, maybe this behaves differently in 1.1. All the best, Erik
-
- 1 reply
- 1.5k views
-
-
Hi, How can I find the sum of lengths in OMN including rests? Obviously the code below won't work, but it will give you an idea what I'm looking for: (setf anacrusis-ls '((-s = = = = = = =) (-3e = = = = =) (-5q. = = = = = = = = =))) (setf pick (rnd-pick anacrusis-ls)) (setf sum (find-sum pick)) All the best, Erik
-
- 2 replies
- 1.7k views
-
-
With optional b and step: (gen-integer -3 12 2) => (-3 -1 1 3 5 7 9 11) (gen-integer -3 12 '(1 2)) => ((-3 -2 -1 0 1 2 3 4 5 6 7 8 9 10 11 12) (-3 -1 1 3 5 7 9 11)) The second example is giving error: > Error: The value (1 2) is not of the expected type number.
-
- 3 replies
- 1.7k views
-
-
-
I am working with this idea: trying to create short fragments to combine into the omn for score and playback. (setq r1 (gen-loop 4 (rnd-order (rnd-pick '((e - = =) (e - 3ee = =) (5e = = = =) (7ee = = = = = =) (7eee = = = = = =) (7eeee = = = = = =))) :seed 35))) (setq r2 (gen-loop 4 (rnd-order (rnd-pick '((e - = =) (e - 3ee = =) (5e = = = =) (7ee = = = = = =) (7eee = = = = = =) (7eeee = = = = = =))) :seed 35))) (setq r3 (gen-loop 4 (rnd-order (r…
-
- 6 replies
- 2.3k views
-
-
Hello. I am a Music Composition student at UCSD and I would love to try this wonderful looking program. However, it seems that after downloading the Trial Version and installing it, the program itself won't load (I am using OS X Yosemite and I have already altered the security settings and gave permissions to run software). The Opusmodus logo just bounces but never loads until it is ultimately unresponsive. Any help/info would be much appreciated. Thanks!
- 27 replies
- 8.5k views
-
Hi, How do I actually access tonality-names? (integer-to-pitch acoustic-scale) throws the following error: > Error: Unbound variable: acoustic-scale > While executing: ccl::cheap-eval-in-environment, in process Listener-1(8). I'm on OS 10.9.5 (Mavericks), Opusmodus 1.0.15921All the best,Erik
-
- 2 replies
- 2.3k views
-
-
Greetings: I am working with this fragment and I am confused by the result. If, there is no :seed in any function then the code fragment compiles as expected - the output is different each time. If there is a :seed value in the setq function then the pitch order is always the same - even though the RND-ORDER function has :seed NIL. Is there a ways to gain independence with seeding of random functions in this example? Keeping rhythm constant but having new pitch output each time, for example. Many thanks for any help on this. *** (setq rhy3 (gen-loop 16 (rnd-pick '((-h -) (q - - ) (q -) (5qqq = - = -) (5qq = = = =) (5ss…
-
- 7 replies
- 2.4k views
-
-
Hi, The settings in Preferences>Audition doesn't seem to load properly when restarting Opusmodus. However, the settings of the popup-menues are saved since last session, and when opening the Audition window the settings will reload. I'm on OS 10.9.5 (Mavericks), Opusmodus 1.0.15921 All the best, Erik
-
- 2 replies
- 1.9k views
-
-
Hi,Is there a way that I can randomize the size argument of GEN-INTERLEAVE in the following code?That is, not just initially but continuously, so you get a variable interleave size. All the best,Erik(ambitus '(g3 g5) (gen-interleave 5 (integer-to-pitch (gen-accumulate '(2 7) :start -5 :count 16))) :type :invert)
- 7 replies
- 2.5k views
-
Here is the score Very often when rnd repeat of Rhyt is too high i gat this error message when i want to export last score to midi ,maybe a mistake on my part which i do no pinpoint Thanks Patrick (setf pitch (rnd-repeat '(60) '(c5 d5 e5 f5 e5 bb5 g5 a5 b5 c6))) (setf color (tonality-map '(heptonia-seconda :root c3 :remove 1) (rnd-repeat '(60) '(c5 d5 e5 f5 e5 bb5 g5 a5 b5 c6)))) (setf rhyt (rnd-repeat '(1000) '(s -s -e e))) (setf rhyt2 (rnd-repeat '(50) '(h q))) (setf main-span (get-span rhyt)) (setf rhyt2-span (length-span main-span rhyt2)) (setf piano-righthand (make-omn :length rhyt :pitch color …
-
- 2 replies
- 1.8k views
-
-
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
- 2.5k views
-
-
Hi, is it possible to synchronise the folder/document structure between the Opusmodus Navigator and the OS Finder ? Achim
-
- 0 replies
- 1.6k views
-
-
Hi, is there a shortcut for indentation of complete lisp code blocks in Opusmodus ? Achim
-
- 2 replies
- 2k 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
- 1.8k views
-
-
Hi, is it possible to evaluate help files when opened in the assistant window ? Achim
-
- 1 reply
- 1.8k 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
- 1.7k 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.2k 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.2k 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.3k 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
- 1.7k views
-