winmm property

  1. @UnsignedInt()
int winmm
getter/setter pair

When creating a device, WinMM expects a Win32 UINT_PTR for device identification. In practice it's actually just a UINT.

Implementation

@ma_uint32()
external int winmm;