Introduction
Helper library for Synthiota
Dependencies
This driver depends on:
Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading the Adafruit library and driver bundle or individual libraries can be installed using circup.
Installing to a Connected CircuitPython Device with Circup
Make sure that you have circup installed in your Python environment.
Install it with the following command if necessary:
pip3 install circup
With circup installed and your CircuitPython device connected use the
following command to install:
circup install relic_synthiota
Or the following command to update an existing version:
circup update
Usage Example
from synthio import Synthesizer
from relic_synthiota import Synthiota
synthiota = relic_synthiota.Synthiota()
synth = Synthesizer(sample_rate=synthiota.sample_rate)
synthiota.mixer.play(synth)
synth.press(60)
Documentation
API documentation for this library can be found on Read the Docs.
For information on building library documentation, please check out this guide.
Contributing
Contributions are welcome! Please read our Code of Conduct before contributing to help this project stay welcoming.
Table of Contents
Examples
API Reference
- API Reference
relic_synthiotaSliderSynthiotaSynthiota.audioSynthiota.buffer_sizeSynthiota.channel_countSynthiota.displaySynthiota.down_buttonSynthiota.down_ledSynthiota.edit_ledSynthiota.encoderSynthiota.encoder_buttonSynthiota.get_midi_messages()Synthiota.ledsSynthiota.left_sliderSynthiota.left_slider_ledsSynthiota.mixerSynthiota.mode_ledSynthiota.mode_ledsSynthiota.play_ledSynthiota.pot_ledsSynthiota.potsSynthiota.right_sliderSynthiota.right_slider_ledsSynthiota.sample_rateSynthiota.send_midi_message()Synthiota.step_ledsSynthiota.touchedSynthiota.touched_stepsSynthiota.up_buttonSynthiota.up_ledSynthiota.update()Synthiota.voice_count