Page 2 of 5

Re: New Sound Designer Tool : Harm Gen Synth (non-Scope)

Posted: Tue Sep 18, 2018 4:46 am
by DragonSF
As a teaser:
midi implentation.pdf
(128.62 KiB) Downloaded 242 times

Re: New Sound Designer Tool : Harm Gen Synth (non-Scope)

Posted: Sat Sep 29, 2018 12:19 am
by DragonSF
Sorry for long time no posting. But I got good news: I've successfully ported the Teensy DSP code to a native VST. Now you can have more than 1 instance, 16 partials and (at the moment) up to 4 voice polyphony. Depending on the power of the machine, I made be able to enlarge the number of partials and voices. VST and GUI are communicating via IPC, as I'm not able - without reasonable - effort to port my Qt GUI to Juce VST.
The VST is in testing now and I'm quite happy with the results so far. If there is demand for a standalone version, I'm checking, if that is possible (ATM the standalone version doesn't allow to select an Audio Interface).

Re: New Sound Designer Tool : Harm Gen Synth (non-Scope)

Posted: Sat Sep 29, 2018 12:03 pm
by jksuperstar
That’s really interesting news, especially if you were able to reuse much of the code generated by teensy!

I downloaded the teensy files, and instead of the GUI, I was looking into adding a USB host port to talk with my Ableton Push 1, and then do the midi mapping from there. Just assessing it right now.

Re: New Sound Designer Tool : Harm Gen Synth (non-Scope)

Posted: Sat Sep 29, 2018 4:28 pm
by valis
I can post the GUI files if you would like.

Re: New Sound Designer Tool : Harm Gen Synth (non-Scope)

Posted: Sat Sep 29, 2018 8:50 pm
by jksuperstar
It probably is best I grab them if you don't mind. I am liking the Push->teensy interface...I think I'll make a stand-alone version of the midi mapper, and maybe add a sequencer some day ;) The first edition Push's are pretty cheap these days second hand, and make a great interface.

Maybe trying to integrate Push as an interface for scope-sync would be worthy...I can imagine controlling mixers, synths, and effects via the Push's interface directly, and auto-populating and auto-mapping the display/controls

Re: New Sound Designer Tool : Harm Gen Synth (non-Scope)

Posted: Sun Sep 30, 2018 2:47 pm
by DragonSF
valis wrote: Sat Sep 29, 2018 4:28 pm I can post the GUI files if you would like.
Yes, that would b e nice.

Re: New Sound Designer Tool : Harm Gen Synth (non-Scope)

Posted: Tue Oct 02, 2018 12:05 am
by DragonSF
Here you are: this zip contains the GUI and environment. Must be copied to c:\users\<username>\appdata\roaming. It should create a hydra-pro directory with all the run-time stuff needed..
The vst and Teensy code will follow.

Re: New Sound Designer Tool : Harm Gen Synth (non-Scope)

Posted: Tue Oct 02, 2018 2:26 am
by DragonSF
here is the vst teensy ino and library
HarmGenTeensy.zip

Re: New Sound Designer Tool : Harm Gen Synth (non-Scope)

Posted: Tue Oct 02, 2018 3:18 am
by DragonSF
Please be aware of the fact, that due to the IPC, both VST and GUI are using sockets at ports, starting from 33218. Strictly local ports, so please allow your firewall to give access.
For Teensy users: the Teensy controls are in a hidden Tab, which can be activated within the GUI.

Re: New Sound Designer Tool : Harm Gen Synth (non-Scope)

Posted: Wed Oct 03, 2018 2:53 am
by DragonSF
And here is the resynth app, which can be used to create harmgen (vfx) files from any .wav file.
Resynth.zip
(2.92 MiB) Downloaded 241 times

Re: New Sound Designer Tool : Harm Gen Synth (non-Scope)

Posted: Wed Oct 03, 2018 2:55 am
by DragonSF
DragonSF wrote: Wed Oct 03, 2018 2:53 am And here is the resynth app, which can be used to create harmgen (vfx) files from any .wav file.Resynth.zip
the wave file should be less than 6s and mono. You can add the appdata directory of hydra-pro on the commandline as parameter, Makes saving easier.

Re: New Sound Designer Tool : Harm Gen Synth (non-Scope)

Posted: Wed Oct 03, 2018 4:28 am
by DragonSF
In the newest GUI (not published yet), I've integrated Knobman-Style knobs.Image

Re: New Sound Designer Tool : Harm Gen Synth (non-Scope)

Posted: Thu Oct 04, 2018 5:16 am
by DragonSF
I added a theme (skin) facility. The user has a choice from standard ones or create his/her own. All knobs/slider heads are jknobman compatible (stitched images) and backgrounds/slider heads etc are just pngs. Some examples:

Re: New Sound Designer Tool : Harm Gen Synth (non-Scope)

Posted: Thu Oct 04, 2018 5:26 am
by DragonSF
@valis: could ypu please check, why there copies of the attachment shown? I actaully added only one of each!

Re: New Sound Designer Tool : Harm Gen Synth (non-Scope)

Posted: Thu Oct 04, 2018 9:10 pm
by valis
It's a bug if the database for the attachments tables. Thought I fixed it, I'll check later.

Re: New Sound Designer Tool : Harm Gen Synth (non-Scope)

Posted: Thu Oct 04, 2018 9:13 pm
by valis
Heh my 'fix' made it worse. Ok I'll have to dig in deeper later, apologies for delay.

By the way can you theme the channels themselves?

Re: New Sound Designer Tool : Harm Gen Synth (non-Scope)

Posted: Fri Oct 05, 2018 2:42 pm
by DragonSF
valis wrote: Thu Oct 04, 2018 9:13 pm Heh my 'fix' made it worse. Ok I'll have to dig in deeper later, apologies for delay.

By the way can you theme the channels themselves?
I can theme anything, but it's not clear to me, how do you want it to look. Each slider in different colors/heads ?

Re: New Sound Designer Tool : Harm Gen Synth (non-Scope)

Posted: Fri Oct 05, 2018 10:23 pm
by valis
It's the channels I would change. If you can use the existing graphics and simply have them blend a bit more with the images you're using in the background while keeping the depth of the channel black, I think it would look better.

Re: New Sound Designer Tool : Harm Gen Synth (non-Scope)

Posted: Sat Oct 06, 2018 3:06 am
by valis
Here's a quick example of what I'm seeing in terms of too much contrast on the channels (the slider controls should be the most obvious imo, check my edit on the background channel of the first 3) and the buttons (check the ADSR):Here's a quick example of what I'm seeing in terms of too much contrast on the channels (the slider controls should be the most obvious) and the buttons (check the ADSR):

Re: New Sound Designer Tool : Harm Gen Synth (non-Scope)

Posted: Sun Oct 07, 2018 4:58 am
by DragonSF
I see what you mean. I changed the theme according your advice. What do you think?