/podpad

podpad will be a table based synthesizer/sequencer

Primary LanguageZig

podpad 🎛️

podpad is a simple synthesizer and sequencer built with Zig and SDL2 (SDL3 soon).

Example

2023-11-22.04-58-17.mp4

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.