indiscipline / rpp-nudger

Utility for Reaper DAW project files. Nudge only audio content in items leaving all other things in place.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reaper-item-nudger

Build status License

Command line utility for editing Reaper DAW project files and nudging audio content in all items to a specific amount of samples. Program just prints a modified project so user should direct the output to a desired file. It's not a proper parser for a project, just a simple Regular Expression needlessly wrapped in an application instead of a script.

Usage

rpp-nudger > output.rpp

Full help available on --help switch.

Latest Windows binaries are luckily provided in Releases via Appveyor.

How to build

Developed on Rust Nightly, but should build with stable or beta as well.

To build the code, run:

$ cargo build --release

and the executable will be in target/release/rpp-nudger.

Contributing

This is an enthusiast project, so any help and/or critique will be much appreciated.

Feel free to file a bug report or feature request via Issues.

License

rpp-nudger licensed under GNU General Public License version 2 or later;

See LICENSE file for full details.

About

Utility for Reaper DAW project files. Nudge only audio content in items leaving all other things in place.

License:GNU General Public License v2.0


Languages

Language:Rust 78.7%Language:Batchfile 21.3%