CMIDI – library MetaTrader 5

CMIDI - library for MetaTrader 5
A class to control the MIDI device is located in the IncMIDI.mqh file. The example of its use is represented in the eMIDI.mq5 file. The order of using the CMIDI class Connect a file with a class:#include <IncMIDI.mqh> Declare a class:CMIDI m; Transfer music program using the SetMusic(string & aMusic[]) method. Enable playback using the … Read more