Audio effects library for Teensy4.x standard Audio Library.
The effecs are ported from the main floating point version of the library.
Useful module for building polyphonic 8 voice synthesizers, mix all the voices at once instead of using cascaded 4 channel mixers. In addition, it provides two more modulation inputs: one for volume (tremolo effects) and one for panorama (auto-pan effect).
enabling a waveform generator with option to sequence up to 4 steps with different PWM duty and octave setting.
- Locate the Arduino Sketchbook directory (path is shown in Preferences).
- Enter the Sketchbook directory (ie.
/home/user/Arduino/
). - Create a new directory named
libraries
if it doesn't exist already. Enter it using a terminal or github CLI. - Clone the required library:
git clone https://github.com/hexeguitar/hexefx_audiolib_i16.git
or alternatively, download the ZIP file and unpack the library there. - Restart the Arduino IDE.
- To use the audio library extensions within graphical design tool visit this link. This version includes the default Teensy Audio library and the hexefx_audiolib_i16 extensions.
- If defining the components manually, make sure
Audio.h
andhexefx_audiolib_i16.h
are included in the sketch file.
Copyright 12.2024 by Piotr Zapart
www.hexefx.com