Continuous


Navigation: Go to End of Page

A continuous element is used to control external wikipedia:Midi continuous controllers. jOrgan offers several specialized continous elements:

Chorus
Control Fluidsynth chorus.
Continuous filter
Filter messages of ranks.
Memory
Let combinations work on several memory levels.
Regulator
Engage switches.
Reverb
Control Fluidsynth reverb.

You can use jOrgan's customize wizard to easily adjust continuous elements to your required wikipedia:Midi settings.

Properties

value
The current value of this element between 0.0 and 1.0
duration
Duration of change:
infinite
keep value infinitely
none
change value to 0.0 immediately
n
change value to 0.0 after n milliseconds
threshold
A threshold for value changes which must be exceeded for a change to be accepted, default is 0.05.

References To

None.

Referenced from

Combination
The combinations which set the value of this element.
Console
The console this element is placed on.

Messages

All messages are sent to / received from referring connectors:

Change
Message to change the value of this element on. Variables: value [0.0 - 1.0]
Changed
Message to emit when the value of this element has changed. Variables: value [0.0 – 1.0]


To control a continuous element via a volume change (7) wikipedia:Midi message you could use the following values:

Name

MPL

Change

equal 176, equal 7, div 127 | get value

You can read this message as: "Every time a volume change is received, divide its data2 by 127 and use it as the new value."



Navigation