A
A
Alexey Krupsky2014-11-29 10:21:34
C++ / C#
Alexey Krupsky, 2014-11-29 10:21:34

Where can I get a library for working with kar files in visual studio?

There is a task to add karaoke functionality to the program, I have been looking for a solution on the Internet for more than a day, but I have not been able to find anything intelligible, manually parsing a kar file is also an unpleasant task, and I can find a ready-made library that would get text and timestamps for its output like this and I can't.
Is there anyone who knows who can help in this direction?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
bmforce, 2014-12-01
@bmforce

www.codeproject.com/Articles/6228/C-MIDI-Toolkit
In this library, the Sequencer class has a MetaMessagePlayed event that fires every time meta information appears (including lyrics).
If you only need lyrics, you can use this:
codes-sources.commentcamarche.net/source/11443-rec...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question