This repository provides a framework for controlling REAPER DAW through its API with natural language.
- Install REAPER.
- Install python-reapy and follow its installation instructions (i.e. do not forget to run
python -c "import reapy; reapy.configure_reaper()"
). - Install this Python package.
- Implement a Python function that takes a string of a prompt to an LLM as input and outputs the LLM anser. Use for example the OpenAI API.
- Open REAPER.
- Import this package and call
nl_reaper_command
.