-
-
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.
Thanks -
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: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. -
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?
-
-
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
-
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!!
-
-
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!
-
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