one more day (2), durations, pseq, startup
This commit is contained in:
@@ -45,3 +45,27 @@ wtf am I to do.
|
||||
** maybe let's try to do stuff inside of org file?
|
||||
** how do I clear things, it seems that cl-patterns seems to send things to server?
|
||||
** should I try a different backend?
|
||||
** so, when SC returned lots of errors on pb what helped - starting syn wave from "setting-up" file
|
||||
;;; https://defaultxr.github.io/cl-collider-tutorial/03-make-a-sound.html
|
||||
(setf *s* (make-external-server "localhost" :port 4444))
|
||||
(server-boot *s*) ; already in use
|
||||
|
||||
|
||||
;;; https://defaultxr.github.io/cl-collider-tutorial/03-make-a-sound.html
|
||||
(proxy :foo (sin-osc.ar 440 0 0.2)) ; no error, but hear no sound
|
||||
;; opened QjackCtl, connected Graph SuperCollider to Air by Aftershokz left
|
||||
(proxy :foo (sin-osc.ar 300 0 0.2))
|
||||
(proxy :foo (saw.ar 300 0.2))
|
||||
|
||||
** how do I make sounds better?
|
||||
do I go to cl-collider package for explanation of synths and such?
|
||||
** to stopp things that run amok:
|
||||
(cl-patterns:stop t)
|
||||
** ugh. why doesn't it produce sounds?
|
||||
** ok, what did I learn today?
|
||||
- some interaction with pseq
|
||||
having scales, root / ocave
|
||||
- intersecting with durations, also seq and not totally alighning
|
||||
- some combined sounds, which don't sound nice
|
||||
- maybe reliant startup procedure
|
||||
- and attempting to run chords hangs it all
|
||||
|
||||
Reference in New Issue
Block a user