Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jtackaberry/reaticulate
An articulation management system for REAPER
https://github.com/jtackaberry/reaticulate
articulations daw midi orchestration reaper workflow
Last synced: 7 days ago
JSON representation
An articulation management system for REAPER
- Host: GitHub
- URL: https://github.com/jtackaberry/reaticulate
- Owner: jtackaberry
- License: other
- Created: 2017-10-21T22:03:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-14T23:37:01.000Z (28 days ago)
- Last Synced: 2024-12-29T14:17:42.819Z (14 days ago)
- Topics: articulations, daw, midi, orchestration, reaper, workflow
- Language: Lua
- Homepage:
- Size: 6.01 MB
- Stars: 105
- Watchers: 7
- Forks: 48
- Open Issues: 101
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Reaticulate
Reaticulate provides a system for managing virtual instrument articulations in REAPER.
[Learn more on the website](http://reaticulate.com/), which includes installation instructions for users.
# Development
If you're a developer interested in contributing to Reaticulate, or an advanced user who
wants to run untested bleeding edge code (which you should never use for projects that
matter), you can check code out directly from git.Note that Reaticulate depends upon the [REAPER Toolkit](https://reapertoolkit.dev/), which
is included as a submodule of this project.You can clone Reaticulate like so, which will take care of fetching submodules:
```bash
git clone --recursive https://github.com/jtackaberry/reaticulate.git
```Or, afterward, pulling to include submodule updates:
```bash
git pull --recurse-submodules
```You can always explicitly fetch submodules after-the-fact:
```bash
git submodule update --recursive
```Next, configure REAPER to point to the source files in the cloned directory:
1. Load all actions under `actions/*`
2. Create a symbolic link for each file in `jsfx/` in REAPER's `Effects/` directory.
(Windows instructions [here](https://blogs.windows.com/windowsdeveloper/2016/12/02/symlinks-windows-10/) --
or use the very convenient [shell extension](https://schinagl.priv.at/nt/hardlinkshellext/linkshellextension.html).)
3. Start the `Reaticulate_Main.lua` action as usual.# Legal Stuff
Reaticulate source code is released under the Apache License.
Some articulation icons are provided by Blake Robinson, and redistribution is not
permitted. More information about those icons can be found [here](source-images/articulations).See LICENSE file for more details.