-
ignacioviano
Does anybody knows how to limit PD's CPU usage under OS X 10.5.4? I want PD to process in "non real time mode" without overloading the CPU.
ThanksIgnacio
-
ignacioviano
Hello. I'm sending an enormous quantity of note messages through a virtual MIDI port out to some virtual orchestras. All messages are synchronized with a PD metronome that may vary. I want all this into an "as "good" as possible written score". Even this idea may not work at all. Of course, I could do it all manually by recording the raw MIDI messages, printing and transcribing them into score, but it should be easier. Any ideas?
[same post in pd-list]
-
ignacioviano
I need to do some heavy audio generation and processing but my computer is not powerful enough to do it in real-time. In fact, I just want to record it; I don't need it to be processed in real-time. So, is there any way of doin this? Is there any way of using Pure Data in a non real-time mode?
-
ignacioviano
try this...
[number]
|
|
[add2 $1( or [add $1(
|
| [write C:/myfile.txt(
| /
| /
| /
|/
[textfile]
|
|
[print list] -