Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Can fb2k work w/ MATLAB? Can I control functions such as play + pause? (Read 981 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Can fb2k work w/ MATLAB? Can I control functions such as play + pause?

I am working on a project to control a music player through MATLAB. Does foobar2000 have that sort of functionality? Would I be able to control functions such as play and pause through MATLAB?

 

Can fb2k work w/ MATLAB? Can I control functions such as play + pause?

Reply #1
I've never tried this but quick googling suggests the answer is yes. Apparently, some features of f2k such as play, pause, appending files to playlist, etc. can be controlled via a CLI.

And it's easy to run external commands within .m files (search for bang or !, dos, and system commands in the MATLAB documentation).