NOW LOADING

MidiFunctionBlockDirection


The flow direction for a function block, from the block's point of view
Namespace Microsoft.Windows.Devices.Midi2
Type Name MidiFunctionBlockDirection
Type WinRT Enumeration (a 32-bit unsigned or signed integer)
IDL MidiFunctionBlockDirectionEnum.idl
Library Microsoft.Windows.Devices.Midi2.dll

Indicates the message flow for a function block. Note that this is, per the specification, from the function block’s point of view. So, for example, a function block specifying BlockOutput would be a sender of messages, and therefore used as an input in the API.

Properties

Property Value Description
Undefined 0x0 Unknown or undefined
BlockInput 0x1 This block represents an input function, from the block’s point of view.
BlockOutput 0x2 This block represents an output function, from the block’s point of view.
Bidirectional 0x3 This block represents a bidirectional function.

Didn't find what you were looking for?

Windows MIDI Services is an open source project with all source available on GitHub. We have a great community on Discord as well. Between GitHub and Discord, you should find the information you are looking for.