Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to play a Midi file
#5
Just to play around a bit here is some code:

Code: (Select All)
$Unstable:Midi
$MidiSoundFont:Default
_SndPlayFile (_OpenFileDialog$("Open File", "", "*.mid", "Midi files", 0)): Color 15: Print "Press key:": While InKey$ = "": Wend: System

unfortunately you can't concatenate the metacommands into one line.

but you can specify a function call as a parameter to a function call..
Reply


Messages In This Thread
How to play a Midi file - by eoredson - 05-02-2024, 05:17 AM
RE: How to play a Midi file - by eoredson - 05-03-2024, 04:32 AM
RE: How to play a Midi file - by Steffan-68 - 05-03-2024, 03:24 PM
RE: How to play a Midi file - by eoredson - 05-03-2024, 11:19 PM
RE: How to play a Midi file - by eoredson - 05-04-2024, 03:13 AM



Users browsing this thread: 1 Guest(s)