Toying with synthedit

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

Post

I have the demo of Synthedit, and I am having a blast.
I have learned that you can download 3rd party modules for Synthedit, and I'm looking for some new knobs that work in a different way. The ones that come packaged with Synthedit work by clicking on the knob and moving your mouse in a circular way around the knob. I find that to be quite distasteful because I prefer the vertical axis knob tweaking type of action, like in reason, and many commercial VST plugins.

Now I would like to ask a few questions.

Are there any Modules that are knobs and sliders and such that have the type of action that I said is common in commercial VST plugins and Reason?

Is the knob action hard coded into Synthedit its self?

If it is hard coded, can I code a nob using the SDK that behaves the way I want?

Post

1st a better place on KVR for SE :
http://www.kvraudio.com/forum/viewforum.php?f=23

2nd try the official support forum = largest audience

"Is the knob action hard coded into Synthedit its self?"
no.
Image

Post

use the slider, go to properties, and select appearance, small or large knob. these have default vertical response.
you come and go, you come and go. amitabha neither a follower nor a leader be tagore "where roads are made i lose my way" where there is certainty, consideration is absent.

Post

Mouse response is controlled by the image's text file (look in Synthedit/skins), the default behaviour is rotary but you can change it. In the image's text file you set the mouse response by using one of these lines of code:

Code: Select all

mouse_response horizontal

Code: Select all

mouse_response vertical

Code: Select all

mouse_response rotary
If there's already a mouse_response line in the text file just change it to the one you want. If not, just paste the line in. The text file should look something like:

Code: Select all

type animated
mouse_response vertical
Frame_size 40,40
If you want to change a knob that made of more than one image, like the standard subcontrol Moog knob, you will need to put the code line into the text files for all "mouse sensitive" parts. For the Moog knob that would be the text files for the cap and the knob but not the background image because it doesn't respond to the mouse.

Also, edit the text files before opening Synthedit. I don't think you can change the controls response after you've opened a control.

Post

A compliant VST host will actually pass the knob preference to the plug-ins. So it's best to support both and also provide an override just in case you're in one of those hosts that fail to offer a preference.

And don't forget circular relative either! (Though virtually everybody does).

Post

thanks for all your help, I've been quiate enligthened, and sorry about posting in the wrong forum.. I will post in the Modular synthesis forum on this topic more often. I ahve been able to use the vert setting in the corresponding text file for all my custom knobs! how fantastic! :love:

Post

Instead of starting multiple new threads on the same topic, just let any moderator know you want your original thread moved to a different forum. Otherwise people will duplicate each other's effort, answering the same thing multiple times, wasting their time and yours.

I'll delete the two redundant threads, move the one reply to this thread (see below), and move this one to Modular Synthesis. Good luck with it.
i have built a synth in the demo, and I've come a cross some trouble! I've built my synth so that I can cross-fade between noise and the main oscillator, but when I play chords the noise gets louder. is there any way I can set the noise oscillator to MONO mode independent from the other one?
WOK wrote:Put the noise OSC in it's own container and set this container properties polyphony to 1 note.
Or if you blend with a mixer and the noise OSC is always set to "Noise" then do not connect the MIDI to CV to it's pitch input.

Post

WOK wrote:Put the noise OSC in it's own container and set this container properties polyphony to 1 note.
Or if you blend with a mixer and the noise OSC is always set to "Noise" then do not connect the MIDI to CV to it's pitch input.
Ah lol I was wondering where my threads went :) thanks Meffy, and thanks WOK, I'll do that.

Post

WOK wrote:Put the noise OSC in it's own container and set this container properties polyphony to 1 note.
I can't seem to find the poly controls in the container properties window.
WOK wrote:Or if you blend with a mixer and the noise OSC is always set to "Noise" then do not connect the MIDI to CV to it's pitch input.
I never pitch connector pinned up anyway. 8)

Post Reply

Return to “Modular Synthesis”