HourGlass 1.4.1 pre 1 / 1.3.0
|
Date Added: |
Oct 05, 2013 04:13 AM |
Publisher's Description: |
This will be of interest mostly to Cockos Reaper users who are already familiar on how to use ReaScript. (Explaining setting up Python for use with Reaper is beyond the scope of this blog post. But if you came reading here based on the forum threads at Cockos’ forum, ask for ReaScript assistance there.)
I did some Python script actions for Reaper to randomize parameters of VST/JS etc plugins. These actions work for multiple plugins on different tracks. They can even keep settings per Reaper project since they use the Reaper assigned GUIDs (Globally Unique IDentifiers) to keep track of plugins. (ReaScript doesn’t have proper facilities to save and load settings per Reaper project, so this is the best that could be done so far.) The settings of the system are stored at the same location as Reaper’s INI-setting files with the name “xenakios_fxparamlearn.json” in JSON text format. If you encounter a problem using these scripts, looking/editing or deleting that file might solve the problem.
In the zip file a folder of following scripts is included :
randomize_fx_params_learn_last_touched.py
When you have touched (moved) a parameter of a plugin, this will assign that parameter to the randomization system.
randomize_fx_params_add_all_parameters_of_touched_plugin.py
When you have touched a parameter of a plugin, all parameters of that plugin will be assigned to the randomization system, excluding the bypass and wet/dry mix parameters added to the plugins by Reaper itself. These parameters can however be manually assigned in addition, using the action randomize_fx_params_learn_last_touched.py.
Adding all parameters of a plugin might produce very unpredictable and even useless results. I recommend manually assigning only “nice” parameters to the system.
randomize_fx_parameters.py
This does the actual randomization once at least one parameter of some plugin has been added to the system.
randomize_fx_params_set_lowlim.py
randomize_fx_params_set_highlim.py
These allow constraining the randomization of a parameter to a range. Move the plugin parameter to a desired limit position and call either of these actions to set the limit. If the parameter was not already added to the randomization system, it will be added automatically.
|
Screenshot: |
|
Documentation: |
http://xenakios.wordpress.com/ |
Last Download: |
Feb 07, 2023 03:48 AM
|
Downloads: |
154 |
OS: |
Windows |
Rating: |
|
|
|