SSCSSS Version 2.0 - Tutorial - 02

Tutorial 2 - Low level again

Example 2

Another simple file

# Example  2 starts on the next line --

file ex02

voice ex02a Wv

wave

sample 0 0 63
harmonic 1 0
harmonic 2 -6
harmonic 3 -12

sample 64 64 127
harmonic 1 0
harmonic 2 -6

wave

sample 0 0 63
harmonic 1 0
harmonic 3 -6
harmonic 5 -12

sample 64 64 127
harmonic 1 0
harmonic 3 -6

voice ex02b Wv

wave

sample 0 0 127
harmonic 1 0

# Example  2 ends on the previous line --

This file defines two "voices", three waves, and five samples as follows:

voice	ex02a
  wave	  ex02a1	wave 1
    sample  ex02a100	sample 1
    sample  ex02a140	sample 2	4 times 16 = 64
  wave	  ex02a2	wave 2
    sample  ex02a200	sample 3
    sample  ex02a240	sample 4
voice	ex02b
  wave	  ex02b1	wave 3
    sample  ex02b100	sample 5.

The harmonics do not have names because there is no way to name a harmonic in the EX.

When processed, these examples will generate warnings about harmonics too high. The top octave of the MIDI note range is high enough that not many harmonics fit under the limit.