https://github.com/stefanolusardi/bilinearoscillator
Bilinear Audio oscillator with morphing capabilities and UI controls
https://github.com/stefanolusardi/bilinearoscillator
audio-processing bilinear-interpolation cpp14 interpolation-methods juce ui waveform-visualizer
Last synced: 3 months ago
JSON representation
Bilinear Audio oscillator with morphing capabilities and UI controls
- Host: GitHub
- URL: https://github.com/stefanolusardi/bilinearoscillator
- Owner: StefanoLusardi
- License: mit
- Created: 2018-07-11T18:28:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-15T17:55:48.000Z (over 6 years ago)
- Last Synced: 2025-12-31T22:43:31.770Z (6 months ago)
- Topics: audio-processing, bilinear-interpolation, cpp14, interpolation-methods, juce, ui, waveform-visualizer
- Language: C++
- Homepage:
- Size: 927 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BilinearOscillator
This application is a Bilinear Audio oscillator made with C++14/[Juce](https://juce.com/).
It features two oscillators that can morph in a single waveform and a modern and smooth User Interface to be used as building block of a digital audio synthesizer.
Each oscillator provides controls for Waveform selection (Sawtooth, Square and Triangle), Frequency, Amplitude and Phase Inversion.
The UI editor provides an Undo/Redo mechanism to facilitate A/B editing.
