- Notifications
You must be signed in to change notification settings - Fork0
actondev/s7-reaper
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
ScriptingREAPER withs7 scheme. Side effect: A REPL over Emacs
REAPER is already one of the (if not THE) most hacker-friendly DAW out there. So why not pair it with the most hacker-friendly text-editor/OS aka EMACS?
HEAVILY UNDER DEVELOPMENT
For example, just recently I made a switch from SDL to SFML for the windowing system (ins7-imgui repo - not in master branch). Things are changing and this is like an MVP for now. Help wanted (see below)! Some input and/or help could lead to something (more) stable soon.
REPL (with emacs)
GUI (with dear imgui)
- writing simple actions scripts
- writing gui scripts with
s7
&dear imgui
- REPL over a socket
that can leverage emacs to remotely control reaper
The first step to make this happen was to create the basic skeleton to makeC++
applications withs7 scheme
anddear imgui
.Here is the relevant repo.
In this repo I’m leveraging functionality from aforementioned repo. It would be great to at least discuss certain aspects of organization, libraries etc.
Apart from this repo, I’m working on a framework to createVST3
applications withs7 scheme
.
As you can see this grows and some input (if not help!) would be much appreciated.
About
(with-reaper 'make-music) : Reaper scripting with s7 scheme. Hacking your DAW from emacs