i want to build a kind of bit crusher, and i'm looking for a way to get an audio signal to integers only, without it's decimal places.
i know, there is an object called [decimate~] but it's audio output is also "dirty" when you use it without changing the bit-depth or sample rate.
i'm thinking of something like that:
[inlet~ audio] [inlet stepsize]
| | |
| | |
\ / |
[ /~ ] |
| |
[int] |
| |
| |
| |
[ *~ ]
|
[outlet~]
of course, the [int] object has no audio inlets - so, is there a compareable object with audio inlets?