rppp icon indicating copy to clipboard operation
rppp copied to clipboard

Parser for Reaper's .RPP format written in JavaScript

Results 6 rppp issues
Sort by recently updated
recently updated
newest added

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

What a great repo, thank you! I tried it on a current `.RPP` I'm working on, I'm getting a few errors, but the gnarliest seems to be when a line...

The attached rpp file (renamed as .txt to keep github happy) breaks base64 parsing. - [ ] add a test for this base64 string - [ ] fix the problem...

pegjs is no longer maintained, consider updating to the "peggy" fork https://github.com/peggyjs/peggy/

Tracks are all stored at the same level in Reaper. A simple test reveals three types of `ISBUS` structs within a `` object - `ISBUS 0 0` indicates a track...

When the parser encounters a `VST` object like the one below, it puts the `externalAttributes` in the `FXCHAIN` object, as opposed to in the `VST` object. - [ ] Double...