Skip to main content

Posts

Showing posts from September, 2017

[UWP] V1.5.1 Update

V1.5.1 for Windows has just been released! Lots of behind-the-scene code stuff packed into this release, as well as some more noticeable tidbits. Firstly, you may notice a new Capability required, and a new button on the Display page. MayEoinSongs now has (very basic) voice control! Simply tap that button, speak the command, and watch the magic happen before your eyes! Currently voice control supports the following commands: Edit: edit song [num] where "num" is the song position in the playlist Transpose: transpose song [num] [up/down/plus/minus] [semitones]  where "num" is the song position and "semitones" is the number up/down So, simply speaking " transpose song 1 up 2 " would transpose the first song in the list up 2 semitones. A small addition, but can make things easier, reducing the amount of tapping to be done. Behind the scenes, we've moved to a different way of handling databases. It still uses the same database f...