-
realshafer
Thanks weightless and LiamG! These are all clever solutions and I appreciate your insight!
-
realshafer
Hi, is it possible to get mulitple search results from a text file. My text file looks something like this:
0 horse;
0 cow;
1 pig;
2 dog;
2 ox;
3 sheep;I would like to be able to search for "0" and output both "horse" and "cow."
Is this possible?
-
realshafer
Okay, I found a workaround by dynamically deleting and remaking the lrshift~ object. Not ideal, but it appears to work for me.
-
realshafer
Hi, I'm using lrshift~ in an FFT subpatch to bin shift the output. Is it possible to change the number of bins shifted using an argument? The help file indicates that the value can only be set during creation. Can anyone help me figure out a way to do this? Thanks!
-
realshafer
I wanted to chime in a say I am experiencing this problem as well. To recreate:
- Launch pd
- Open audio settings
- Change block size from 64 to 256 or higher
- Audio settings window doesn't close. All other windows stop responding.
I'm running:
MBP, MacOS 10.13.4, pd 0.48-0Any help with this would be fantastic!