BASS.NET API for the Un4seen BASS Audio Library

BassVstBASS_VST_ProcessEventRaw Method (Int32, MidiShortMessage)

BASS.NET API for the Un4seen BASS Audio Library
Sends a MIDI (short)message to the VSTi plugin.

Namespace:  Un4seen.Bass.AddOn.Vst
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public static bool BASS_VST_ProcessEventRaw(
	int vstHandle,
	MidiShortMessage msg
)

Parameters

vstHandle
Type: SystemInt32
The VSTi channel to send a MIDI message to (as created by BASS_VST_ChannelCreate(Int32, Int32, String, BASSFlag)).
msg
Type: radio42.Multimedia.MidiMidiShortMessage
The already constructed MIDI short message to send.

Return Value

Type: Boolean
If successful, is returned, else is returned. Use BASS_ErrorGetCode to get the error code.
See Also

Reference