🥁Midi Tween

Tween animation using midi as input

Maps midi notes to any numeric or color property to drive animations synchronized to audio. While midi is traditionally used for playing music, Timeflow uses it to play graphics and animations. Midi Tween can be used to create all sorts of behaviors and effects from simple flashing colors to advanced setups mapping midi notes across a series of objects.

Midi Tween has just 1 channel when initially setup, though more channels may be added.

Midi Tween Editor

Select the object to view its settings in the Inspector.

For common features, please see Menu Bar and Update Settings.

Midi Input

Midi File

Assign the Midi File providing the midi data.

Track

Select which track in the Midi File to use as input. Only 1 track may be selected.

Notes

Selects which notes are used for input.

Each note in a midi file is identified by a value from 0 to 255, representing the musical scale from low to high (like numbering the keys on a piano from left to right). These values can also map to drum racks and any instrument.

All

All midi notes in the selected track are played without filter. Use this when any note will do.

Range

Filters the notes by a minimum and maximum value.

Only notes within the Min and Max range (or equal to) are played

Single

Respond only to a single note index and ignore all others.

This can be useful when working with layered percussion or other midi where you just want to pull out 1 note hit (such as a kick drum) to drive the tween behavior. Which note relates to which instrument depends on how the midi was created and is not fixed to any particular value.

Use the Notes Played section to get an idea of which notes are being played when.

The following two modes, Multiple Targets and Sequence Targets, are advanced setups for working with properties across multiple objects.

Multiple Targets

Use this mode to affect the same property value on multiple objects, with each mapped to a specific note. Usually the objects are children of the current object, though may be any collection of game objects you wish.

Sequence Targets

This mode is similar to Multiple Targets, however instead of mapping a specific note to each object, each object is triggered next in sequence for each note played.

Polyphonic

If enabled, multiple notes are allowed to play simultaneously and overlap, affecting how ADSR is calculated. Otherwise, each note is played individually and is interrupted by subsequent notes.

Disable polyphonic if the desired behavior is to play each note starting from the full off value, otherwise the computed value is cumulative and only returns to full rest once the note has fully played out (controlled by ASDR).

Min Velocity

Sets the minimum threshold to ignore any notes played under the specified velocity. Set to 0 to allow all notes to playe regardless of velocity.

Notes Played

This lists the note indices being played at any given time in the midi track. This is helpful to identify which notes specifically are being played.

Press Detect Note Range to list the notes being played at the current time.

This button also maps the notes to the objects when using Multiple Targets.

Target Property

This section changes depending on whether Multiple Targets or Sequence Targets is selected, though with typical settings it displays the single property being mapped to (same as in the Menu Bar above).

Activate Object

If enabled, the target object is activated (gameObject.activeSelf) when a note is played. Use this to reveal inactive objects when notes are played.

Multiple Targets

This section is displayed only when Notes mode is set to Multiple Targets. Each target object is listed with its own property mapping, output channel, and note selection.

The target property on each object is automatically assigned to the same corresponding property as the main one (shown in the menu bar, or first one listed).

Lists all target properties, most commonly children of the main object.
Target objects are childrend of the main Midi Tween object.

Rebuild the list using Gather Children. This also assigns the notes in the track to the objects sequentially, so that each object reacts to a separate note. The notes may be customized manually and set to ranges instead of individual notes. Multiple objects may respond to the same note if desired. It's also possible to set a minimum velocity to ignore any notes played too softly.

As an alternative to using Gather Children, you also use Add Channel to explicitly add a new property mapping.

When using multiple targets, each property is listed in the Timeflow view in its own channel. These channels are read-only and output the processed note values with the ADSR envelope applied.

Sequence Targets

This section is only displayed if the Notes mode is set to Sequence Targets. This is similar to Multiple Targets, however instead of mapping each object to a note range, objects are triggered in sequential order no matter which note is played.

Sequence Mode

  • Forward: Objects are processed from first to last (top to bottom) as listed.

  • Reverse: Objects are processed from last to first.

  • Random: Objects are triggered randomly based on the random seed set.

  • Skip: Objects are triggered in order skipping every X number.

  • Skip Reverse: Same as Skip, but in reverse order.

Using either Sequence Targets or Multiple Targets, it is generally assumed that the target properties of all objects are same or similar in nature.

Gather Children / Add Selected

When using Multiple Targets or Sequence Mode, you can bulk add object properties using these buttons. To add selected objects, first lock the Inspector window (lock icon in the upper right corner) so that the target objects can be selected without changing the inspector view.

Note that Gather Children replaces the entire list each time, while Add Selected appends the currently selected objects to the existing list.

When new objects are added to the list, it replicates the preceding or first property. It is usually helpful to configure the first object in the list before adding objects.

Note Processing (ADSR)

Notes are processed using an ADSR envelope (Attack, Delay, Sustain, Release). Please refer to the glossary for an explanation of ADSR.

Attack, Decay, and Release each have drop-down to select interpolation. For further information, please see Interpolation Modes.

Processing Mode

Interpolate

Each note is played normally and mapped to the full range of the Output Values.

Interpolate mode is most commonly used. Each note is played interpolating from the off value to the on value and back, based on the ADSR settings.

Increment

Each time a note is played, it progresses 1 step forward and increments by the amount specified by Value Increment. When the number of max steps has been reached (that many notes have been played) then it resets and starts the progression over.

Velocity

Each note in a midi file has a velocity value which corresponds to the intensity of the note. This is akin to whether a note is being played softly or aggressively. With Midi Tween the velocity values can be used in one of the following ways:

Ignore

Don't use note velocity. Use this mode to play every note the same regardless of its velocity.

Shorten Attack

