Hello Urs,
in daw Reaper i using the plugin Osara, for can access the parameters of a synth, but in Hive i cannot find the list of modulation destinations and arpegiator.
You can in next version of Hive to write in the code so that all parameters can be managed?
I did screenshot the list of params, but due to poor eyesight i don't know there shows all the settings or not.
https://www.dropbox.com/s/7gzzjo3gy4r1o ... 1.bmp?dl=0
I can copy a list of all currently available parameters, and you can then determine what is missing.
Accessible Hive parameters.
- KVRAF
- 4197 posts since 23 May, 2004 from Bad Vilbel, Germany
The screenshot doesn't show any parameters, so I guess everything is missing!
-
- KVRist
- Topic Starter
- 43 posts since 22 Jan, 2016 from Ukraine
I can't properly make a screenshot.
I copied the parameter names and their values to show as a screenreader sees them.
Here is a link to a plugin that helps work with vst plugins on Reaper.
If anyone knows C++, we can see in the code how the plugin gets the settings.
https://github.com/jcsteh/osara
I copied the parameter names and their values to show as a screenreader sees them.
Code: Select all
Parameter: Osc1: Wave (22)
Value: Sawtooth unit
Parameter: MM1: Via Source (225)
Value: ModWhl unit
Parameter: MM1: Depth1 (226)
Value: -72.00 unit
If anyone knows C++, we can see in the code how the plugin gets the settings.
https://github.com/jcsteh/osara
-
- KVRist
- Topic Starter
- 43 posts since 22 Jan, 2016 from Ukraine
In this link gets information what Reaper look parameters on the plugins.
http://www.reaper.fm/sdk/vst/vst_ext.php#vst_ext
I have a small age and do not know programming to understand how it works!
http://www.reaper.fm/sdk/vst/vst_ext.php#vst_ext
I have a small age and do not know programming to understand how it works!
