hi everyone,
is the samples/pdtest supposed to output sound or only text: print: 3 noteon: 0 112 0
looking at test.pd i should hear an osc @ 400hz, but i do not. the python version is working (python echo.py) i can hear myself with a delay.
my goal is to use it in my application (C++ with a wxwidgets gui). should it be possible to embed libpd into a C++ application (windows, mac, linux)? if yes, i will not need to worry about audio driver (libpd will take care of choosing the right driver for the platform)?
pat
hi everyone,
i have managed to use libpd with pulseaudio & portaudio. 2 channels - record and playback with low-latency configuration (i get 15-20 ms with my built-in laptop's sound card). size of the library is 776k.