[RWP] accessable efects vst's?

Chris Belle cb1963 at sbcglobal.net
Sat Oct 27 17:55:09 EDT 2012


No, you can do child windows, reference window titles, and pass variables, 
all sorts of things, even with the baby programming I do, I've managed to do 
quite a bit with it, but with your formidable skills you could make it sing 
and dance.

I'll put a sample file here, this is the one for sfz for sonar.

I've made menus, and mouse cordinates, and hotkeys and also hot strings.

I really dig those because you can make any word with an ending character go 
to a slider or control like for pan in sessiondrummer 3 I do p1. and I'm on 
the pan 1 slider.

snip
#IfWinActive,sfz
SetTitleMatchMode 2
;msgbox,32,-,`n I am a factory copy `n,5
Menu, files-menu, Add, presets-list
Menu, files-menu, Add, recent-files-list
Menu, files-menu, Add, load-a-sfz-file-or-sample
Menu, files-menu, Add, midi-channel
Menu, files-menu, Add, bank
Menu, files-menu, Add, patch
Menu, files-menu, Add, mode
Menu, files-menu, Add, quality
Menu, files-menu, Add, polyphony
Menu, files-menu, Add, fx-toggle
Menu, files-menu, Add, help
return
; End of script's auto-execute section.
#z::
sleep 500
Menu, files-menu, Show
return

;presets list
presets-list:

#+p::
::ps::
::presets::
::pr::
::pre::
click 74,32
click 74,32
return
;recent files list
recent-files-list:

#!+r::
::recent::
::rf::
::rfl::
::re::
::rec::
click 174,99
return
;load
load-a-sfz-file-or-sample:
::load::
::lo::
::ld::
::l::
!+l::
click 186,93
return
;midi channel
midi-channel:
::mc::
::midi channel::
::chan::
::ch::
::midchan::
::mid chan::
::mid::
::c::
!+c::
click 84,116
return
;bank
bank:
::bnk::
::bank::
::b::
!+b::
click 169,116
return
;mode
mode:
::mo::
::mode::
::mod::
::m::
!+m::
click 83,95
return
;quality
quality:
::qua::
::qu::
::qual::
::q::
!+q::
click 93,148
return
;polyphony
polyphony:
::p::
::pol::
::poly::
::polyphony::
::py::
!+p::
click 437,137
return
;patch
patch:
::pat::
::program::
::prg::
::prog::
::patch::
::h::
!+h::
click 272,113
return
;effects toggle
fx-toggle:
::fx::
::f::
::x::
::fxt::
!+f::
click 98,164
return
;help
help:
::help::
::?::
#+h::
!+f1::
sleep 250
MsgBox,32,help-registered to Chula the Cat,`n alt-shift-l loads a file `n 
alt-shift-b changes banks `n alt-shift-c changes midi channel `n alt-shift-h 
changes patch `n alt-shift-p sets polyphony `n alt-shift-m sets mode `n 
alt-shift-q sets quality `n alt-shift-f is effect toggle `n windows-shift-p 
is presets list `n windows-shift-r is recent files list `n`n You have many 
hot strings to use try some type the whole word or part of the word to do an 
action followed by a . period symbol like this `n load. `n will load your 
file `n prg. `n will change patch or program `n q. `n will change quality 
setting `n And so on and so on `n type help. or alt-shift-h or 
windows-shift-h or alt-shift-f1 for this help `n For a menu of all commands 
do `n windows-z `n win-shift-x will unload your script when not focused in 
the sfz window.`n written by Chris Belle www.affordablestudioservices.com`n
return
#IfWinNotActive,sfz
setTitleMatchMode 2
#+x::
msgbox,32,-,unloading sfz script `n,4
exitapp
return

end snip

For all your audio production needs and technology training, visit us at
www.affordablestudioservices.com
or contact Chris Belle
cb1963 at sbcglobal.net
or Stephie Belle
sdb1961 at sbcglobal.net
for customized web design
----- Original Message ----- 
From: "Jim Snowbarger" <Snowman at SnowmanRadio.com>
To: "Reapers Without Peepers" <rwp at reaaccess.com>
Sent: Saturday, October 27, 2012 4:30 PM
Subject: Re: [RWP] accessable efects vst's?


