-
-
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)?