Hi!! Thanks a lot for your reply, I thought I was the only one using this forum haha.
I would be very happy to achieve what he did in the video from 1:00 to 1:23, that sound is good enough for me. In these 23 seconds he:
1. Selects a waveform
2. "Throws the Spectrum down" of that waveform. Having a look at the Massive Synth manual, they say this about the Intensity and Spectrum:
3. He then applies a comb filter with damping and feedback set to the maximum. Again, from their manual, they say:

So. theoretically, I could:
1. Create an oscillator with any waveform, let's say the Oscil<SAW8192_NUM_CELLS, MOZZI_AUDIO_RATE> oscillator(SAW8192_DATA);
2. Apply some sort of filter to diminish the waveform spectrum. I have tried with the ResonantFilter<LOWPASS> but I couldn't achieve a good result;
3. And finally create a comb filter. I tried to use the AudioDelayFeedback to do it but I couldn't hear any difference, I simply don't know how to use it.
Anyway, this looks simple, but since I know nothing about Synths and the names are so different from the video and the library, I am kind of lost.
I appreciate your help!
Cheers!