Simple test ------------ Ensure your device works with this simple test. .. literalinclude:: ../examples/synthvoice_simpletest.py :caption: examples/synthvoice_simpletest.py :linenos: MIDI Control ------------ Control a voice with USB MIDI input. .. literalinclude:: ../examples/synthvoice_midi.py :caption: examples/synthvoice_midi.py :linenos: Oscillator ------------ Demonstration of the :class:`relic_synthvoice.oscillator.Oscillator` voice. .. literalinclude:: ../examples/synthvoice_oscillator.py :caption: examples/synthvoice_oscillator.py :linenos: Sample ------------ Demonstration of the :class:`relic_synthvoice.sample.Sample` voice with the provided 16-bit WAV 11025hz audio file, examples/test.wav. .. literalinclude:: ../examples/synthvoice_sample.py :caption: examples/synthvoice_sample.py :linenos: Drone ------------ Demonstration of the :class:`relic_synthvoice.drone.Drone` voice. .. literalinclude:: ../examples/synthvoice_drone.py :caption: examples/synthvoice_drone.py :linenos: Percussive ------------ Demonstration of the voices available in the :mod:`relic_synthvoice.percussive` module to create a simple drum machine (without a sequencer). .. literalinclude:: ../examples/synthvoice_percussive.py :caption: examples/synthvoice_percussive.py :linenos: