Jump to content

Recommended Posts

is there a possibilty to ONLY show INSIDE the LISTENER what i like to: some (print ....)-stuff

...and not all the "function-calls" like 

 

.....

ratio-to-msec
rnd-pick :seed 990096
rnd1 :seed 858709
compress
rnd1 :seed 223329
compress
list-to-string
ratio-to-msec
ratio-to-msec
ratio-to-msec
prob :seed 115209
prob :seed 40751
stop-score-player
score-player
....

 

thanx for a hint

andré

Link to comment
Share on other sites

Actually, it is possible to leave out those logging messages. Execute the following. (Unfortunately, this does not work when defined in an ~/Opusmodus/Extensions/*.lisp file. My guess is that it is overwritten by the system afterwards. However, you can execute it after the  startup, e.g., by hand, and it cleans up your listener.)

 

(defparameter *do-verbose* nil
  "Enable or disable traces printed by do-verbose.")

 

For details see

Best,

Torsten

Link to comment
Share on other sites

the LOOP-cycles produces data-sequences with lengths about 5 to 20 sec 

for this... stop and wait via SLEEP is oaky....

 

inside the loop: i send the datas (the sequences) to screens (generative score + conducting for the musicians / polytempo) and MAXMSP (sound/modsynth) ... this is via OSC for accuracy/coordination

 

so it works fine like that... but: LISP is not exactly suitable for REALTIME processing 😄 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

Terms of Use Privacy Policy