Zig bindings for Reaper DAW API
reaper_functions.zig can be used as is in your project
To generate bindings from python script you need:
- pip install libclang
- Reaper SDK - https://github.com/justinfrankel/reaper-sdk
- WDL - https://github.com/justinfrankel/WDL
- Copy binding generator script inside sdk/ folder
- run python3 binding_generator.py
- new reaper_functions.zig will be generated