Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
Opens an output device.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
PortMidi | 4.2 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |
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 |
Returns StreamRef or error.
Created 18th August 2014, last changed 25th January 2017
PortMidi.OpenInput - PortMidi.Poll
Feedback: Report problem or ask question.