NOW LOADING

MidiSystemTimerSettings


Information about the current Windows system timer configuration
Namespace Windows.Devices.Midi2
Type Name MidiSystemTimerSettings
Type WinRT Struct
IDL MidiSystemTimerSettings.idl
Library

This struct is returned by MidiClock.GetCurrentSystemTimerInfo() and provides information about the current Windows system timer frequency configuration. This is primarily useful when determining whether to call MidiClock.BeginLowLatencySystemTimerPeriod().

Struct Fields

Field Description
CurrentIntervalTicks The current timer interrupt interval in 100-nanosecond ticks
MinimumIntervalTicks The minimum supported timer interrupt interval in 100-nanosecond ticks
MaximumIntervalTicks The maximum supported timer interrupt interval in 100-nanosecond ticks

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.