Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
PortMidi.Rescan
Terminates all streams and shutdown the midi functions.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
PortMidi | 4.2 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |
MBS( "PortMidi.Rescan" )
Parameters
none
Result
Returns OK or error.
Description
Terminates all streams and shutdown the midi functions.Than on next call midi devices are searched.
Examples
Check before and after a scan:
$CountBefore = MBS( "PortMidi.DeviceCount" )
$r = MBS("PortMidi.Rescan")
$CountAfter = MBS( "PortMidi.DeviceCount" )
See also
Example Databases
This function checks for a license.
Created 18th August 2014, last changed 18th August 2014
