Go Back   Cockos Incorporated Forums > REAPER Forums > REAPER Feature Requests

Reply
 
Thread Tools Display Modes
Old 03-19-2020, 02:15 AM   #1
OLSHALOM
Human being with feelings
 
Join Date: Sep 2019
Location: Austria
Posts: 461
Default start selection at edit cursor, end at mouse position

start selection at edit cursor, end at mouse position

This action would be helpful for precisely copy/paste one or more specific notes in audio editing.
Without generating unnecessary items via splits.

Idea is:

start selection at edit cursor, end at mouse position
copy selection in selected items
paste it....


Or did I missed something?

Thanks for help, Oliver
OLSHALOM is offline   Reply With Quote
Old 03-24-2020, 05:45 AM   #2
dsyrock
Human being with feelings
 
dsyrock's Avatar
 
Join Date: Sep 2018
Location: China
Posts: 565
Default

A little script can make this happen

Code:
local cur=reaper.GetCursorPosition()
local mouse=reaper.BR_PositionAtMouseCursor(true)
if mouse>cur then reaper.GetSet_LoopTimeRange(true, true, cur, mouse, false) end
Make sure you have installed the SWS extension.
dsyrock is online now   Reply With Quote
Old 03-30-2020, 01:55 PM   #3
OLSHALOM
Human being with feelings
 
Join Date: Sep 2019
Location: Austria
Posts: 461
Default

Quote:
Originally Posted by dsyrock View Post
A little script can make this happen

Code:
local cur=reaper.GetCursorPosition()
local mouse=reaper.BR_PositionAtMouseCursor(true)
if mouse>cur then reaper.GetSet_LoopTimeRange(true, true, cur, mouse, false) end
Make sure you have installed the SWS extension.

Exactly what I needed, thanks a lot.
OLSHALOM is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 01:12 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.