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

Reply
 
Thread Tools Display Modes
Old 09-25-2022, 01:41 PM   #1
mpl
Human being with feelings
 
mpl's Avatar
 
Join Date: Oct 2013
Location: Moscow, Russia
Posts: 3,960
Default API: allow gfx.getdropfile to handle dropped FX [Implemented REAPER6.68+dev1003]

I`m trying to replicate drop-FX-to-pad behaviour of Ableton Rack for new version of RS5k manager. Usually it is for using synth-based drum rack.



What I need is to use gfx.getdropfile(idx ) not only for dropped files from browser or media explorer, but also FX, so on drop FX to ReaScript window it returns:

Code:
ret, str = gfx.getdropfile(0)
> str = 'FX: VST: ReaEQ (Cockos)'

ret, str = gfx.getdropfile(1)
> str = 'FX: VST: Delay TAPE-201 (Arturia)'
I used 'FX: ' prefix in my example, but that can be other synthax.

Last edited by mpl; 10-03-2022 at 11:51 AM.
mpl is offline   Reply With Quote
Old 09-29-2022, 06:17 PM   #2
Justin
Administrator
 
Justin's Avatar
 
Join Date: Jan 2005
Location: NYC
Posts: 15,721
Default

adding support for this, it will be "@fx:fx_ident"
Justin is offline   Reply With Quote
Old 09-29-2022, 08:47 PM   #3
mpl
Human being with feelings
 
mpl's Avatar
 
Join Date: Oct 2013
Location: Moscow, Russia
Posts: 3,960
Default

Great, thanks!
mpl is offline   Reply With Quote
Old 10-03-2022, 11:20 AM   #4
ferropop
Human being with feelings
 
ferropop's Avatar
 
Join Date: Jan 2016
Location: Los Angeles, CA
Posts: 3,116
Default

:O !
__________________
FERRO
Songs I've Written/Produced : https://sptfy.com/7SIW
Instagram : http://www.instagram.com/ferropop
ferropop is online now   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 11:05 AM.


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