View Single Post
Old 04-16-2019, 12:12 AM   #1
Edgemeal
Human being with feelings
 
Edgemeal's Avatar
 
Join Date: Apr 2016
Location: ASU`ogacihC
Posts: 3,921
Default Edgemeal Software for Windows

My various Windows apps for REAPER
Created/Tested on US English MS Windows 10 Only!

If you find something useful, please consider donating: paypal.me/Edgemeal Thank You!

Code:
=============
 Disclaimer:
=============
Users of this software must accept this disclaimer of warranty:
The software is supplied as is. The author disclaims all
warranties, expressed or implied, including, without limitation,
the warranties of merchant ability and of fitness for any
purpose. The author assumes no liability for damages, direct or
consequential, which may result from the use of said software.
How to launch an Exe from shortcut/toolbar button.
1. Open REAPER Actions window, click "New action" > "New Reascript", in the file dialog window that pops up type in a name for the script file ( e.g., Launch Edgemeal ReaBar ), then click Save button, and the IDE window will open.
2. In the IDE window, paste this code,...

local filepath = [[]]
reaper.ExecProcess(filepath, -1)


3. Open Windows Explorer to the folder where the exe is, hold down Shift key and right click the exe, now select 'Copy As Path' from the menu.
4. Paste the exe path between the double brackets in the first line of code, and remove any quotation characters!
( e.g., [[D:\ReaBar.exe]] ).
5. Close the IDE window. When asked to save, answer Yes!
6. You can now associate the new action to a toolbar button, shortcut, etc.

-------------------------------------------------------------------------------------

Add Item Order
Set the order of media items before adding to REAPER.
Forum Thread
Get v1.08.1: Snap Shot Dark interface w/couple new options.
Get v1.07

AOT for Reaper (no longer updated)
Make windows in REAPER always on top, move windows to mouse.
https://stash.reaper.fm/v/33956/AOT%...er%20v1.18.zip

Also my example of how to get & set the REAPER topmost pins using Lua code.
https://forum.cockos.com/showpost.ph...&postcount=330


Arrange FX
Add, Edit and change order of your favorite FX folders.
NOTE: Starting with REAPER v6.11+dev0525(May 25 2020) you can now drag fav fx folders or use Control+Up/Down keys to move them, so no real need for this app anymore unless you're running an older version of REAPER!
Download v0.07 Snap Shot

Cursors
REAPER cursors with ID number for easy reference.
See post #80

Get REAPER keys
Get a list of used and unused REAPER keyboard shortcuts
Download zip - Forum Thread

Get Control ID Under Mouse
Get control IDs of top-level windows for use with js_ReaScriptAPI functions, etc..
Download here - ScreenShot - Lua script version

Get media file lengths (Zip file in post #8)
Helper utility to copy/save media files time as text.
screenshot v1.0

Plug-ins Most Used
Forum thread
Download Plugins Most Used v0.05

ReaAction v1.03 - ScreenShot
Allows running REAPER "Main" actions from keyboard shortcuts while other applications have focus.

ReaBar Snap Shot
A toolbar button arranger. Copy, move toolbar buttons, duplicate toolbars, etc..
For REAPER v5.00 to v7.02 see, ReaBar v1.20.4
For REAPER v5.00 to v6.83 see, ReaBar v1.19.1

REAPER FX Presets Sorter
Sort, Re-order, Re-name, Delete, Import your REAPER FX presets (ini files).
Animated Screen Shot
Download v0.22 (Jan 26, 2023)
Forum thread about sorting preset files

REAPER WhatsNew v2
Makes downloading pre-release info and files, copying info for forum posting a tad easier.
v1.x ScreenCap

Stash View - Screen Shot
View users REAPER file repository uploads, sort by date, file size, save results, and more.

Track FX Comments
Create text file per project, with track FX and FX comment info.
See this post for more info or see readme in zip file (Download zip file v0.07).

VS CODE Snippet Builder
Create a Reascript (LUA only) snippet file for MS's VS CODE app.
* NO LONGER UPDATED - As of Sep 2023 this app still works.
Unless they changed the format in 'reascripthelp.html' it should work.

VSCode Snippet Builder v0.13
Forum Thread: Tools for VSCode
I also posted a snippet file here.

<<<<<<<< VB.Net Programing >>>>>>>>
Examples written in VB.Net using Visual Studio 2010.

Reaper Media Sender
Add media, Track templates, change Themes. REAPER v5.78pre4 adds WM_COPYDATA support.
https://stash.reaper.fm/v/36112/Reap...der%20v0.3.zip

LICEcap Snap
Resize and move LICEcap perfectly over a target window and start the capture.
Win10 tested - https://stash.reaper.fm/36904/LICEca...29%20v1.02.zip
Win7 tested - https://stash.reaper.fm/v/36111/LICE...ow%20v1.01.zip

Launching custom scripts
https://forum.cockos.com/showpost.ph...2&postcount=22

REAPER Portable Install Helper
VB.Net source code only! Created in Visual Studio 2010.
Install REAPER as portable to specific folder using installer defaults.
See comments in code, etc, change destination path (set to "M:\Reaper Portable"), etc to fit your needs.
Download VB.net project

Last edited by Edgemeal; 10-29-2023 at 12:05 PM.
Edgemeal is offline   Reply With Quote