dear all
is there a possibility to change the PAN in every EVENT?
1)
like '((q c4 mp pan-30) (e c3 pp pan100))
would be interesting for LIVE-CODING
is there something predifined? like it will come up with microtonality/tuning
2)
and why does it work with simple-midi-sound (a list in :pan) and not with a player like conTimbre (there is something i don't understand with midi/players/etc)?
thanx for a hint
andré
an example:
(setf omn '((5q c4 5q 5q 5q 5q 5q 5q 5q)
(-q)
(e e e e e)
(-q)
(7q 7q)
(3q 3q)
(-q)
(5q 5q 5q)
(7q 7q)
(3q 3q 3q 3q)
(e e)
(-q)
(3q 3q 3q 3q 3q)
(e e e e e)))
;;;
(def-score signature
(:title "signature"
:key-signature 'atonal
:time-signature '(4 4)
:tempo 60)
(instr
;:port 0
:omn (omn-replace :velocity (pick-norepeat 100 '(pppp ppppp ppp ppp pp p)) (length-diminution 4 (gen-repeat 10 omn)))
:tuning (gen-white-noise 100 :scale 0.1)
:pan '(1 1 1 1 1 1 1 1 10 30 1 1 1 100 100 80 77 15 100 100 100)
:channel 1
:sound 'gm-trumpet))