Parser for Reaper RPP project file format to extract track and plugin data
Stars
3
Forks
0
Watchers
3
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
15
commits
Added volume/pan information. Corrected ReaEQ to read bandwidth and convert to Q-factor, not the opposite.
d6ede49View on GitHubFigured out ReaEQ binary format enough to extract frequency, attenuation, and Q factor.
c1346d9View on GitHubImplemented useful parsing routines to unblock progress.
134bd90View on GitHubRestructured into a hard-coded state machine to parse odd RPP format.
600240bView on GitHubSome initial progress on parsing RPP structure but FXCHAIN blocks are oddly organized with parameters around <VST> or <JS> blocks applied to that block.
184fdc3View on GitHub