jp.keijiro.vzovfx

1.0.0 • Public • Published

VzoVfx

gif

VzoVfx is a Unity VFX Graph extensions for the VZO plugin that allows accurate synchronization between DAW and VFX.

Components

VZO Trigger

VZO Trigger invokes given UnityEvent entries with received note data (int pitch, float velocity).

VZO Trigger to VFX

VZO Trigger can't invokes VFX events directly. You can use VZO Trigger to VFX to relay these events to VFX. It invokes VFX events on VZO note events with note attributes. See the VzoTrigger.unity sample for details.

VZO Buffer

VZO Buffer receives VZO note/CC events and stores the current status into a Graphics Buffer. It's handy to create non-trigger dependent effects. See the VzoBuffer.unity sample for details.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i jp.keijiro.vzovfx

    Weekly Downloads

    4,151

    Version

    1.0.0

    License

    Unlicense

    Unpacked Size

    11.2 kB

    Total Files

    20

    Last publish

    Collaborators

    • keijiro