Jaffasplaffas contributions


#82

New additions - Rational tanh approximation based saturation.

Search: jaffa/sat/tanh

A tanh based saturation effect. You should feed it a full range signal (-64 to +64 range).


#83

New additions - Scaling object, for note scaling

Search: jaffa/scale/drawscale

This is a scale object. Any input send to the object, will be scaled to the closest value in the scale.

Thanks to @tele_player for helping me realising this object, by making the for loops, that I needed to make this object for fully.


#84

New additions - sample slicer based on play pitch

Search: jaffa/table/play pitch mod

This is a modded version of the play pitch object, that offers slicing, looping for slices and reverse playback of a slice. It took a few tries to get it working but I think it's stable now.

CPU usage is pretty low, close to the original one, so you can load many of them in a patch.

Parameters:

NrOfSlices:
Sets how many slices you want to slice the FULL table into. The file that you want to slice MUST fit perfectly in the table or else it won't slice the sample correctly. So you would probably have to edit the sample before loading it into a table. I might try to make it work for any sample size later. First try did not work, but maybe I will get around to second try at some point :wink:

When setting NrOfSlices you have to look at the display at the bottom of the object, NOT the actual value that you set with the parameter, to get the actual number of slices.

If you set the NrOfSlices parameter to, you get:
0 slices = 1 slice
1 slices = 2 slices
2 slices = 4 slices
3 slices = 8 slices
4 slices = 16 slices
5 slices = 32 slices
6 slices = 64 slices
Etc.......

Slicelength:
Sets the length of a slice. If you set it to 0 it will play the full slice, if you set it to 1 it will play half the slice and so forth.

SelectSlice:
Selects which slice to play back.

Pitch:
Set the pitch of the wavefile, like the original version of play pitch.

Reverse:
If reverse is on, the selected slice with be played back in reverse.

Loop:
If you turn on Loop, the selected slice will be looped until you turn loop of again.


Simple drum machine
#85

Awesome Jaffa, am away from my Axo for the week but am eager to give this a whirl, thanks a lot for the hard work


#86

Thanks a lot @reubenfinger

I would love to have this object sounding more clean when changing the pitch radically, like a couple of octaves up/down.

But it's the same as the original, so it sounds the same as the original one, which also could be better when changing pitch a lot.

But yeah, I guess that's what we have. Still very usable, in my opinion :wink: