
marqrdt
Members-
Content Count
17 -
Joined
-
Last visited
About marqrdt
-
Rank
Junior Member
Contact Methods
- Website URL
Profile Information
-
Gender
Female
Recent Profile Visitors
2,486 profile views
-
marqrdt reacted to a post in a topic: Variations on Variations (2019)
-
I'm still running 1.3. I never upgraded to 1.4 or 2.0 since I was running 10.15 and could not downgrade. Is there upgrade pricing from 1.3 to 2.0 (on 10.5)? A lot of stuff was added in 1.4 and 2.0 and I'm excited to use it. Thanks!, Paul
-
I see OpusModus 2.0 is scheduled for release soon-- I look forward to some of the new features. I've been running Catalina for several months. I used to have two Macs, where I could have them at different versions, but no I have only one with 10.15 Catalina. It's been several months since I've been able to use OpusModus. I'd like to know: 1. Will there be a pre-2.0 version that will be released with compatibility with OS Catalina 10.15? 2. If so, will it be a free or paid upgrade? 3. Will 2.0 be compatible with OS Catalina 10.15 when it comes out? Thanks in a
-
Hi, So I found what seems to be my license key. It's a string of 68 numbers and capital letters. When I paste it in the verification field to buy the upgrade, it returns "License Key can't be found in our database". Is there an alternate method to upgrade?
-
Hi, I have OpusModus 1.2.23428 and am considering the upgrade to 1.3. It asks for a license key, but I can find it in the application itself (Help, About, Register, etc) or in other common places, such as $HOME/Library/Application Support, etc. What's the best way for me to get my license? Thanks! Paul M. Hot diggity dawg-- found the license email from 2015! It's safely stored away now In case I didn't, is there a recovery process?
-
marqrdt reacted to a post in a topic: How to extend the system with your own functions
-
I find the permute function very useful, but I've some across the need to work with a very large number of permutations (all possible 12-note rows, but other situations as well). I think it would be great to have a companion function, something like nth-permutation, that returns the nth permutation of a list, as we know there will be (setq num-perms (factorial (length my-list))) permutations, and they can be traversed in a simple (loop from i upto num-perms (do-stuff (nth-permutation i))). For numbers beyond 10, the list is too large to store in memory. The Wikipedia article on permutations ha
-
marqrdt reacted to a post in a topic: The Planet
-
Is there a function or some parameter I can set to avoid note collisions in chords? For a very simple example, to re-notate the chord (c4 cs4 e) as C, D flat, E. If not, another question-- maybe a way to set all D sharps to be notated as E flat, etc. Thanks! Paul M.
-
wow-- thanks for both ideas.
-
marqrdt reacted to a post in a topic: Selection from lists of varying lengths
-
marqrdt reacted to a post in a topic: Selection from lists of varying lengths
-
Hi, Is there an OpusModus function (I'll bet there is) that can create lists (chords, etc) created from items selected from lists of varying lengths? Something like this: Source lists (3 lists): ( '(c4 d4 e4) '(f4 g4 a4 b4) '(cs4 ds4 fs4 gs4 as4) ) Output, successive items from each list: (list '(c4 f4 cs4) '(d4 g4 ds4) '(e4 a4 fs4) '(c4 b4 gs4) '(d4 f4 as4) '(e4 g4 cs4) ...) I'm having a great time learning LISP and OM (I come from Python/Java background mostly). I looked through the gen- functions, but nothing seemed to match. I was going to try to write a LISP function,
-
Yes-- I was able to run the latest version of Jack and version 1.0.15697 of Opusmodus. Thanks! Paul
-
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),
-
Trial Version won't Load Properly
marqrdt replied to austinkool94's topic in Support & Troubleshooting
Hi, Thanks to Janusz for his direction in fixing the problem. All I needed to do was uninstall the Jack Audio Connection Kit (need to use the Uninstall.command, as it removes the components in /Library/Audio). ALso, a reboot is needed. This worked for me and hopefully will work for anyone else having the problem. Thanks! Paul -
Trial Version won't Load Properly
marqrdt replied to austinkool94's topic in Support & Troubleshooting
Pardon if this is a repost, as my original post seems to have disappeared. I was able to download and install the latest Trial version on my MacBook Pro. I ran dx86cl64 from a command prompt. I ws able to get a console hitting Ctlr-C and post a backtrace: vajra:MacOS marqrdt$ ./dx86cl64 ; Warning: Interface file #P"/Applications/Opusmodus.app/Contents/Resources/ccl/darwin-x86-headers64/audiotoolbox/records.cdb" does not exist, and the containing directory does not exist. ; This may mean that that the "ccl:" logical-pathname host has not been properly initialized. ; While executin -
Trial Version won't Load Properly
marqrdt replied to austinkool94's topic in Support & Troubleshooting
I ran dx86cl64 from the command-line following a fresh install of Opusmodus. After hitting Ctlr-C, I was able to get some sort of backtrace: prm-mbpro:MacOS marqrdt$ ./dx86cl64 ; Warning: Interface file #P"/Applications/Opusmodus.app/Contents/Resources/ccl/darwin-x86-headers64/audiotoolbox/records.cdb" does not exist, and the containing directory does not exist. ; This may mean that that the "ccl:" logical-pathname host has not been properly initialized. ; While executing: CCL::CDB-OPEN, in process Initial(0). ; Warning: Interface file #P"/Users/opusmodus/ccl/om-src/trunk/cdb/da -
Trial Version won't Load Properly
marqrdt replied to austinkool94's topic in Support & Troubleshooting
If this is of any help, I tried replacing the dx86cl64 in Opusmodus with the one installed by the Clozure CL app downloaded for the Apple Store. Clozure CL runs if I run it as an application, and I can evauate expressions. But if I copy it into the OpusModus application in Contents/MacOS (I backed up the existing one), I get the same problem-- the app hangs when opening. I also tried: 1. setthing the permissions to 777 in Opusmodus.app 2. Disk Utility -> System Disk -> Repair -> Repair Disk Permissions -
Trial Version won't Load Properly
marqrdt replied to austinkool94's topic in Support & Troubleshooting
Hi, I'm having exactly the same problem running the Trial version on a MacBook Pro early 2008 and Mac Pro 2008. I ran the dx86cl64 executable through dtruss. I also have system_profiler output but prefer not to attach it here, since it contains extensive info on my system. I could email it separately if needed. The last 2 lines of the output are me hitting Ctrl-C in the dx86cl64 terminal process: 11040/0x1d0f38: sigreturn(0x7FFF5FBFEFB0, 0x1E, 0x264000) = 0 Err#-2 11040/0x1d0f38: sigreturn(0x7FFF5FBFEFB0, 0x1E, 0x264000) = 0 Err#-2 Update: The output is too long for the post.