Plujain Ramp 1.0 first release

Discuss anything new and newsworthy! See http://planet.linuxaudio.org and https://libreav.org/news for more Linux Audio News!

Announcements of proprietary software may fit better in the Marketplace.


Moderators: raboof, MattKingUSA, khz

Post Reply
houston4444
Established Member
Posts: 78
Joined: Mon Apr 02, 2018 6:53 pm
Has thanked: 3 times
Been thanked: 25 times

Plujain Ramp 1.0 first release

Post by houston4444 »

Plujain-Ramp is a mono rhythmic tremolo LV2 Audio Plugin.
Each period of the tremolo is made of one short fade in and one long fade out,
so we can say it generates musical pulses.
It can also generate pitched periods (see Speed Effect).
There is currently no GUI, but it's not really needed.

This plugin is provided in two versions: Plujain Ramp and Plujain Ramp Live.
Plujain Ramp contains one audio input/output, tempo is based on host and it follows tranport. It's for use in DAW.
Plujain Ramp Live additionally contains one midi input/output to allow user to synchronize multiples instances together. it also can start effect with a threshold.

source code is here:
https://github.com/Houston4444/plujain-ramp

You can ear examples of how can sound the plugin here:
https://soundcloud.com/user-420463073/s ... p-examples


Now let see the control ports and what they do:

Active: toggle Bypass/effect. This port will be used by allmost hosts to activate/deactivate the plugin. If this control is not checked, the effect will be bypassed. When Active is unchecked, plugin sends a Midi Stop signal to midi out.

Mode: (Plujain Ramp Live only)
  • Always Active:
    Effect is always active, a Midi Start signal in midi_in will restart effect to the begginning.
    Midi Stop signals are ignored.
    Pre-start is tretead as a period.
  • Start With Threshold:
    At start, out volume will be at the down of the Depth.
    If Depth is at 100%, signal will be muted.
    When signal in audio_in exceed "Input Threshold",
    effect is started and a Midi Start signal is sent to midi_out.
    If at the end of the effect period (last 50ms),
    signal in audio_in doesn't exceed "Leave Threshold",
    effect will be still alive but restarted the next time "Input Threshold" is reached.
    Pre-start is tretead as a period.
  • Host Transport:
    Effect will be always active but restarted with the transport.
    If transport "play" doesn't start at the begginning of a bar, effect will be restarted on the next bar.
    During Pre-start, volume is at the down of the depth (depth at 100% => Mute, depth at 0 => Bypass).
  • Midi In Slave:
    At start, out volume will be at the down of the Depth.
    If Depth is at 100%, signal will be muted.
    When midi_in receives a Midi Start signal, effect will start.
    When midi_in receives a Midi Stop signal,
    out volume will return to the down of the depth.
    During Pre-start, volume is at the down of the depth (depth at 100% => Mute, depth at 0 => Bypass).
  • Midi In Slave / Stop is Bypass:
    Same as Midi In Slave except that at start the effect is bypassed.
    a stop signal in midi_in will make it go back to bypass.
    Pre-start is tretead as a period.
Enter Threshold: (Plujain Ramp Live only) Only used in "Start With Threshold Mode", see "Mode/Start With Threshold"

Leave Threshold: (Plujain Ramp Live only) Only used in "Start With Threshold Mode", see "Mode/Start With Threshold"

Pre Start: Duration of the first effect period. Very useful when instance is slave. In "Midi In Slave" Mode,output volume will be at the down on the depth during this period. Unit is decided by "Pre Start Units".

Pre Start Units: Unit of "Pre Start".

Beat Offset: Shift the effect placement from -1/8beat to 1/8beat. Applied directly, but also changes the first period duration. Useful to make groove slave instances.

Sync Tempo: (Plujain Ramp Live only) Set Tempo to the host tempo.

Tempo: (Plujain Ramp Live only) If you don't know what a tempo is, not sure that this plugin will help you ! Ignored if "Sync Tempo" is checked.

Division: Duration of the effect period. Probably the most important control ! On "beat/2 t" and "beat/4 t", it plays effect with a syncope.

Max Duration: Max duration (in beats) of the effect period. After this max duration, volume will be at the down of the depth until next period. While Max Duration exceed Division, it doesn't changes anything.

Half Speed: Double period duration. Here to be assignated for live. If division is on "beat/2 t" or "beat/4 t", it plays only the highlight beat.

Double Speed: Divise period duration by 2. Here to be assignated for live. If division is on "beat/2 t" or "beat/4 t", it respectively plays beat/3 or beat/6.

Attack: Duration of the fade in of the period in milliseconds. Short duration could create artefacts. A long duration make a smooth effect, a bit like a reverse effect. If this exceed the real max duration of the period, the surplus will be ignored.

Shape: Shape of the fade out of the period. on 0 it will be a linear fade. negative values makes a faster curved fade out. Positive values makes a slower curved fade out.

Depth: Depth of the effect. At 100% signal will be totally muted at the end of the real max duration period.

Volume: Volume of the effect. At -80dB, signal is totally muted. This way you can use this instance only for managing the other ones, Practical if you need many other effects when you use this tremolo.

Speed Effect 1: Speed effect adds sound. It's not dependent of depth or volume. For example on "Octave -" , it plays the first half of the period two times slowly. This will gives an octaver consuming very few DSP resources. If the speed is faster than 1x (for example Octave+), it will sounds more as a pitched delay than as a pitch, except that the delay time depends on when the attack appears ! Effect will take the required audio time in the past to fill the period : for Octave+ (x2 speed), it will take all the previous period (more exactly the same time as the period before the period start) and the current period and stretch it. This explains why an attack at the start of the period will be repeated at half, and at the start of the next period. An attack at half of the period will be repeated at 3/4, and at 1/4 of the next period. Hard to anticipate but often beautiful.

Speed Effect 1 Vol: Volume of the speed effect 1 below. At -80dB, signal is totally muted.

Speed Effect 2: Same as Speed Effect 1.

Speed Effect 2 Vol: Volume of the speed effect 2 below. At -80dB, signal is totally muted.
Rodney
Established Member
Posts: 231
Joined: Mon May 28, 2018 3:56 pm
Has thanked: 9 times
Been thanked: 14 times

Re: Plujain Ramp 1.0 first release

Post by Rodney »

Wow, sounds beautiful! Great plugin man! Thank you very much for this, definitely checking it out.

Cheers,

Rodney
User avatar
milkii
Established Member
Posts: 477
Joined: Tue Jan 05, 2016 9:08 am
Location: Edinburgh
Has thanked: 92 times
Been thanked: 91 times
Contact:

Re: Plujain Ramp 1.0 first release

Post by milkii »

Now available for Arch derived distro users in the AUR https://aur.archlinux.org/packages/plujain-ramp-git

they/them ta / libreav.org / wiki.thingsandstuff.org/Audio and related pages / gh

houston4444
Established Member
Posts: 78
Joined: Mon Apr 02, 2018 6:53 pm
Has thanked: 3 times
Been thanked: 25 times

Re: Plujain Ramp 1.0 first release

Post by houston4444 »

Thanks. Happy to read that.
I take some pleasure to make it.
Enjoy !
Post Reply