-
-
n6
Is there a way to easily determine the length of a message or how many elements it contains?
first message contains 6 float elements:
| 1 2 3 4 5 6second message contains 8 float elements:
| 1 2 3 4 5 6 7 8I'd like to determine length or count programmatically.
-
n6
@whale-av hey thank you! exactly what I was looking for, in pd-extended its under extra/unauthorized directory.
-
n6
UPDATE: tested and reproduced in pd-extended on macOS Sierra, ugh.
-
n6
What's the Pure Data equivalent of fffb~ i.e. 'fast fixed filter bank'?
-
n6
From reading the pix_record helpI understand only quicktime mov format can be recorded. However in pd-extended windows10 when attempting to record to file, I get a quicktime error 'recordQT: EndMediaEdits failed with error -2008'.
It would be ideal if I could record video natively in pd-extended and I'd rather not use a third party software like Millumin/Syphon.
Any tips/ideas? thanks!
-
n6
@sunji said:
[< 0]
[change]
[bang]Thank you, your suggestion worked like a charm. Went with the above, except
[> 0]
-
n6
Hi all, I'm converting a few patches to pd-vanilla for use with libpd.
Any vanilla replacements (or ideas) for pd-extended
[date]
,[time]
or even[l2s]
for use with unique filenaming? Here is a screenshot. -
n6
Hi all, is there a straightforward vanilla replacement for
[edge]
(non-audio signal)? -
n6
FWIW, I did find some of rumblesan's PD patches moved here:
https://github.com/rumblesan/Patch-A-Day-month-2010-11And specifically FFT Freeze:
https://github.com/rumblesan/Patch-A-Day-month-2010-11/tree/master/27-FFTPitchShiftandFreeze -
-
-
n6
OK, thank you for the responses, once I confirmed I had 100ms delay on my soundcard and that did not help, I went over all the abstractions/subpatches with a fine tooth comb.
It turned out in the process of converting one piece to an abstraction, I left a dac~ wired to osc~ with a zero value multiplication math operation feeding into the osc~. Deleted and fixed!
I need to write a script to grep my abstractions for any loose dac~ (s) to prevent future frustrations and embarrasment!
-
n6
I may have seen this issue posted here before, but I'm getting very poor sounding audio output on a 5s 16=bit 44.1k WAV file, just using the simplest readsf~ config.
The WAV sound file sounds very high quality played in a DAW. Ideas?