Skip to content
View patch-34's full-sized avatar

Block or report patch-34

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
patch-34/README.md

Aleksei Vorobev

Sound designer, composer, and REAPER scripting enthusiast.

I make small tools for audio work: REAPER scripts, JSFX plugins, workflow utilities, and experiments that sit somewhere between practical automation and weird DAW-specific ideas.

Most of my projects grow out of real post-production work: repetitive actions, render workflows, custom UI needs, sound design utilities, and small problems that become tools.


REAPER scripts & workflow tools

Reaper Ping
Telegram alerts when a REAPER render finishes.
Duplicate Items to Next Measure
Duplicates selected items one measure forward.
Region Time Counter Mini
Counts unique region time without overlaps.
Find and Recolor Glued Items
Finds and recolors glued item derivatives.
Focus Blanket
A one-toggle full-screen listening view.
Play Before Next Marker or Region
Jumps to two seconds before the next boundary.
Delete Nearest Marker
Deletes the marker nearest the edit cursor.
REAPER Timeline Screensaver
An animated screensaver inside the timeline.
REAPER Pixel Art Generator
Turns images into REAPER pixel-art scripts.

Work in progress

Reaper ReaImGui UI Layer Builder

A visual UI builder for REAPER scripts.

The goal is to make it easier to design ReaImGui-based interfaces without writing every layout detail by hand: place interface elements visually, define structure, and export Lua code with clear insertion points for script logic.

Current focus:

  • visual layout building
  • REAPER/ReaImGui-oriented UI structure
  • exportable Lua scaffolding
  • clearer separation between interface code and script logic
  • helper layout elements such as child windows, groups, sections, and containers

This is still a work in progress, but it is becoming one of the main Patch34 directions.


Support

If you use these tools and want to say thanks:

boosty.to/patch34/donate

Pinned Loading

  1. bionic-subtitles bionic-subtitles Public

    SRT to ASS subtitle converter with bionic reading style — runs entirely in the browser.

    HTML

  2. patch34-brickwall-limiter patch34-brickwall-limiter Public

    Sample-peak brickwall limiter JSFX for REAPER — part of the Impossible Geometry Series.

  3. reaper-pixel-art reaper-pixel-art Public

    Turn any image into pixel art on the REAPER timeline — each pixel becomes a colored media item.

    HTML 1

  4. find-and-recolor-glued-items find-and-recolor-glued-items Public

    Find, recolor, and auto-color glued item derivatives across a REAPER project.

    Lua