-
Orangery
posted in tutorials • read moreThanks very much for sorting it. The patch works really well with some microtonal tunings. My intention was to record some miniatures to demonstrate its usefulness but Audacity is giving me a hard time at the moment (something to do with my VSTHost set up).
Replacing "random 9 /+2" with "random 9/-11" produces a different harmony. as the randomly generated notes are now an octave lower. So for example, C3, E3 would become E2, C3.
-
Orangery
posted in tutorials • read moreThe patch works fine but not quite what I had in mind, as the interval is constant (unless I'm not using it correctly).
The idea was to randomly select an interval each time a note is depressed, say from a second to a minor 7th. This would equate to a number from 2-10 on your scale (I miss off 0, 1, 11 and 12 but not essential).
-
Orangery
posted in tutorials • read moreWell, I'm still using the first version, as it's a little easier for me to understand and I'm happy with it, thank you.
I like the fact that PlugData can be used inside of VSTHost. It means I can modify the code within a patch on the fly and hear the effect (if any).
Creating new instances of plugins is easy in VSTHost (right click on plugin - new instance). The set-up below creates a wild harmonising effect.

Both synths have the same parameters (doesn't have to be the case) and are both fed pitch bend instructions from two instances of the "DirtyPatch" you created, One almost at minimum setting and the other on max.
How difficult would it be to create a "standard" harmoniser patch (2nds, minor thirds, major thirds etc) with an element of randomisation? It should run alongside DirtyPatch and another instance of the synth (or synth only).
-
Orangery
posted in tutorials • read moreUpdate: I now have the PlugData application in my VST folder and loaded up your "out-of-tune.pd" script (first version) in VSTHost via PD (following "dreamer's" advice).
Yes, the Dirty Pitch controller seems to work well and is a lot of fun and very much appreciated! Others have also provided ideas (scripts); maybe I should try them too?
Thank you everyone.
-
Orangery
posted in tutorials • read more@dreamer said:
@Orangery You have to install plugdata and open the pd patch from there.
Ah, I see now, thanks. As PlugData was already installed on my machine, I just copied it to my VST folder, fast updated plugins and opened the application in VSTHost (so basically what you said). Thanks for that.
-
Orangery
posted in tutorials • read moreThank you everyone for spending time on this.
Just to clarify, I use VSTHost by Hermann Seib (instead of a DAW) to summon virtual synths and effects, something like this:
MIDI in (MIDI keyboard) - Synth - Reverb - MIDI out
And this is what I would like to achieve:
MIDI in - Dirty Pitch - Synth - Reverb - MIDI out
The Dirty Pitch is not intended to produce any sound, just static random pitch bend MIDI messages for the virtual synth to produce an ANTI autotune effect controllable by the user.
So the Dirty Pitch PlugData script, would need to be converted/compiled (or whatever) into a VST3 Plugin format.
Dave S.
-
Orangery
posted in tutorials • read moreI'm using PlugData for the first time tonight. I got as far as creating one object (an oscillator) which I actually don't need for this project.
Anyone familiar with Mark Henning's AnaMark virtual synth? Well, I'm trying to recreate the "Dirty Pitch" control knob that allows random tuning of a note (or notes) in PlugData.
This is to spice up 12 tone equal temperament, especially good for older types of instrument sounds. On Max setting, the knob (or slider) might produce a random variance of +/- 50 cents, for any synth that lies in between it and the VST host (I don't use a DAW).
Can anyone help with this?
Thank you,
Dave S.
