Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
freem
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Openai/693306da-bfa4-800c-bbf4-86d6eabddb76
(section)
Add languages
Page
Discussion
English
Read
Edit
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
Edit source
View history
General
What links here
Related changes
Special pages
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Assistant: Short answer: Yes β Reaper can do the entire MIDI processing step itself, no need for TouchOSC in the middle at all unlβ¦ === Short answer: Yes β Reaper can do the entire MIDI processing step itself, no need for TouchOSC in the middle at all unless you specifically want that UI layer. Reaper is uniquely good at this because: * It allows input FX (pre-DAW MIDI processing) * It supports JSFX MIDI scripts * It can transform MIDI before it ever hits the track ==== π If you want the same chain but with Reaper ==== <syntaxhighlight>MIDI Keyboard β TouchOSC (processing) β Reaper </syntaxhighlight> but honestly, Reaper can do this internally: ==== β Option A (recommended): Skip TouchOSC, use Reaper Input FX ==== In Reaper: # Create a MIDI track # Right-click track input β choose MIDI keyboard # Click the Input FX button (not track FX) # Add: - JS: MIDI velocity control - JS: MIDI CC mapper - JS: MIDI transpose - or custom JSFX scripts These plugins affect MIDI before it reaches the track recording/monitoring. Exactly what you wanted: pre-DAW transformation. ===== Examples of what Reaper can do in Input FX ===== * filter note ranges * scale lock / quantize * velocity curve shaping * convert CC β aftertouch β notes * channel remapping * split keyboard zones * MIDI generative scripting (JSFX) Reaperβs JSFX is insanely flexible β basically like writing realtime MIDI code. ==== β Option B: Still use TouchOSC as middleware ==== If you insist on having TouchOSC as the processor: <syntaxhighlight>MIDI Keyboard β TouchOSC β (virtual MIDI port) β Reaper </syntaxhighlight> You must use a virtual MIDI port: * Windows: loopMIDI * macOS: IAC Driver * Network: rtpMIDI Then in Reaper: # Preferences β MIDI Devices # Enable virtual port as input # Disable direct keyboard input (so raw MIDI doesnβt bypass TouchOSC) ==== β Option C: Do the processing purely with ReaScript (Lua, Python) ==== If you want custom logic but hate TouchOSC scripting: * Reaper can run Lua scripts triggered by MIDI * can perform transformations, routing, generative patterns This gets nerdy but powerful. ==== π‘ So whatβs best? ==== If your goal is simply MIDI preprocessing, then: | Method | Best for | | ---------------------- | ------------------------------------------------------ | | Reaper Input FX + JSFX | Pure MIDI shaping, CC mapping, scales, velocity curves | | TouchOSC in between | If you need touchscreen panel, XY pads, custom UI | | ReaScript | Complex rules, generative, algorithmic transforms | ==== π₯ My recommendation: ==== ===== Do it inside Reaper with Input FX β JSFX MIDI processors ===== TouchOSC is only necessary if you want a control surface. If you tell me what you want to modify (e.g. convert CC1βCC74, lock to C minor scale, custom velocity curve, split keyboard zones), I can: * make you a JSFX script * or configure the exact chain What transformations do you want to run on the incoming MIDI?
Summary:
Please note that all contributions to freem are considered to be released under the Creative Commons Attribution-ShareAlike 4.0 (see
Freem:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)