Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'MIDIDevice Info' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | MIDIDevice Info |
Outputs
| Type | Name | Description |
|---|---|---|
| integer | Device ID | The unique ID of this MIDI device |
| string | Device Name | The name of this device. This name comes from the MIDI hardware, any might not be unique |
| boolean | Is Already In Use | Whether the device is already in use. You might not want to create a controller for devices that are busy. Someone else could be using it. |
| boolean | Is Default Device | True if this is the default MIDI device for input on this system |