This reduces the Attack time based on the note velocity. This has the effect of making harder played notes more immediate while softer played notes ramp up gradually, according to the Attack setting.

Scale Value

Applies note velocity as an intensity factor affecting the final output value. This is perhaps the most true interpretation of velocity since it makes the effects of harder played notes more visible than softer played notes.

Limit Sustain

This has the effect of shortening the duration of notes when they are played softly, while allowing louder notes (high velocity) to sustain longer, based on the Sustain setting.

Attack

Sets the time (in seconds) it takes for a note to ramp to full intensity from the moment it is played. A note with no attack (0) plays instantaneously at full strength, while an attack of 1 would take a full second for the value to interpolate from off to on while the note is being played.

Attack is an important value for Midi Tween because it affects the speed at which the behavior reacts to midi input. A low attack value makes midi notes more impactful and immediately visible, whereas a slower (longer) attack is more passive.

Anticipate

If enabled, the behavior begins reacting to a note before it starts playing so that the peak of the ADSR curve (when the attack is at maximum) lines up with the audible sound of the note.

Decay

Sets the time it takes to go from the full attack intensity to the sustain level. If a value of 0 is entered, there is no transition from the attack to the sustain level.

Sustain

This sets the holding value of the note once attack and decay have completed.

One way to understand sustain is to imagine pressing a key on a piano. If the key is pressed firmly and held down, the initial sound (the attack) is louder than the held note (the sustain level), and after it is released there is still some resonance until all sound stops.

Max Duration

If a value other than 0 is entered, the note played may only be held (sustained) for the duration entered. This may be helpful to shorten really long midi notes, forcing them to release once the max duration has been reached.

Release

Sets the time it takes for the note to fully stop playing after the note has been released. This can be thought of as a remaining resonance or fade back to the resting state.

Use release to gradually return back to the off value. Otherwise if release is set to 0, once the note is released it immediately returns to the off position.

Output Values

Note that the value fields are based on the data type of the Target Property.

Value Off / On

Set the resting "off" value and the full intensity "on" value for the property being targeted.

When a single float value is selected for the Target Property.

Multiply By (*)

Multiplies the on and off values. This can be useful to increase or decrease the intensity without changing the value directly.

Value Increment

If Increment mode is selected, sets the value to increment by with each step. The full "on" value is only reached after the increment is added up to the Max Steps, then it starts again from the "off" value.

Reverse

If enabled, the on and off values are swapped, interpolating in reverse order.

Note Offset

If enabled, the note played offsets the final value based on its position in the scale (note index) multiplied by the Increment amount.

The main use for note offset is to map the range of notes from low to high with ascending intensity, so that high notes result in a larger offset than low notes. This could be used to position an object up or down based on which note in the scale is played.

Relative

If enabled, rather than using the full note range (0-255) the offset is based on the lowest note in the track. This is often helpful when the midi track uses only a small note range (ex. 36-42) so that the offset amount starts at 0 from note 36 and up. Otherwise if disabled, each note played multiplies the increment offset by the full note value.

Increment

Sets the amount to increment for each note index.

Amount

Use this slider to blend the output back to the off value. This can be used to decrease the intensity of the Midi Tween effect overall and may be animated to control midi influence over time.

Override

If enabled, the final output value is overridden or blended with the override value, which may be a constant value, animated, or linked using Channel Link.

Override Blend

Blends the override value with the final result of Midi Tween. A value of 1 is full override.

Final Value

Displays the final output value. This field is read-only and displayed only for reference.

Advanced Settings

Play Audio

An audio clip may be assigned to be triggered whenever a midi note is played, according to the Notes selected for input.

One Shot

Plays the audio clip once per note played.

Sync Track

Use this mode with an audio clip that lasts the full duration of Timeflow. Each time a note is played, the audio plays for the duration but remains aligned to the start of the scene.

This mode was designed to work with music stems (multiple layers of audio) using midi notes to trigger specific stem tracks on and off (assuming all the stem tracks have the same duration and start point). When using live midi input, this could be mapped to an external midi control device, allowing on-the-fly toggling of layered audio over the main sound track.

Resume

This mode plays the audio clip resuming from that last point played. Each midi note plays the audio for the note duration, then stops until the next note is played.

One potential use for this is to use midi to playback narration or sound effects in specific order, but only when triggered by each midi note.

Set Shader Value

If enabled, the final value is applied to the named shader global using Shader.SetGlobalFloat, or corresponding method matching the property value type.

Send Message

This is an advanced feature for integrating Midi Tween with other scripts. When Send Message is enabled, each midi note detected invokes the method OnMidiNote(MidiNote note). Any scripts on the same game object which implement this method are invoked.

For code reference, please refer to OnMidiNoteEventHandler in MidiTween.cs at line #195.

Send Only

If enabled, the final output value is not applied and only message is sent on each midi note played. This could be used to implement custom behavior through a script and use Midi Tween to process notes, which it passes to the script to handle.

Broadcast

If enabled, instead of using SendMessage, BrodcastMessage is used. This operate in much the same way, however includes all child objects and descendants of the current object. This could be used with multiple targets when each has an instance of a custom script that performs additional note processing.

Runtime Only

Enable this to disable message sending in edit mode and only send messages at runtime. Use this if the scripts being targeted do not operate in edit mode.

Remote Control

This is similar to override, however instead of overriding the value it overrides the interpolation between values.

Use Remote Control to take over Midi Tween interpolation using another script or channel in Timeflow. This value may also be enabled/disabled in animation to override and customize the Midi Tween behavior at specific times.

Pass Thru

If this option is enabled, the remote value is added to the current midi processing instead of overriding it. Use this mode if you wish to use both midi file input and remote control simultaneously.

Last updated