Is it possible to play a Midi Sequence through a TMemoryStream without using any 3rd Party Libraries?
I can play WAVE Audio through a TMemoryStream, but how about MIDI Sequences?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are built in facilities in Windows and simplest is the
MCIWndwindow class. If you need more precise control then the full smörgåsbord of facilities are summarised here.Having said that I do suspect that a pre-existing 3rd party Delphi wrapper would make life much easier, but you clearly state you don’t want to do that.