Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ak5k/reallm
Cubase/Logic style low latency monitoring mode extension for REAPER.
https://github.com/ak5k/reallm
reaper reaper-plugin reaper-scripts
Last synced: 5 days ago
JSON representation
Cubase/Logic style low latency monitoring mode extension for REAPER.
- Host: GitHub
- URL: https://github.com/ak5k/reallm
- Owner: ak5k
- License: mit
- Created: 2022-02-06T10:04:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T17:11:59.000Z (8 months ago)
- Last Synced: 2024-11-07T20:43:02.419Z (7 days ago)
- Topics: reaper, reaper-plugin, reaper-scripts
- Language: C++
- Homepage:
- Size: 298 KB
- Stars: 13
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-reaper - ReaLlm - Low latency monitoring plug-in extension (automatically bypass plugins adding latency). [Forum thread](https://forum.cockos.com/showthread.php?t=245445). (Extensions)
README
# ReaLlm
## REAPER Low latency monitoring plug-in extension
Cubase/Logic style low latency monitoring mode for REAPER. While enabled, restricts PDC latency ('plugin delay') to one block/buffer size by bypassing plugins from input monitored signalchains. Re-enables plugins once signalchain is no longer input monitored, or ReaLlm is disabled. While ReaLlm is enabled, disabled plugins can be re-enabled manually, and ReaLlm will consider them 'safed' and leave them untouched, unless they're again manually re-disabled. Remembers 'safed' plugins per REAPER project. Leaves already disabled plugins untouched.
Use `ReaLlm: Low latency monitoring` REAPER action list toggle to enable/disable low latency monitoring. Or map a toolbar, keyboard and/or MIDI shortcut for the action.
Also provides REAPER API functions for ReaScripting.
API documentation available in REAPER Help > ReaScript documentation...### Installation
Install from [ReaPack](https://reapack.com) or download [latest release](https://github.com/ak5k/reallm/releases/latest) for your computer architecture (e.g. `x64.dll` for 64-bit Windows PC or `arm64.dylib` for M1 Mac) and place it in your REAPER `UserPlugins` directory.
![image](https://i.imgur.com/iKHyQXb.gif)