Page 1 of 1

creating vst-editor tutorials?

Posted: Fri Apr 19, 2013 6:01 am
by Etgo23
Hi!
I'm trying to create vst-editor for waldorf blofeld, but i dont know how to start doing it.
I have build many vst synths with synthmaker/flowstone but never tried to make vst-editor.
So do you guys know is there any tutorials how to start creating vst-editor or examples?

Re: creating vst-editor tutorials?

Posted: Fri Apr 19, 2013 5:41 pm
by Drnkhobo
Do you mean you want to control it?

What exactly do you mean Etgo23 ?

Re: creating vst-editor tutorials?

Posted: Fri Apr 19, 2013 5:58 pm
by Etgo23
Yeah, i mean control it.
I know that "softknobs" have done editor for blofeld, but i would like to learn and make my own editor for it.

Re: creating vst-editor tutorials?

Posted: Fri Apr 19, 2013 6:16 pm
by Drnkhobo
Oh man!

Page 113 of Blofelds Documentation will give you a list of midi messages/channels/numbers you can use to control the little beast you have.

Make an app in FS which sends midi messages to the 'Blo. . .

Basically you want to start reading up on the few threads on Midi here on the forums. . .

Re: creating vst-editor tutorials?

Posted: Fri Apr 19, 2013 6:19 pm
by Etgo23
Hey thanks!
Actually i figured out how to start this project and got some knobs working. Wuhuu :)

Re: creating vst-editor tutorials?

Posted: Fri Apr 19, 2013 6:20 pm
by Drnkhobo
Good luck man!

It seems a really nice synth & it shouldnt be too hard to make the app!

Wish I had one now LOL

Re: creating vst-editor tutorials?

Posted: Sat Apr 20, 2013 1:30 pm
by Etgo23
Now i could use some help with sysex :)
I'm trying to make knob to change blofelds "uni detune" value. There isnt any midi cc to change value.
I used Bome's SendSX to check sysex values for "uni detune", but i dont know i can use sysex values for the knob.
What is the best way to do this?