Search found 5 matches

by Irminsul
Wed Feb 13, 2013 4:44 pm
Forum: DSP
Topic: Wave shapes transition triggered with midi, plus envelope
Replies: 20
Views: 81324

Re: Wave shapes transition triggered with midi, plus envelop

That looks difficult, but actually isn't. I've tried to do the filter coeff calculations in S|M long time ago. I'll do a search...
Here it is... had to convert it to a fsm because the board doesn't allow osm (WTF?)
Thank you so much! You are great MyCo

You just have to convert your cutoff and ...
by Irminsul
Tue Feb 12, 2013 9:09 pm
Forum: DSP
Topic: Wave shapes transition triggered with midi, plus envelope
Replies: 20
Views: 81324

Re: Wave shapes transition triggered with midi, plus envelop

I've searched in vain for some code examples that might translate to DSP code, but haven't yet found anything that I could really get a grasp of - it would be something that SM/FS never had before, and surely a useful and popular thing to have available.
Well, I've found something. Here - http&#58 ...
by Irminsul
Mon Feb 11, 2013 6:15 am
Forum: DSP
Topic: Wave shapes transition triggered with midi, plus envelope
Replies: 20
Views: 81324

Re: Wave shapes transition triggered with midi, plus envelop

From what DWB has found out, not if they all need to be kept in memory at the same time - it would be possible to have tables loaded from HDD as wave files though, so that each patch could have it's own smaller set of waves - and you can save a whole wavetable as a single file so that it doesn't ...
by Irminsul
Sun Feb 10, 2013 5:00 am
Forum: DSP
Topic: Wave shapes transition triggered with midi, plus envelope
Replies: 20
Views: 81324

Re: Wave shapes transition triggered with midi, plus envelop

To change the wave using the method you show will not work well to be modulated by LFO's etc. - because it uses many "green" components, and these are very slow. This makes it difficult to make smooth fades - and the audio will sound a bit distorted.
Oh snap, my bad - i thought that using as many ...
by Irminsul
Fri Feb 08, 2013 2:48 pm
Forum: DSP
Topic: Wave shapes transition triggered with midi, plus envelope
Replies: 20
Views: 81324

Wave shapes transition triggered with midi, plus envelope

Hello

I am struggling with an issue, since few days (btw. excuse my English), and haven't found the solution yet.
As you can see in the attached .fsm, there is a wave shape selector, and a seamless blending knob. When you move it, it moves between selected wave shape and next nine presets. I'd like ...