Releases: DDunda/SynthBoard
Synthboard v0.1.3
This release features some old changes from 2020-2021 that never got given a version.
- Centred waveform preview
- New program icon
- Significant performance and structure refactoring
- Delay length can be changed
- Added sliders settings
- Delay is now configurable
- Added bitcrushing filter
- Added pulse square/saw wave
- A pulse slider appears when using these waves
Synthboard v0.1.2
Reverb and LP filter
Synthboard v0.1.1
This version is largely the same as the last, but this version has added reverb and a low pass filter to make the sound nicer on the ears.
Original release (July 31st): https://github.com/DDunda/SDL-Sound/releases/tag/v0.1.1
First release
Synthboard v0.1.0
Synthboard can just barely be called a playable piano. Using a mouse or keyboard, Synthboard can only give live playback. This means it cannot use something useful like external software or hardware (e.g. a midi keyboard), or record or play back music. That's all on you.
Features
Synthboard can be played using either the keyboard, or the mouse. There currently 5 voices to choose from, with frequencies ranging from C0 to B8. The volume can also be set to any finite number a float can handle; this has the bonus of being able to blow your ears out.
Controls
Copied from the readme, to beef up this description:
- Tab-\ and z-m control white keys, and keys 1-backspace and s-j control black keys. Try to imagine a real keyboard.
- You can also play the piano with your mouse.
- The left and right arrows move the piano left and right, changing the octave.
- The up and down arrows change the synthesizer voice between the following:
- Sine wave
- Triangle wave
- Square wave
- Sawtooth wave
- Whitenoise
- The box in the upper-left controls volume. Be aware that 0.01 is a moderate volume, anything above 1 is risky business.
Original release (July 25th): https://github.com/DDunda/SDL-Sound/releases/tag/v0.1.0