Jump to content

vpolajnar

Members
  • Posts

    41
  • Joined

  • Last visited

Posts posted by vpolajnar

  1. 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

  2. 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:

     image.png.36534cce8b6716011dbd8fbb1a7698ac.png

     

    But notes apreggiates:

    image.png.07fc36b3fb752da63228d10df02de534.png

     

     

    Or from '(1/16 1/16 1/12 1/16 1/12 1/16:

    image.png.a7db4a78c7e2be7c755d921495ea4cd4.png

    Arpeggio:

    image.thumb.png.8c1a667af0ee9c2e1d1dbde46036a9a2.png

     

     

    Best,

     

    Vili

     

     

  3. 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.

     

  4. 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:

     

    image.png.ac6d0e4d1805514e793d8d62244eb497.png

    From (gen-arpeggio event :rhy '(1/8 1/12))  I am receiving:

     

    image.png.57cf44f7ffef00d396120d6739895a56.png

     

    I hope I don't take you too much time, you helped me already a lot!

     

     

     

  5. Dear Opusmodus masters!

     

    I Have a chord:

    image.thumb.png.158dc0c4a4fc4f735164de7ae60ff7ee.png

     

    And I was wondering if i could arpeggiate this chord depending on subdivisions?

    For example (e s 3q):

    image.thumb.png.d0d9720ed6a3c1ee416e50c4ccfd4c21.png

    Or  for example (e s 3q 5q):

    image.thumb.png.5a21e05b108d7aeca125a1e3d6238626.png

     

    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 

     

     

  6. ;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?

  7. 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