Re: Interest in an Open Source MIDI File Reading Library?

2019-03-16 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector


  


Re: Interest in an Open Source MIDI File Reading Library?

@10, ah. Very nice. So your library acts as the "abstraction" for MIDI file reading, and the data read can then be sent on to MIDI drivers. I like that. Would be happy to make a test program to show how something like rtmidi could be used for those who like "practical" things like that.

URL: https://forum.audiogames.net/post/419653/#p419653




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Interest in an Open Source MIDI File Reading Library?

2019-03-16 Thread AudioGames . net Forum — Developers room : philip_bennefall via Audiogames-reflector


  


Re: Interest in an Open Source MIDI File Reading Library?

@Post 9I addressed some of the differences between my library and some others in post 5. When it comes to portmidi and rtmidi, they are driver wrappers - not parsers. portmidi and rtmidi will let you talk to MIDI input and output devices, which is quite different from parsing MIDI files. Basically, the output from a MIDI file parser can be sent to portmidi or rtmidi for playback using a MIDI driver on your system.Kind regards,Philip Bennefall

URL: https://forum.audiogames.net/post/419517/#p419517




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Interest in an Open Source MIDI File Reading Library?

2019-03-16 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector


  


Re: Interest in an Open Source MIDI File Reading Library?

I hope this isn't taken as an attack either -- just curiosity. What makes this library better than others like portmidi and rtmidi?And heh... was actually thinking today about making a generic cryptographic interface to libraries like BearSSL, OpenSSL, LibreSSL, Botan, Libsodium, Crypto++, Monocypher, and so on, something that could be extensible to other libraries. Perhaps we can collaborate, call the library collection "extensible_libs"? Mmm... thoughts? It could be for other things too... take this library, pass that through rtmidi/portmidi...

URL: https://forum.audiogames.net/post/419472/#p419472




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Interest in an Open Source MIDI File Reading Library?

2019-03-16 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector


  


Re: Interest in an Open Source MIDI File Reading Library?

I hope this isn't taken as an attack either -- just curiosity. What makes this library better than others like portmidi and rtmidi?

URL: https://forum.audiogames.net/post/419472/#p419472




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Interest in an Open Source MIDI File Reading Library?

2019-03-16 Thread AudioGames . net Forum — Developers room : masonian via Audiogames-reflector


  


Re: Interest in an Open Source MIDI File Reading Library?

Hi Philip,Having something like this as a dynamic link library would be cool, as there was a bit of software I was working on that could be extended in many ways with something like that.

URL: https://forum.audiogames.net/post/419457/#p419457




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Interest in an Open Source MIDI File Reading Library?

2019-03-15 Thread AudioGames . net Forum — Developers room : philip_bennefall via Audiogames-reflector


  


Re: Interest in an Open Source MIDI File Reading Library?

Oh no, I didn't take it as an attack. Asking questions about the motivation behind a project is absolutely warrented.Kind regards,Philip Bennefall

URL: https://forum.audiogames.net/post/418944/#p418944




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Interest in an Open Source MIDI File Reading Library?

2019-03-15 Thread AudioGames . net Forum — Developers room : nuno69 via Audiogames-reflector


  


Re: Interest in an Open Source MIDI File Reading Library?

Hey.Yeah, that makes sense. Just to clarify things, I didn't mean to attack you or your projects. It's great you are making these stuff.

URL: https://forum.audiogames.net/post/418922/#p418922




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Interest in an Open Source MIDI File Reading Library?

2019-03-15 Thread AudioGames . net Forum — Developers room : philip_bennefall via Audiogames-reflector


  


Re: Interest in an Open Source MIDI File Reading Library?

@Post 4:I had a look at the list, and I can see the following advantages for my library:* License. The libraries I saw there were either GPL, LGPL or BSD. They all require attribution which I don't like. I believe it is foolish to make users include a bunch of generic legal text in their software simply because they use a specific library internally. This is especially true if you use that library in middleware that others in turn make use of; the license text blob grows huge very quickly.* A single file library. It can't really get much easier to integrate than that, you just add the file and it works. No build system, etc.* ANSI C. Not everyone will care about this, but ANSI C is the most portable language I am aware of, which should mean that the code will run more or less anywhere.Those are the advantages I can see. Of course some of these points won't be important to everyone, but they are to me personally which is why I want to publish libraries in this form.Kind regards,Philip Bennefall

URL: https://forum.audiogames.net/post/418901/#p418901




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Interest in an Open Source MIDI File Reading Library?

2019-03-15 Thread AudioGames . net Forum — Developers room : nuno69 via Audiogames-reflector


  


Re: Interest in an Open Source MIDI File Reading Library?

https://github.com/topics/midi-parserWill your lib actually bring anything new here?

URL: https://forum.audiogames.net/post/418893/#p418893




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Interest in an Open Source MIDI File Reading Library?

2019-03-15 Thread AudioGames . net Forum — Developers room : nyanchan via Audiogames-reflector


  


Re: Interest in an Open Source MIDI File Reading Library?

Yes, I definitely do. I quickly dreamed of doing funny audio editing with my midi keyboard. The input might be from a file only though. Anyway, Yes.

URL: https://forum.audiogames.net/post/418873/#p418873




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Interest in an Open Source MIDI File Reading Library?

2019-03-14 Thread AudioGames . net Forum — Developers room : saqib mir via Audiogames-reflector


  


Re: Interest in an Open Source MIDI File Reading Library?

i am intrusted

URL: https://forum.audiogames.net/post/418854/#p418854




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector