Replies: 5 comments 17 replies
-
I'm not sure anyone has experimented really. The polyphony is set in https://github.com/probonopd/MiniDexed/blob/main/src/config.h and depends on the version of the Pi. 16 is the default for anything apart from a V1/Zero, which is 8. Synth_Dexed itself appears to be able to go up to 32 note polyphony according to this: https://codeberg.org/dcoredump/Synth_Dexed/src/branch/master/src/synth_dexed.h#L40 so it would be worth giving it a go on a Pi 4 at least, and almost certainly would be fine on a Pi 5 when that comes along. I don't really know how the effects subsystem works if I'm honest. I know there were some PRs to add extra, more complex effects, but I don't think it was ever finished (see #499). I tend to work at the other end of things - seeing what I can get away with on the older Pis (and more recently, even the Pico!). Kevin |
Beta Was this translation helpful? Give feedback.
-
Polyphony:
Kevin @diyelectromusic , could you please compile an installable version for the RPi 4 in which the maximum polyphony is 32? Effects:I have a specific opinion about the effects and it depends heavily on the way I use it. But basically I believe less is more.
It occurs to me that I actually want the same effects section, except for the chorus, as in the Roland D50. I prefer to create the chorus effect by layering, detuning and panning several sounds. |
Beta Was this translation helpful? Give feedback.
-
Thanks Kevin, it works wonderfully. It's not just ambient artists like Brian Eno who enjoy it. 256 Voice at the same time also looks very good on the data sheet and would make many manufacturers change the price tag. But there is also a small disadvantage: the oscillators for sounds with OSC Key Sync=OFF only really oscillate freely from the 32nd note played. This means that after a performance change, the sound only sounds really fat and wide in the stereo image from the 32nd note played onwards. The question now is what do we do with the knowledge? Thanks again to Kevin 🎈 |
Beta Was this translation helpful? Give feedback.
-
@Kirtai, What sound do you mean exactly? |
Beta Was this translation helpful? Give feedback.
-
What's going through my head at the moment:
Questions that need to be checked beforehand:
Why all this: What do you think? |
Beta Was this translation helpful? Give feedback.
-
I've noticed that work has been ongoing on running more tone generators on the newer Pis but it occurred to me that they should also be able to support more polyphony and built in effects. Any thoughts on this?
Beta Was this translation helpful? Give feedback.
All reactions