Quote:
Originally Posted by nordlead
also, will the wavetables be customizable like in the korg wavestation?
|
i probably could answer that but i'm not certain in which way you can customise the wavetables in a wavestation. the wavestation is using something called wavesequencing, that' something different.
to my knowledge (please correct me if i'm wrong, i've sold my wavestation more than 10 years ago) the wavestation allows an oscillator to playback a chain of waveforms. korg did this by having a kind of sequencer triggering the samples for every oscillator.
what we do is a bit different. there is a set of samples called a wavetable and there is a pointer which describes which sample within the wavetable is being played. each wavetable can hold a certain amount of samples. now if the pointer is in between the samples the TI interpolates and builds a new sample which is a mixture of the samples next to the pointer (you could call this morphing although the expression is fairly blurred these days).
here is an example: a wavetable consists of only two samples. one is a sinewave, the other one is a sqarewave. in position 0 the oscillator plays a pure sinewave. in position 127 the oscillators plays a ... pure square - you got it. now when you move the pointer from 0 to 127, the waveform played gradually changes from a sine to a square. the pointer's position can be changed using the mod matrix.
now imagine you have a wavetable with 3 waveforms. one sounds like "ohh", the middle one like "ehh" and the last one like "ahh". you can set up a sound in less than a minute which lets you play vowels.
obviously those two are rather simple examples. certainly not the end of the rabbit hole.
best, marc
|