Jump to content

vpolajnar

Members
  • Posts

    41
  • Joined

  • Last visited

Everything posted by vpolajnar

  1. Rightt!! Thank you so much, it makes sense! best regards, Vili
  2. Hi ! Is there any possibility that I would get live midi notes from Max MSP, which I could use as live performance with Live Coding? Anybody did something similar? Best wishes, Vili
  3. Hi! I have completely basic question for live coding. If i understand correctly, whole code for live code should be wrapped in (progn), and after any change i make I have to evaluate this block? There is no way that Opusmodus would play changed version after loop? best regards, VIli
  4. Oh yes thats fine now and works really great! But whether I have different rhythms I don't quite get the same effect. I'd like to get somehow polyrhytmical effect. So Id just enter (1/8 1/12) and get sth like this: But notes apreggiates: Or from '(1/16 1/16 1/12 1/16 1/12 1/16: Arpeggio: Best, Vili
  5. That's now really working good!! Many thanks.. I just now I have problems with different rhys. I can't get more than 2 voices from that: (gen-arpeggio* event :rhy '(1/8) :offset nil) Sorry again.
  6. I am really sorry to bother you again, I am just wondering If is in any way possible that I would get more this effect: From (gen-arpeggio event :rhy '(1/8 1/12)) I am receiving: I hope I don't take you too much time, you helped me already a lot!
  7. You are just awesome, thank you so so so much!!! You helped me so much.
  8. Dear André, the function works perfectly. could you maybe try to help me how to do this? Best, Vili
  9. Hi! I have rhythm (e s s -5q 5q 5q 5q 5q), which I would like to make legato: Instead of tie: While using (length-legato) function Opusmodus creates some complicated subdivisions: does anybody knows, how to avoid this? Best, Vili
  10. Yess, so pity we have to evaluate each line separately in so powerful software.
  11. Dear Opusmodus masters! I Have a chord: And I was wondering if i could arpeggiate this chord depending on subdivisions? For example (e s 3q): Or for example (e s 3q 5q): I don't know if Opusmodus is build for this kind of stuff, but i always have to calculate if 2nd note of quintuplet comes before or earlier of 2nd note of triplet. For any response I'd be very thankful! Best wishes, Vili
  12. Hey! Any news on Silicon processor? Those crasher are little bit annoying.
  13. ;Compiler warnings for "~/Opusmodus/Opusmodus/Extensions/gen-hoquetus.4.opmo" : ; In time-splitterd-melody: Undeclared free variable lengths (2 references) ;Compiler warnings for "~Opusmodus/Opusmodus/Extensions/gen-hoquetus.4.opmo" : ; In an anonymous lambda form at position 2717: Undeclared free variable lengths ;Compiler warnings for "~/Opusmodus/Opusmodus/Extensions/gen-hoquetus.4.opmo" : ; In an anonymous lambda form at position 2878: Undeclared free variable pos-durations > Error: Undefined function gen-hoquetus.4 called with arguments (trp :pitch (c5 c5 c5 c5 c5 c5 d5 d5 d5 e5 e5 e5 e5 e5 e5 e5 c5 c5 c5 c5 ...) :length (1/32 1/32 -1/8 3/32 1/32 1/8 1/16 1/8 -3/32 3/32 -1/16 1/8 -1/32 1/32 -1/16 1/32 1/32 1/16 3/32 1/32 ...) :instrument-list (((pno ponte ppp)) (#1=(vn tasto mf) #2=(pno ord ff) #3=(vc tasto mf) #4=(trp ord pp)) (#5=(vn pizz f) #6=(va ponte f)) (#1# #2# #3# #4#) (#9=(pno pizz fff)) (#5# #6#) (#10=(pno tasto ff)) (#7=(trp mute pp) #8=(vn ponte mf)) (#5# #6#) (#5# #6#) (#11=(vn pizz p)) (#7# #8#) (#9#) (#5# #6#) (#9#) (#10#) (#10#) (#7# #8#) (#1# #2# #3# #4#) (#11#) ...)) . > While executing: ccl::cheap-eval-in-environment, in process Opusmodus Extension Initialization(5). > Type cmd-/ to continue, cmd-. to abort, cmd-\ for a list of available restarts. > If continued: Retry applying gen-hoquetus.4 to (trp :pitch (c5 c5 c5 c5 c5 c5 d5 d5 d5 e5 e5 e5 e5 e5 e5 e5 c5 c5 c5 c5 ...) :length (1/32 1/32 -1/8 3/32 1/32 1/8 1/16 1/8 -3/32 3/32 -1/16 1/8 -1/32 1/32 -1/16 1/32 1/32 1/16 3/32 1/32 ...) :instrument-list (((pno ponte ppp)) (#1=(vn tasto mf) #2=(pno ord ff) #3=(vc tasto mf) #4=(trp ord pp)) (#5=(vn pizz f) #6=(va ponte f)) (#1# #2# #3# #4#) (#9=(pno pizz fff)) (#5# #6#) (#10=(pno tasto ff)) (#7=(trp mute pp) #8=(vn ponte mf)) (#5# #6#) (#5# #6#) (#11=(vn pizz p)) (#7# #8#) (#9#) (#5# #6#) (#9#) (#10#) (#10#) (#7# #8#) (#1# #2# #3# #4#) (#11#) ...)). > Type :? for other options. Hey while adding gen-hoquetus.4.opmo under extensions this mistake appears. Does anyone knows why?
  14. Dear Opusmodus masters! I am new to Opusmodus and I find it very satisfying exploring it. However I have a question if is possible to randomly spread my melody into 3 voices. For exmaple '(q c4 d4 e4 f4) would somehow magically transform into (setf voice1 '(q c4)) (setf voice1 '(q e4)) (setf voice1 '(q d4 f4)) I hope I explained clearly. All the best!
×
×
  • Create New...

Important Information

Terms of Use Privacy Policy