PitchedDelay

PitchedDelay free delay | echo | pitch-shifter by lkjb

PitchedDelay is a free delay and echo and pitch shifter VST, VST3, Audio Unit plugin developed by lkjb. Compatible OS(s): Windows 64b, macOS.

PitchedDelay is a delay that allows the pitching the delayed signal. This can be done within or outside the feedback loop.

Besides the pitch shifting it has feedback, a basic filter in the feedback path for signal manipulation and mono, stereo and ping-pong mode per delay.

The plugin uses JUCE.

Changelog:

1.3.0:

  • Updated to new JUCE version.
  • added VST3 support.

1.2.2:

  • fixed bug with predelay volume.

1.2.1:

  • fixed bug with predelay time.

1.2.0:

  • added further pitch shift algorithm (from mda Detune).
  • added optional Predelay.
  • added 1/32th quantisation.
  • Windows x64 support (without Dirac LE).
  • fixed version, old fxps should be loaded without fxpFixer.

1.1.0:

  • added presets.
  • added pan/balance.

1.0.2:

  • updated JUCE to 2.0.28.
  • fixed: Audio Unit channel configuration.
  • fixed: avoid oscillation due to pitching by clipping feedback signal.

KVRDC12

https://lkjbdsp.wordpress.com/

PITCHD

PITCHD free delay | echo | pitch-shifter by WOK

PITCHD is a free delay and echo and pitch shifter VST plugin developed by WOK. Compatible OS(s): Windows.

PITCHD is a delay effect with an integrated pitch shifter.

The pitch of the echoes will drift depending on the semitone or fine detune knob.

The delay time can be set in milliseconds or host synced.

PITCHD is a member of our free one-trick-pony series.

Made with SynthEdit

http://www.wokwave.com

Pitchbend Scaler

ZynAddSubFX free software-synthesizer by paulnasca 2

Pitchbend Scaler is a free studio tools VST plugin Reajs and Reaper developed by octarone. Compatible OS(s): anyos.

Pitchbend Scaler is a very simple MIDI-only JSFX script that scales incoming Pitchbend messages by a specific factor, each channel has a different factor so it can be customized per-channel. This scaling is useful if the incoming pitchbend range is different than the range expected by the receiving synth after this script, and you can do it per-channel as well. For example a factor of 0.5 on Channel 1 will multiply all pitchbends on that channel by half, which means that the incoming pitchbend range is twice as small as the expected range (let’s say incoming pitchbend range is supposed to be ±1 semitone, while the next synth expects ±2 semitones, for example).

Despite the fact that the scale factor sliders are between 0…2, you can actually use any value outside this range, even negative values (which inverts the pitchbend but not as proper as the Pitchbend Inverter); you just have to type them manually instead of moving the slider. (which I recommend anyway for surgical precision to properly compensate for range differences)

https://sites.google.com/site/octarone

Pitchbend Smoother

ZynAddSubFX free software-synthesizer by paulnasca 2

Pitchbend Smoother is a free studio tools VST plugin Reajs and Reaper developed by octarone. Compatible OS(s): anyos.

Pitchbend Smoother is a MIDI-only JSFX script that smooths incoming Pitchbend events by slowly going from the previous value to the new value just received, with adjustable randomization and curve shape. Both the shape and the interval can be randomized as well, but only within the range you specify. When using this script, remember that it will introduce lag in the actual pitchbend effects, by its nature. That is in fact very normal for smoothing and is the whole point of it.

For instance, if you have a smooth interval of 500ms, that means it takes half a second to go from current pitchbend to the new pitchbend that was just received. Thus, the “new” pitchbend value will be in effect after half a second, and that’s the job of this script: when it sees a pitchbend event, it will smoothly go from the current value to that new one, in the interval specified. If another event happens while it is already in one interval (in other words, for that example, you send another pitchbend event before the 500ms are finished), it will instead go from whatever value it reached towards the new value, in another interval. Without this script, the “new” pitchbend value would be in effect instantly.

For more information and a diagram explaining the curve shape values, visit its dedicated page here.

https://sites.google.com/site/octarone

Pitchbend Randomizer

ZynAddSubFX free software-synthesizer by paulnasca 2

Pitchbend Randomizer is a free randomizer VST plugin for Reajs and Reaper developed by octarone. Compatible OS(s): anyos.

Pitchbend Randomizer is a MIDI-only JSFX script that generates smooth random signals to manipulate pitchbends directly with them. The generated internal signals are calculated in the same way as the Random Smooth Signal script, but only done for pitchbends. Then, it adds them to the input pitchbend (or zero, if none). This allows you to change the incoming pitchbend and vary it randomly, but smoothly, in time. The other difference is that it also generates a different signal for each channel — they will not be the same, and each channel will have a different variation.

The purpose of this script is to add some subtle (or not so subtle) variations to pitchbends, or use them as a control signal for some other parameter by linking them. You can even go crazy with it, to simulate some insane pitch effects.

Please see Random Smooth Signal for more information on how the randomized signal is generated and how it looks like. Even though it is similar to it, this script operates fully in the MIDI domain, no audio signals are present whatsoever, not even internally. You don’t have to worry about it, but the code can be quite messy because of this fact.

Lastly, please remember that the generated random smooth curve is randomly reset whenever there is a new note from an inactive channel, so there will be a discontinuity there. This is to give each brand new note that activates a given channel a different random variation and not carry over from a former note that already ended. Keeps it more natural and randomized. If you don’t want this behavior, filter the notes before sending MIDI to this script, and merge them later with the pitchbends on the MIDI bus (after the script).

