• leech

    thank you for the reply and for the document ;)

    posted in technical issues read more
  • leech

    Hey guys, I just tried to record a simple osc~ 80 Hz in a wav file.
    When I open the file in sonic visualiser to get the spectrogram I wasn't expecting it to be like this but to clearly show a red line at 80Hz and nothing else..? What am I missing? Spectrogram attached.
    Thanks80hz.png

    posted in technical issues read more
  • leech

    Hi, I have the folder which contains my patch on OneDrive (on win10 x64).
    Although I've checked "Always keep on this device" on the whole folder, every time I try to open the patch with a double click I get this error: pderr.png

    However I can correctly open the patches from the pd menu File-> Open

    I was wondering if you are having the same issue and is there's any fix

    Thanks!
    L.

    posted in technical issues read more
  • leech

    Hi, there I followed the tutorial in the link you posted, I can see the status is "active (running)" but I can't hear anything from the output and also I set up a log file -as in the tutorial - to write on but it's not writing anything (the files is not even there)

    Here's a couple of screenshots.

    Any idea?

    screen1.png

    screen2.png

    posted in I/O hardware diyread more
  • leech

    ok thanks!

    posted in technical issues read more
  • leech

    Hi, I just found the (silly) error. I'll post the code as I didn't see it in the examples and might be useful to somebody else. Using pyOsc you append values to the message. This means that they keep accumulating in the list you are sending unless you delete them with clearData()

        oscmsg1.append(int(val1))
        c.send(oscmsg1)
        oscmsg1.clearData()
    

    On 0.46.2 if I try Jack audio it returns this error:

    JACKerror: Cannot connect to server socket err = No such file or directory
    JACKerror: Cannot connect to server request channel
    

    do you know any way to have it working?

    Thanks

    posted in technical issues read more
  • leech

    Hi= again, I'm sending OSC messages via python script. After working for a few seconds pd returns this error:

    oscparse: OSC message ended prematurely
    

    I am sending 2 integer values in range 50 -800 to /addr1 and /addr2 but this shouldn't be the issue as it's working for a while at the beginning. I'm sending them quite fast (from a

    while True:
    

    , maybe it's an issue related to this?

    Any idea?

    thanks!!

    posted in technical issues read more
  • leech

    Thanks! all working now :)

    posted in technical issues read more
  • leech

    hi..ok I think I undertsand a bit..I made few boxes to send but I get the error: "unpack:type mismatch". also, I was wondering about the leading slashes. Do I need them anywhere? thanks!

    test.png

    posted in technical issues read more
  • leech

    ok, I was hoping for this to be straight away but it's not so I'll get rid of mrpeach and use oscformat within 0.46.2 (there are still issues with noise when DSP in turned on and the only working audio setting is ALSA, the other are crashing or terrible)
    However I saw in the help there's only an example about sending osc messages. Can you help me translating this patch in the image with the new objects please? thanks

    Untitled.png

    posted in technical issues read more
  • leech

    Hi,

    thanks for the info. I installed the arm version but I can't run it (the executable in /bin doesn't do nothing). How should I run it from the terminal? Writing pd or puredata doesn't do nothing (while instead it was working with the 0.46 version). I am on Raspberry 3. However the audio issue was only within pd. turning on DSP would produce noise in output. audio from other sources is good.

    posted in technical issues read more
  • leech

    ok. I managed to install pd-extended (although it looks like there's no GEM in it). it's working fine except that when I turn on DSP there's a really bad noise in the background. When playing sounds within pure data is fine, you can't hear it but I was wondering if it's a matter of settings (using ALSA right now) and if you have any suggestion..?

    thanks!

    posted in technical issues read more
  • leech

    the ARM tar will throw an error when uncompressing. I tried to follow the instruction for vanilla 0.47:

    "On linux, for example, cdto src and type "make -f makefile.gnu". You can then run directly out of the
    pd/bin directory without even having to do the "install" step."

    how do I run it? the executable in /bin doesn't do nothing and typing puredata in the terminal will result in a' command not found'.

    I tried to follow these (http://puredata.info/docs/faq/debian) steps to get the pd-extended but when I get to the "sudo apt-get install pd-extended" I get something like "pd-extended doesn't exists"

    If you could just link me where to download the mrpeach library and how to put it in vanilla 0.46.2 that is more than enough.

    thanks

    posted in technical issues read more
  • leech

    Hi thanks!
    in my help menu I don't have find-->externals in my help. it looks like I have vanilla 46.2 how do I update to the latest version? thanks!

    posted in technical issues read more
  • leech

    Hi, I've been using successfulyl mrpeach osc implementation for few years now and I wanted to do the same on my raspberry but there is no mrpeach objects! On my windows pc I'm using pd-extended. I am completely noob to linux system and even if I managed to install pd on the raspberry (vanilla I think) I'm not able to understand how to install mrpeach and osc externals via terminal. I know it probably is a very silly question but could you tell me which folder to go and what to download?

    thanks :)

    posted in technical issues read more
  • leech

    Hi, I'm trying to do some tracking with pix_blob (and a simple webcam) and seems to work ok but not really precise. I want to use the pix_multiblob for realize something like this:

    http://www.ubikteatro.com/UBIKteatro/oscilla_videos.html
    (here he's using a kinect)

    but the problem is that the blobs keep changing. If I use the pix_movement whenever there's no movement the blob "disappear", if I use the background subtraction is not really precise so the camera keeps finding different blobs. I need to find, let's say 5 blobs, and then to keep them. As in the link you can see, whenever an object/person is captured, the blob for that object/person does not change. Otherwise the installation can't work properly.

    The multiblob patch I'm using is the MT_BLOBTRACKER_GEM that you can find at this link:

    http://www.puredata.it/index.php?option=com_docman&Itemid=41

    Do you know if there are other libraries that allows to identify an object, and keep one specific blob to follow that particular object?

    thank you :)

    posted in pixel# read more
  • leech

    Hi I'm running pd-gem on win7 32 bit, I was doing some webcam tracking and everything was fine but then I just left the pc with pd open for a few minutes and now the camera turns on but I do not receive any "life sign" into pd. no values in pix_blob outlets and the gem window is all white. any idea?
    thank you :(

    L.

    posted in pixel# read more
  • leech

    Hi everyone, I downloaded CCV and I'd like to send its infos to pure data. I guess the only way is using OSC. Has anyone already done this to explain me how to do it?
    Thanks

    L.

    posted in technical issues read more
  • leech

    Hello everyone, i'm experiencing an issue with Pduino. I changed the firmata directory in arduino (I deleted the original one and I added Pduino firmata) but if I run (in arduino sw) a sketch from firmata lib, it gives me many errors:

    In file included from StandardFirmata.pde:19:  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Firmata.h:80: error: typedef 'callbackFunction' is initialized (use \_\_typeof\_\_ instead)  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Firmata.h:80: error: 'byte' was not declared in this scope  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Firmata.h:80: error: expected primary-expression before 'int'  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Firmata.h:83: error: typedef 'sysexCallbackFunction' is initialized (use \_\_typeof\_\_ instead)  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Firmata.h:83: error: 'byte' was not declared in this scope  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Firmata.h:83: error: 'byte' was not declared in this scope  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Firmata.h:83: error: 'byte' was not declared in this scope  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Firmata.h:83: error: 'argv' was not declared in this scope  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Firmata.h:100: error: 'byte' has not been declared  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Firmata.h:100: error: 'byte' has not been declared  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Firmata.h:105: error: 'byte' has not been declared  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Firmata.h:106: error: 'byte' has not been declared  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Firmata.h:107: error: 'byte' has not been declared  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Firmata.h:109: error: 'byte' has not been declared  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Firmata.h:110: error: 'byte' has not been declared  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Firmata.h:110: error: 'byte' has not been declared  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Firmata.h:110: error: 'byte' has not been declared  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Firmata.h:112: error: 'byte' has not been declared  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Firmata.h:112: error: 'callbackFunction' has not been declared  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Firmata.h:113: error: 'byte' has not been declared  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Firmata.h:114: error: 'byte' has not been declared  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Firmata.h:115: error: 'byte' has not been declared  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Firmata.h:115: error: 'sysexCallbackFunction' has not been declared  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Firmata.h:115: error: 'void FirmataClass::attach(int, int)' cannot be overloaded  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Firmata.h:112: error: with 'void FirmataClass::attach(int, int)'  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Firmata.h:116: error: 'byte' has not been declared  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Firmata.h:120: error: 'byte' does not name a type  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Firmata.h:121: error: ISO C++ forbids declaration of 'byte' with no type  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Firmata.h:121: error: expected ';' before '\*' token  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Firmata.h:123: error: 'byte' does not name a type  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Firmata.h:124: error: 'byte' does not name a type  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Firmata.h:125: error: 'byte' does not name a type  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Firmata.h:126: error: 'byte' does not name a type  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Firmata.h:128: error: 'boolean' does not name a type  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Firmata.h:131: error: 'callbackFunction' does not name a type  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Firmata.h:132: error: 'callbackFunction' does not name a type  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Firmata.h:133: error: 'callbackFunction' does not name a type  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Firmata.h:134: error: 'callbackFunction' does not name a type  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Firmata.h:135: error: 'callbackFunction' does not name a type  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Firmata.h:138: error: 'sysexCallbackFunction' does not name a type  
    In file included from C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Firmata.h:159,  
    from StandardFirmata.pde:19:  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Boards.h:269: error: 'readPort' declared as an 'inline' variable  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Boards.h:269: error: 'byte' was not declared in this scope  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Boards.h:269: error: 'byte' was not declared in this scope  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Boards.h:269: error: initializer expression list treated as compound expression  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Boards.h:270: error: 'readPort' declared as an 'inline' variable  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Boards.h:270: error: redefinition of 'unsigned char readPort'  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Boards.h:269: error: 'unsigned char readPort' previously defined here  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Boards.h:270: error: 'byte' was not declared in this scope  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Boards.h:270: error: 'byte' was not declared in this scope  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Boards.h:295: error: 'writePort' declared as an 'inline' variable  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Boards.h:295: error: 'byte' was not declared in this scope  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Boards.h:295: error: 'byte' was not declared in this scope  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Boards.h:295: error: 'byte' was not declared in this scope  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Boards.h:295: error: initializer expression list treated as compound expression  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Boards.h:296: error: 'writePort' declared as an 'inline' variable  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Boards.h:296: error: redefinition of 'unsigned char writePort'  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Boards.h:295: error: 'unsigned char writePort' previously defined here  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Boards.h:296: error: 'byte' was not declared in this scope  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Boards.h:296: error: 'byte' was not declared in this scope  
    C:\\Users\\francesco\\Desktop\\arduino-1.0.4-windows\\arduino-1.0.4\\libraries\\Firmata/Boards.h:296: error: 'byte' was not declared in this scope  
    

    of course arduino is not working with Pure Data. anyone with same troubles?

    thanks ;)

    posted in I/O hardware diyread more
  • leech

    Hi everyone, I'm new to this forum and new to PD and GEM. I'm following tutorials on youtube like this one


    The issue is that whenever i upload and start a video, the video works REALLY slow, the cpu loadbang shows very high values and all the pc seems over-running and slowed down (like if it's close to a crash actually).
    I'd like to know if there's a way to solve this out, maybe kinda buffer size to adjust or something else.

    Thanks for ur help :)

    L.

    posted in pixel# read more
Internal error.

Oops! Looks like something went wrong!