> Does AHK have the ability to reference it's coordinates against a 
> particular corner of a particular windows?  Or, are they absolute screen 
> coords.
>
> ----- Original Message ----- 
> From: "Chris Belle" <cb1963 at sbcglobal.net>
> To: "Reapers Without Peepers" <rwp at reaaccess.com>
> Sent: Friday, October 26, 2012 8:24 AM
> Subject: Re: [RWP] accessable efects vst's?
>
>
>> Yes, the vst windows aren't the same.
>>
>> The cordinates are different.
>>
>> Someone I think Gord, said it's just a matter of an offset, but we 
>> haven't figured it out yet.
>>
>>
>> For all your audio production needs and technology training, visit us at
>> www.affordablestudioservices.com
>> or contact Chris Belle
>> cb1963 at sbcglobal.net
>> or Stephie Belle
>> sdb1961 at sbcglobal.net
>> for customized web design
>> ----- Original Message ----- 
>> From: "Patrick Perdue" <patrick at pdaudio.net>
>> To: "Reapers Without Peepers" <rwp at reaaccess.com>
>> Sent: Friday, October 26, 2012 6:59 AM
>> Subject: Re: [RWP] accessable efects vst's?
>>
>>
>>> Just curious, what about the AHK stuff doesn't translate? I'm not 
>>> familiar enough with any of your stuff, and have never really tried 
>>> using many plugins in Reaper that need such things. I'm mostly an audio 
>>> guy, and 95% of the plugins I use for processing and such are accessible 
>>> enough using either their native interfaces, or the ReaAccess automated 
>>> parameter list thingy. I've yet to really get into the world of 
>>> softsynths, where this is more of an issue.
>>> Is it just that the coordinates no longer match up, even when the plugin 
>>> in question gets it's own window?
>>>
>>> On 10/26/2012 6:16 AM, Chris Belle wrote:
>>>> It's just too bad all the fine work that's been done for sonar with
>>>> third party plugs won't translate to reaper, including my own stuff 
>>>> done
>>>> with autohotkey.
>>>>
>>>> This represents years of community effort, both paid nad free.
>>>>
>>>> Yup, advanced screen-reader skills ie using your mouse, and looking for
>>>> tool tips, and finding those pesky places to load samples, impulses,
>>>> whatever will be necessary.
>>>>
>>>> Doing reaper is like the wild wild west again.
>>>>
>>>>
>>>> ----- Original Message ----- From: "Kerry Hoath" <khoath at gmail.com>
>>>> To: "Reapers Without Peepers" <rwp at reaaccess.com>
>>>> Sent: Friday, October 26, 2012 1:36 AM
>>>> Subject: Re: [RWP] accessable efects vst's?
>>>>
>>>>
>>>>>
>>>>> They are all in the bundle you already got.
>>>>> Please make sure under vsp in preferences you set use generic intrface
>>>>> for vsts they are far more accessible this way.
>>>>> also understand if you don't want to review cursor give up on many
>>>>> vsts now.
>>>>> regards, Kerry.
>>>>>
>>>>> On 26/10/2012 11:15 AM, trahern culver wrote:
>>>>>> hey all please can any one recommend individual or a sweet of vst's
>>>>>> that is completely accessible and has the following effects:
>>>>>>
>>>>>> reverb and spring reverb
>>>>>>
>>>>>> delay and tape delay
>>>>>>
>>>>>> filtering vst with all the regular filters
>>>>>>
>>>>>> bit crushing and distortion effect
>>>>>>
>>>>>> compressor and multi band compressor
>>>>>>
>>>>>> eq and multi band eq
>>>>>>
>>>>>> tape warmer
>>>>>> limiting efect
>>>>>>
>>>>>> bass enhancement effect
>>>>>>
>>>>>> some kind of arpagator
>>>>>>
>>>>>> step sequencer
>>>>>>
>>>>>>
>>>>>>
>>>>>> if theres any more i think of i'll let you guys know i don't mind
>>>>>> paying.
>>>>>>
>>>>>> your help with this question would be most welcome kind regards 
>>>>>> trahern.
>>>>>> _______________________________________________
>>>>>> RWP mailing list
>>>>>> RWP at reaaccess.com
>>>>>> http://reaaccess.com/mailman/listinfo/rwp_reaaccess.com
>>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> RWP mailing list
>>>>> RWP at reaaccess.com
>>>>> http://reaaccess.com/mailman/listinfo/rwp_reaaccess.com
>>>>
>>>>
>>>> _______________________________________________
>>>> RWP mailing list
>>>> RWP at reaaccess.com
>>>> http://reaaccess.com/mailman/listinfo/rwp_reaaccess.com
>>>
>>>
>>> _______________________________________________
>>> RWP mailing list
>>> RWP at reaaccess.com
>>> http://reaaccess.com/mailman/listinfo/rwp_reaaccess.com
>>
>>
>> _______________________________________________
>> RWP mailing list
>> RWP at reaaccess.com
>> http://reaaccess.com/mailman/listinfo/rwp_reaaccess.com
>>
>
>
>
> _______________________________________________
> RWP mailing list
> RWP at reaaccess.com
> http://reaaccess.com/mailman/listinfo/rwp_reaaccess.com 





More information about the Rwp mailing list