https://github.com/seedyrom/podpad
podpad will be a table based synthesizer/sequencer
https://github.com/seedyrom/podpad
audio dsp sequencer synthesizer zig
Last synced: 8 months ago
JSON representation
podpad will be a table based synthesizer/sequencer
- Host: GitHub
- URL: https://github.com/seedyrom/podpad
- Owner: SeedyROM
- Created: 2023-10-29T06:20:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-24T07:49:22.000Z (over 2 years ago)
- Last Synced: 2023-11-24T09:41:33.471Z (over 2 years ago)
- Topics: audio, dsp, sequencer, synthesizer, zig
- Language: Zig
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# podpad 🎛️
podpad is a simple synthesizer and sequencer built with Zig and SDL2 (SDL3 soon).
## Example
https://github.com/SeedyROM/podpad/assets/11783357/cf163150-0b23-40c3-9edc-ab91ba4cc05f
## Building
- Windows:
- Just run `zig build` and you should be good to go.
- Linux and MacOS:
- Make sure you have SDL2 and it's development libraries installed.
- Run `zig build`.