View Single Post
Old 02-23-2017, 05:59 AM   #1
mpl
Human being with feelings
 
mpl's Avatar
 
Join Date: Oct 2013
Location: Moscow, Russia
Posts: 3,960
Default MPL scripts thread

Hi.
Feel free to discuss here any script I wrote.
All scripts are easily downloadable with awesome ReaPack manager extension. For any special needs you can take a look at source code.

There are a lot of stuff so here is very short overview of some:
  • Align takes - Aligning takes based on their level energy matching
  • Import Session Data - port of ProTools and StudioOne feature, parse RPP and allow to import some data without actual opening source project
  • InstrumentRack allow to quick access all instruments in current project
  • InteractiveToolbar an script displaing some information about different objects, also allow to edit them quickly without walking through menus and windows.
  • Isomorphic keyboard - special virtual keyboard for REAPER, support custom layouts/scales and microtones
  • LearnEditor - quick overview current parameter MIDI/OSC mappings and parameter modulation
  • Mapping Panel - advanced macro control beetween plugin parameters in project, support multiple linking, formulas and fixed auto learn macro controls to controller.
  • Peak Follower tools - utilities for creating envelopes based on audio signal
  • Quantize Tool - advanced groove quantisation of item positions, notes, stretch markers or envelope points to each other, also support SWS grooves
  • RS5k manager - handling ReaSamplomatic5000 instances on selected track
  • Sampling tool - dump played MIDI notes from some instrument to a RS5k sampler
  • SendFader - advanced sends control
  • Spectral editing tools - advanced spectral edits manipulation
  • StretchMarkerGuard - algorithm for transient protection peak-based stretch markers
  • Tempo detection - first available algorithm for tempo detection using pure lua + ReaScript API
  • VisualMixer - port of Izotope Neutron Visual Mixer
  • WiredChain - allow to route FX in a modular fashion



Channel for bug reports and feature requests related to scripts I wrote:

'Various_functions not found' error
  • Various_functions is a special ReaPack package contains functions (UI stuff, math, some pre-build elements for faster interaction with REAPER) used by my scripts. This is a must have package if you using my scripts. Unfortunately ReaPack doesn`t allow to install it with a single script, so it requred to be separately installed (if not yet installed);
  • How to install Various_functions package: run ActionList -> ReaPack: Browse packages... -> navigate and install Various_functions package (right click - install) -> click Apply

Last edited by mpl; 10-22-2023 at 06:47 AM.
mpl is offline   Reply With Quote