An open API service indexing awesome lists of open source software.

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

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`.