https://sites.google.com/site/octarone

Pitchbend Filter by Note Channel

ZynAddSubFX free software-synthesizer by paulnasca 2

Pitchbend Filter by Note Channel is a free studio tools VST plugin Reajs and Reaper developed by octarone. Compatible OS(s): anyos.

Pitchbend Filter by Note Channel is a simple MIDI-only JSFX script that filters the Pitchbend messages by the last Note On’s channel, while leaving all other messages intact. That is, if a Note On is encountered, it will filter out any pitchbends with a channel that does not match the channel of the note, until the next Note On is received which may change this channel. Keep in mind that even if these pitchbends may be filtered out, their values are still remembered, so that if a new Note On happens that uses another channel’s pitchbend, its value will be restored to the exact last value it had (even though it wasn’t sent before).

The main purpose of this script arised from the Key Tuner. This is because the Key Tuner splits notes on different channels with different pitchbends, so we want a way to filter out the respective pitchbends for a given note’s channel. If you have a note splitter available but cannot split the Pitchbends properly to different paths/synths, then just send the entire pitchbend bus to the different destinations, and use this script as the first thing in each of them to filter out pitchbends that are unwanted, by using the notes and their channels (that were split).

You’ll probably not find a use for this script unless you’re doing weird stuff like me, but I released it anyway, who knows maybe it is useful to you. Slightly more information on its dedicated page here.

https://sites.google.com/site/octarone

Pitchbend Inverter

ZynAddSubFX free software-synthesizer by paulnasca 2

Pitchbend Inverter is a free studio tools VST plugin Reajs and Reaper developed by octarone. Compatible OS(s): anyos.

Pitchbend Inverter is a very simple MIDI-only JSFX script that inverts the Pitchbend’s effective value: up-shifts become down-shifts of equal amount, as long as the receiving synth has an equal up/down range on both sides (which should be the most common case). It also handles the fact that negative (down) pitchbends are slightly more precise than positive (up) pitchbends (8192 values instead of 8191, because of zero), so it does the proper conversion. Please note that it inverts all pitchbend messages, on any channel. If you want only a specific channel inverted, then please route it accordingly in the host.

One use of this script would be to link the inverted result to a synth parameter that should go the opposite way of the pitchbend. For example, let’s say you have a simple sampler that does basic pitchbending by slowing down or speeding up the samples. You want to time-stretch the sample itself, without affecting its pitch, but only its speed. To do that, send the pitchbend to the sampler to have the samples play faster or slower (which also modifies their pitch), and then use a pitch shifter effect, with the amount of shift equal to the inverted pitchbend. Basically, you play the sample faster and then down-pitch it back, or play it slower and then up-pitch it back. So, you just achieved crude (and manual) time-stretching. This is just one example, feel free to use it for anything else.

https://sites.google.com/site/octarone

Pitchbend Adder

ZynAddSubFX free software-synthesizer by paulnasca 2

Pitchbend Adder is a free studio tools VST plugin Reajs and Reaper developed by octarone. Compatible OS(s): anyos.

Pitchbend Adder is a simple JSFX script used to add an audio signal to Pitchbend events on the channels specified. The audio signal should be “normalized” between -1 and 1, representing the pitchbend range, which gets added to the pitchbend messages already present in the MIDI bus (but also creating new pitchbend messages if needed). So be careful! You can actually get out of range quite easily (it will get capped to max/min values in such a case). Other MIDI events are passed through. The input audio signal that gets added to the Pitchbend is mono, and it is added to all the channels specified. If you use it in a stereo configuration, it will probably be the left channel, so keep it in mind.

As you can imagine, the purpose of this little script is to be able to manipulate Pitchbend from audio, while adding it on top of other Pitchbend messages already present. If there are no such messages, then it will simply create Pitchbend messages out of the audio signal (because it is added to zero), while its precision is not limited to buffer chunks (unlike ReaControlMIDI), so it is superior even if you use it only to create pitchbends out of audio signals.

https://sites.google.com/site/octarone

Pipeline Pressure Control

Pipeline Pressure Control free filter by Turn2on

Pipeline Pressure Control is a free filter plugin for Reason developed by Turn2on. Compatible OS(s): .

Take full control of the water network right from the Reason rack. Adjust the pressure in the pipes, the flow rate, and even eavesdrop on what is happening on the other side of the pipe or inside it.

Product details

By passing a signal through a pipe, you simulate analog filtering. When a signal passes through a pipe, harmonics saturate according to the selected pipe type.

With this effect is available:
– 22 types of pipes
– pressure monitoring by means of a valve
– visual control
– correction of the signal level at the pipeline inlet and outlet.

The device is a means of monitoring the signal in the underground communication environment. This is one of the most recent techniques for check mixing control in our days.

https://turn2on.com

PIO

PIO free software-synthesizer by Tyapu

PIO is a free software synthesizer developed by Tyapu. Available format(s): VST for Windows.

PIO is a synthesizer features an ADSR, filter MOOG, pitcher, also has a Arpeggiator that is the heart of the synth.

PIO is class exclusive electronic sounds as were the sounds of your games to prinsipio births sounds as computers clasicos.

Pio has 50 song so you can start experimenting.

KVRDC12

Made with SynthMaker

https://tyapu.blogspot.com/