I would like to have some pvoc resynthesizer object to read tables with.
Like pvoc~ from here:
https://puredata.info/downloads/bsaylor/
Wishlist of objects
triangle with synch input, so i can archieve this kind of sounds: https://youtu.be/ziFv00PegJg?t=7m26s
I guess it should be better to achieve something on low level at first. For example there is rfft object, but you can use it only as display for now, you can't get data from it.
Also from pd fft~ help:
The real FFT outputs N/2+1 real parts and N/2-1 imaginary parts. The other outputs are zero. At DC and at the Nyquist there is no imaginary part, but the second through Nth output is as a real and imaginary pair, which can be thought of as the cosine and sin component strengths.
So for pvoc stuff there should be rfft~ and rifft~ equivalents available.
not so easy, these rely on block~ (or switch~) for overlap/add... Also hard to do in real time with low latency.
The rfft 128 object computes the fft in a separate thread, no warranted to be in sync.
FFT Morph Possible?
A triangle shape lfo object would be great eventually. I know we can patch one with saw lfos, math/abs and scaling/shifting but a dedicated object would be much more handy and surely more economic for our little dsp.
Channel pressure and poly pressure (internal & normal) outputs for midi (i.e. aftertouch)
It would be great to have midi learn, for example when selecting a midi CC click learn then activate control on connected midi hardware and it maps automatically to the parameter.
2 posts were merged into an existing topic: (Internally) outputting polyphonic aftertouch supported?
Sounds like next release is going to be a game changer. A lot of new functions.
Looking much forward
More div obejcts. A math/div object that divides two inputs. Also a math/divc that divides input by a constant.
table/read i , table/write i.
(Reason: I want to store numbers which are indexes to other tables.)
A midi assignable version of ctrl/i. This object is really simple, small and uber awesome. I use a lot of them in all my patches and would definatly LOVE a version of it that is midi assignable. As it is now, you can only control it using presets.
I think this might have been mentioned before, but colours for objects would be awesome
Windows functions:
Would be really awesome with some extra windows functions for granular stuff:
Suggestions:
Hamming
Blackman
Blackman-Harris
Gaussian
Chebyshev
I guess we have Hanning already as plain math/window object
edit: oops i mixed up Hann and Hamming