
Posts posted by o_e
-
-
-
Hi,
Is it possible to change the offset from find-everyother somehow?
(find-everyother 2 '(1 2 3 4 5 6)) --> (1 3 5) like this: (find-everyother 2 '(1 2 3 4 5 6) :offset 1) --> (2 4 6)
thanks!
-
-
-
-
-
-
Sorry, but it does not work here 😞
I changed it in my own Unfold Set.lisp definition (which is a renamed copy of Unfold Set OM.lisp and where I can modify things to my needs)
Also I noticed that when I use the transposition function that I posted above, the unfold function puts a mf before the note that get transposed, is that on purpose?
And one last thing, when I evaluate (unfold.. ) for the first time it always gives me an error warning that my Unfold Set file does not exist, when I evaluate it again everything works fine..?
unfold, set: os methods: ((t1 2 2)) > Error: There is no method set named: os > While executing: %get-unfold-set, in process Listener-1(7). > Type cmd-. to abort, cmd-\ for a list of available restarts. > Type :? for other options.
-
-
-
-
Hi,
Why does the first example work and the second don't, what am I missing?
Thanks!
(setf eins '((q d4 e4 fs4 gs4) (q d4 e4 fs4 gs4) (q d4 e4 fs4 gs4))) (unfold 'om '((pause 2)) eins) => ((q d4 e4 fs4 gs4) (-w) (q d4 e4 fs4 gs4)) (unfold 'om '((pause 2 2)) eins) => ((q d4 e4 fs4 gs4) (q d4 mf e4 fs4 gs4) (q d4 e4 fs4 gs4))
-
-
-
Hi,
I want to make a suggestion for a feature. In Lilypond you have the ability to point on a certain note or other event in the pdf of the score and the same event gets highlighted in the code and vice versa. Would'nt such a function be great in OM? Currently it is a bit of a pain to find a certain point ..?
Thanks!
-
-
-
Sorry for being a pain in the neck, but I can't figure out why I get this errorwarning:
> Error: In sound set sq-vsl, program stacc, there is no controller named: cc1 > While executing: %def-sound-set-internal, in process Opusmodus Extension Initialization(5). > Type cmd-/ to continue, cmd-. to abort, cmd-\ for a list of available restarts. > If continued: Skip loading OM init file. > Type :? for other options. 1 >
My Soundset looks like this (see attachment):
-
-
-
I use normal dynamic signs in my score like p and f..
As you can see in the code gen-dynamic-controller immeadiately jumps to the value of 0..
Does that answer your question?
(setf ex '((h c3 p -h)(h d3 f -h)(h e3 mf -h))) (gen-dynamic-controller ex) -->((47 1/2) (0 1/2) (80 1/2) (0 1/2) (69 1/2) (0 1/2))
Edit:
Something like this would work 🙂
((47 1/2) (:asc 47 80 1/256 1/2) (80 1/2) (:desc 80 69 1/256 1/2) (69 1/2) (:desc 69 0 1/256 1/2)))
-
Hi,
I'am exploring gen-dynamic-controller, which jumps immeadiately to the value of zero, which is cutting off the sample ( Spitfire string quartet), see attachments. Is there a way to avoid this?
thanks!
-
-
Interested in continuing Zoom into OM on own expenses?
in Zoom into Opusmodus
Posted
Hi all,
I would like to continue with the 'Zoom into OM' sessions and would like to ask if there are other people who are also interested and are willing to pay for it? If we get minimum 6 participants together and everybody is paying 10€ per session we can ask Stéphane to continue.
To have a little planning certainty, I thought about that everybody is paying 50€ so we can have a serie of 5 sessions (and then make a new collection/appointment)..
And I think we can have sessions on topics that the participants are suggesting..
If that sounds convincing to you, please send me a PM with your name and emailadress and I will start to organise it..
Thanks and all the best!
ole