ReaTeam ReaScripts is a community-maintained collection of scripts for REAPER, distributed through ReaPack. The repository serves as a central hub for user-contributed automation scripts, custom actions, and workflow enhancements.
Scripts cover various audio production tasks including editing, mixing, sound design, and project management. Contributors can upload their own scripts using the ReaPack upload interface, making the collection continuously evolving with community contributions.
The repository uses ReaPack's package management system for installation and updates, providing version control and dependency management for REAPER scripts.
A long-running community extension for REAPER, broadly adopted by game audio teams that use REAPER as their DAW. Adds snapshots for track-parameter recall, region playlists for live audition, EBU R128 loudness analysis, marker-triggered actions, cycle actions, ReaConsole keyboard control, contextual toolbars, and a deep grab-bag of workflow utilities.
Windows / macOS / Linux (including ARM builds). Requires REAPER 5.982 or newer.
PyWwise
Wwise PyWwise is a Python wrapper around the Wwise Authoring API (WAAPI) that provides a Pythonic, object-oriented interface for Wwise scripting. Instead of manually constructing WAAPI JSON-RPC calls, PyWwise exposes type-safe classes and methods for common operations like object property manipulation, sound engine queries, and project automation.
The library includes specialized types (GUID, Name, ProjectPath), enumerations for Wwise constraints (bit depth, sample rate), and dataclasses for structured data (Vector3, PlatformInfo). Objects retrieved from Wwise become live-connected instances with property getters and setters that automatically sync with the authoring tool.
Designed for Wwise 2021+, PyWwise supports context-managed connections, WAQL queries, and comprehensive type hints for IDE autocomplete. It's suited for pipeline tools, batch processing, automated testing, and data validation workflows.