Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
PortMidi.OpenOutput
Opens an output device.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
PortMidi | 4.2 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |
MBS( "PortMidi.OpenOutput"; DeviceID { ; BufferSize; Latency } ) More
Parameters
Parameter | Description | Example | Flags |
---|---|---|---|
DeviceID | The device ID, a number from 0 to PortMidi.DeviceCount-1. | 0 | |
BufferSize | Optional, Specifies the number of output events to be buffered waiting for output. Default is 100 if you don't pass this parameter. | 0 | Optional |
Latency | The latency you want. Default is zero. Latency is the delay in milliseconds applied to timestamps to determine when the output should actually occur. (If latency is < 0, 0 is assumed.) If latency is zero, timestamps are ignored and all output is delivered immediately. If latency is greater than zero, output is delayed until the message timestamp plus the latency. In some cases, PortMidi can obtain better timing than your application by passing timestamps along to the device driver or hardware. Latency may also help you to synchronize midi data to audio data by matching midi latency to the audio buffer latency. |
10 | Optional |
Result
Returns StreamRef or error.
Description
Opens an output device.Midi reference numbers are starting at 17000 and counting up for each new midi stream.
See also
- PortMidi.GetDefaultOutputDeviceID
- PortMidi.GetDeviceID
- PortMidi.GetFilter
- PortMidi.OpenInput
- PortMidi.Poll
- PortMidi.ReadMessage
- PortMidi.SendMessage
- PortMidi.SendSysExHex
- PortMidi.SetFilter
- Socket.SendMessage
Example Databases
Blog Entries
This function checks for a license.
Created 18th August 2014, last changed 25th January 2017
