[announce] VeeSeeVST Rack VST2 plugin

Modular Synth design and releases (Reaktor, SynthEdit, Tassman, etc.)
Post Reply New Topic
RELATED
PRODUCTS
VCV Rack

Post

Thanks for the link, but those examples are not close.

Post

Hi all,

here's a new release which adds two new modules:

https://youtu.be/R5npTzoZgzw
Core.ParamProxy can be used to redirect CV inside a patch to VST params.
It therefore makes it possible to modulate params (knobs, sliders, ..) which can usually not be modulated.
Each module instance can modulate up to 8 params.
When no CV input (0..10V unipolar) is connected, the constant knob ("CO") controls the target param.
The min and max knobs can be used for rescaling the input value to a different range.
The param ID knob ("ID") controls the target param ID (globally unique VST param id).
It's not necessary to edit it manually, though. Instead, hover the mouse over the widget you want to control, press "ctrl-w" (copy param value + id), then click one of the buttons in the ParamProxy module to learn the param ID. When a row has a valid param ID (> 0), its button will turn green.

:idea: A word of caution: Some knobs / sliders may trigger expensive calculations so be careful with what you're modulating !

I've also added a half-width version of the Core.Notes module, named Core.HalfNotes. It's useful for labeling param assignments, for example.

Code: Select all

** May 5th, 2019
- add Core.ParamProxy module  (redirects CV or constval to VST param)
- add Core.HalfNotes module   (same as Core.Notes but half the width)
- update plugin SDK
veeseevstrack_0_6_1_win64_bin-05May2019.7z (win64)
veeseevstrack_0_6_1_win32_bin-05May2019.7z (win32, unsupported)
VeeSeeVSTRack plugin SDK

Post

Thanks. :)
[====[\\\\\\\\]>------,

Ay caramba !

Post

Thanks!!! better and better every day!

Post

The Penguin keeps up:

http://linux-sound.org/misc/veeseevstra ... 019.tar.gz

Best regards,

dp

Post

Hello,
reporting:

ABLETON LIVE 10: GOOD
REASON 10: GOOD
CAKEWALK BY BANDLAB: NOT RECOGNIZED

Post

StudioDave wrote: Mon May 06, 2019 1:45 pm The Penguin keeps up:

http://linux-sound.org/misc/veeseevstra ... 019.tar.gz
Much obliged ! Added to VeeSeeVSTRack#downloads

MUSICOELECTRO wrote: Mon May 06, 2019 6:21 pm Hello,
reporting:

ABLETON LIVE 10: GOOD
REASON 10: GOOD
CAKEWALK BY BANDLAB: NOT RECOGNIZED
confirmed, analysed, fixed, and updated:
Image
veeseevstrack_0_6_1_win64_bin-05May2019_cakewalk_hotfix-06May2019.7z (it's an incremental update, i.e. you have to copy the hotfixed DLL files into the "vst2_bin/" dir)

Post

So fast!!
Thanks.


I have more observations:
with this new fix, in my Cakewalk only shows the fx plugin; the instrument is not listed.

Other: In VCV RACK we can to move the rack horizontaly pressing the SHIFT key and middle mouse button.
Here is not possible yet.

Can you do something?

Post

MUSICOELECTRO wrote: Mon May 06, 2019 11:41 pm [..]Cakewalk only shows the fx plugin; the instrument is not listed.[..]
As you can see in the screenshot, the instrument plugin is already working in Cakewalk. Maybe you have to rescan the plugins ?
MUSICOELECTRO wrote: Mon May 06, 2019 11:41 pm Other: In VCV RACK we can to move the rack horizontaly pressing the SHIFT key and middle mouse button.
Here is not possible yet.

Can you do something?
That's probably a feature from a newer Rack version (VSVR is based on Rack 0.6.1).
Since it's a simple one, I've just (re-)implemented it. Here's an update:
veeseevstrack_0_6_1_win64_bin-05May2019_cakewalk_hotfix-07May2019.7z
The update also removes some debug leftovers (log prints) which could have caused a performance regression.

Post

Thanks for your disposition.

Post

Thank you. I was wondering is there reason we are missing modules from bogaudio as shown here?

https://github.com/bogaudio/BogaudioModules

Post

bsp804 wrote: Tue May 07, 2019 8:48 am As you can see in the screenshot, the instrument plugin is already working in Cakewalk. Maybe you have to rescan the plugins ?
I found the solution in Cakewalk:
the software don´t recognize the instrument plugin inside 2 folder levels, but in the first folder yes.
You do not have the required permissions to view the files attached to this post.

Post

VeeSeeVST Rack in CbB

thanks for fix @bsp804

Post

Here's a new release.
I've also written a new module named BeatFreq.
It can be used to transpose incoming pitch CV signal by octaves, semitones, cents, and it can also generate a note-independent beat frequency, which is useful for stacked oscillators:
https://youtu.be/AZVJNArv5kM

Code: Select all

** May 7th, 2019
- fix plugin detection in Cakewalk by BandLab (64bit)
- implement horizontal scroll lock (hold shift key)
- update Bogaudio.*             0.6.13 => 0.6.14
- add module Bogaudio.AddrSeq
- add module Bogaudio.EightOne
- add module Bogaudio.OneEight
- add module Bogaudio.Walk
- add module Bogaudio.Walk2
- add module bsp.BeatFreq
veeseevstrack_0_6_1_win64_bin-07May2019.7z (win64)
veeseevstrack_0_6_1_win32_bin-07May2019.7z (win32, unsupported)
VeeSeeVSTRack plugin SDK

Post

bsp804 wrote: Tue May 07, 2019 3:15 pm Here's a new release.
I've also written a new module named BeatFreq.
It can be used to transpose incoming pitch CV signal by octaves, semitones, cents, and it can also generate a note-independent beat frequency, which is useful for stacked oscillators:
https://youtu.be/AZVJNArv5kM

Code: Select all

** May 7th, 2019
- fix plugin detection in Cakewalk by BandLab (64bit)
- implement horizontal scroll lock (hold shift key)
- update Bogaudio.*             0.6.13 => 0.6.14
- add module Bogaudio.AddrSeq
- add module Bogaudio.EightOne
- add module Bogaudio.OneEight
- add module Bogaudio.Walk
- add module Bogaudio.Walk2
- add module bsp.BeatFreq
veeseevstrack_0_6_1_win64_bin-07May2019.7z (win64)
veeseevstrack_0_6_1_win32_bin-07May2019.7z (win32, unsupported)
VeeSeeVSTRack plugin SDK
:clap:

Post Reply

Return to “Modular Synthesis”