Comment 3 for bug 1830414

Revision history for this message
kek001 (kek001) wrote :

I wasnt thinking anything so complex approach like tie to osc or how to query using qt.
Maybe lives and Grand Vj applications allready use midi control interface to get high resolution info.

I think OSC is something which is more how to control mixxx etc....

i was thinking an simple shout using UDP message shout(current_track_sqlite_recordno);
or shout(highlighted_track_sqliterecordno);
shout(highlighted_playlist_sqliterecordno);

and an application can listen, what mixxx is shouting, no servers no clients,simplicity.

a) application which is listening can then process message and do what it want to do, reading data from sqlite and then ..... then write info to webpage or using it to process valuable information for the user. no apis, no libraries bindings. people who program python or java or c# can very easily use the information on they own applications doing db query.

its really fast solution how developers who want create an applications around mixxx can share or produce information when not need to be milliseconds resolution.