Show / Hide Table of Contents

    NoteOn

    Sends a MIDI Note On command through all MIDI ports.

    Namespace: Panel.Midi

    Syntax

    MACRO

    Void Panel.Midi.NoteOn(Int32 channel, Int32 data1, Int32 data2)

    HTTP

    http://[ip]:4430/titan/script/2/Panel/Midi/NoteOn?channel={titanId}&data1={titanId}&data2={titanId}

    Parameters

    channel ( Int32 ) : The MIDI channel to send on.

    data1 ( Int32 ) : Note

    data2 ( Int32 ) : Velocity

    Back to top Copyright © 2021 Avolites Ltd