// ECMC example sms2-3 : transition from only the "even" (actually the
// odd) numbered harmonics to only the "even" (actually odd) numbered harmonics
// using time varying functions for the AmpSineEven and  AmpSineOdd parameters
// Note: FUNCTIONS like these DO NOT WORK CORRECTLY in the current version
// of SMS. The transformation between the two timbres SHOULD occur over the
// entire 3.8 second duration of the note, but instead occurs only over the
// first second of the note. Even though this is wrong, this example still
// illustrate a "morph" between the two sets of harmonics.
// The pitch is transposed up a major 2nd from g3 to a3. SameSpectralEnv isset to 1 
// Compare this example with examples sms2-1, sms2-2, sms2-4,sms2-5 & sms2-6
InputSmsFile /sflib/anal/sms/vln.g3.sms
OutputSoundFile sms2-3.wav
SamplingRate 44100
Type 3
PhaseAlign 0
Amp 1
AmpSine 1
   AmpSineEven 0 1 1 0
   AmpSineOdd 0 0 1 1
AmpSpec 1     
FreqSine 1.122
// NO change made in the frequencies of the 2 sets of harmonics
// FreqSineEven 1
// FreqSineOdd 1
SameSpectralEnv 1
