- 
		pp2007.pt posted in technical issues • read moreWhen I open the Pd 0.43.4-extended, in my Mac OS X 10.4.11/Intel, appear these two messages: Gem: can't load library 
 pdp: can't load libraryHow can I fix that? Greetings, 
- 
		pp2007.pt posted in technical issues • read moreRFFT analysis: SR = 44100-Hz 
 BS = 8 samples
 Input signal = 5512.5-HzFormula for calculating the amplitudes: sqrt (re^2 + im^2) The manual calculation of the second, third and fourth pair of samples shows different values. Someone can explain why? Please see the attached pach. 
- 
		pp2007.pt posted in technical issues • read moreHi, 
 Could you confirm if my Pure Data implementation of this mathematical function (see below) is correct? Please check out. See the attachment also.Best, L (t, c) = Lmin + [Lmax – Lmin] * [ 1 – cosϕ (t, c)] / 2 ϕ (t, c) = 2π [(c-1) * tmax + t-1] / [tmax * cmax] Legend: t = any integer from 1 to 12 
 c = any integer from 1 to 10
 tmax = 12
 cmax = 10
 Lmin = 22
 Lmax = 56
 2π = 6.28319Pure Data: 
 c t
 | |
 ϕ = [expr 6.28319 * ($f1 – 1) * (12 + $f2 -1) / (12 * 10)]
 |
 |
 |
 L = [expr 22 + 56 -22 * (1 – cos ($f1)) / 2]
- 
		pp2007.pt posted in technical issues • read moreHi, I want to send audio or synthesized sound from one computer to another one via wifi network. Which is object can I use to do that? In another words, I am looking for an object similar to [sendOSC] but for audio. Best regards, 
- 
		pp2007.pt posted in technical issues • read moreHi, Which JackPilot version do I have to use with Pd-0.40.3-extended-macosx104-i386.dmg? Best regards, 
- 
		pp2007.pt posted in technical issues • read moreHi, 
 How can I convert a html file:#N canvas 0 0 450 300 10; 
 #X obj 89 73 inlet;
 #X obj 161 173 float;
 #X obj 134 199 +;
 #X msg 89 139 0;
 #X obj 134 140 t f b;
 #X obj 134 242 outlet;
 #X text 24 169 bang to reset 0;
 #X obj 89 107 route bang;
 #X connect 0 0 7 0;
 #X connect 1 0 2 1;
 #X connect 2 0 1 1;
 #X connect 2 0 5 0;
 #X connect 3 0 1 0;
 #X connect 4 0 2 0;
 #X connect 4 1 1 0;
 #X connect 7 0 3 0;
 #X connect 7 1 4 0;to a pd patch? Greetings, 
 pp2007.pt
- 
		pp2007.pt posted in technical issues • read moreI bought an external audio card M-AUDIO Fast Track Pro to work with a Macbook 2.0 GHz Intel Core 2 Duo and with Pd extended 0.39. When I plug a guitar and a microphone using adc~ Pd object I noticed a significant signal latency. Even using JackPilot and after reduce the delay to 10ms in portaudio, the latency maintains. Is M-audio not good enough to play real time audio or working with Pd? How can I resolve the latency problem? What are the best external audio cards to play in real time with this set up? 
 Greeting,
 Pp2007.pt
