-
-
moubb86
hello!
i am doing osc communication from processing to pd and it looks like the patch works when audio is disabled. when audio is enabled, it says 'audio I/O error' on pd window.
Also when i look at debug, it says something like this:Connection from 'pd' to 'pd-gui' on 127.0.0.1:55192
[import] $Revision: 1.2 $
[path] $Revision: 1.2 $
Cannot read plugins folder: '/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/fonts'
Cannot read plugins folder: '/Users/jeewonkim/Library/Pd'
Cannot read plugins folder: '/Library/Pd'
Loading plugin: /Applications/Pd-extended.app/Contents/Resources/extra/search-plugin/search-plugin.tcl
Loading translations for search-plugin.tcl
.....Is it because the plugins setting is done in a wrong way?
Please help.
Thank you!
-
-
moubb86
oh, i see. the problem is with the audio. if i disable dsp, it works.
(the pd patch is just [import mrpeach] [udpreceive portnumber]-[unpackOSC]-[routeOSC ...]-number)Could you tell me how i can match the pd media setting with the computer soundcard?
I am using mac os x yosemite (10.10.5).If i fix this, i think it will work.
Thank you!!!!
-
moubb86
Thank you for your reply. But it still has same problem.
I noticed that as I put the port number, on the pd window, it suddenly says audio i/o error and 'expr, expr~, fexpr~ version 0.4 under GNU General Public License'. -
moubb86
i am trying osc communication from processing to pd-extended.
using import mrpeach object and udpreceive_portnumber. as soon as I insert the port number and start the osc communication, pd freezes and does not respond. is there any way that i can solve this problem?
Thank you tons!