b3353a82
1 2 3 4 5 6 7 8 9 10 11 12 13
program Project1; uses Forms, MidiTest in 'MidiTest.pas' {MidiPlayer}; {$R *.RES} begin Application.Initialize; Application.CreateForm(TMidiPlayer, MidiPlayer); Application.Run; end.