I understand, sequencing it's not really an easy process by now, unless you accept some rigid compromises... I'm already working on a 303-style sequencer object (not subpatch) that contains everything needed for sequencing a mono instrument, the sel i 32 seq object i uploaded is just one of the pieces.
I really hope to find a definitive solution for the problem
Wishlist of objects
It is possible to get some pretty decent result but wirh compromises, yes. FOr example for sequencing using midi clock. For this it would be nice to be able to change the denominator of a Div/remc object when the patch is live..... Like changing the length of the sequence.. Maybe this is possible in another way, but havent figure it out yet.
We are discussing an object I am trying to make in this thread.
I tried to create a sel/sel i 64 from a sel/sel i 32 object.. but with no luck.. Maybe you have an idea what is going wrong... I used TextEdit.
An X/Y modulation pad would be REALLY great. Maybe even with with 4 outputs instead of just two(X/Y). It is an easy and a nice way to control more than one paramter of Axoloti with just the mouse Can be used in other scenarios too
and maybe even add modulation inputs for the x/y module. so you can modulate the x/y pad, with for example 2 lfos so it can make circular movements, etc.. This is inspired from the Euro rack pong module. That is a really inspiring module the video is not the best showcase.
Just created "my loadbang.axs (1.3 KB)". Thought it looks somewhat elegant, exploiting execution order.
I would like to have some pvoc resynthesizer object to read tables with.
Like pvoc~ from here:
https://puredata.info/downloads/bsaylor/
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