Yoooi0
Yoooi0
It doesn't, I just drag drop the project file manually after the export is done.
Thats not how it works. All commands go thru handy servers, you cant send commands directly from pc to the handy. What they do is just make the handy download...
Its not really through wifi, its through internet, the apps cant control the handy locally. The scripts gets downloaded by the handy and it plays it internally. From what I've...
Added: https://github.com/Yoooi0/MultiFunPlayer/actions/runs/8840721452 Let me know if it works.
MultiFunPlayer will never directly handle video or audio, only scripts. I would be willing to add audio output, so scripts/motion providers could control volume/pitch/balance. Not sure how many users would...
Nice! I guess it should work with any player that can send TCode via a websocket? I would probably still add some version of estim support to MFP, just need...
I just don't want to have a full video/audio player to support when almost everything can be done via mpv. There is also no easy place to fit that in...
By plugins I mean actual C# plugins. You put your plugin .cs file into the `Plugins` directory and it gets compiled at runtime. Here is the "api": https://github.com/Yoooi0/MultiFunPlayer/blob/master/Source/MultiFunPlayer/Plugin/PluginBase.cs You extend...
Added basic PoC audio output, let me know if/how usable it is with estim: https://github.com/Yoooi0/MultiFunPlayer/actions/runs/4772771530
Unfortunately WPF only supports windows. When MAUI and .NET 6 is released I will consider rewriting the app to also work on linux and mac depending on how much work...