Code Monkey home page Code Monkey logo

taranitunes_v4.1's People

Contributors

gildev avatar jrwieland avatar jyesmith avatar pinkywafer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

taranitunes_v4.1's Issues

Don´t work on open tx 2.3.5?

Hello,

I know that this tread is inactive from some time now, but i find it :)

I am trying to work whit that music player on my taranis qx7s and i can´t. I think everything is ok it play sounds normaly, in lua script the timer goes on but dont make any sound.

Thanks

Next and Previous Random Song

Just installed your app and very impressed/happy, though there is one thing right away i noticed and would like to request a change/update to how the 'Next' and 'Previous' buttons work while in random mode.

Currently you can select to either play the selected playlist in order or randomly, while also being able to select the next song in the playlist or the previous. But the 'next' and 'previous' are limited to selecting songs sequentially through the playlist, even while in 'Random' mode.

I realize keeping the switch in the 'random' position will allow another random song to play, but only AFTER the song is finished, and if you pause it, there is no way to resume a randomly selected song without turning off 'random'. Having to flick the switch to the 'random' position to get a random song, while flying is a pain. I'm not wanting to have to flick any switches more then necessary, and hitting 'next' once on a trim button is much simpler then fumbling for a 3way switch every time a song ends or i want to skip to the next random track.

My change would be to implement the 'next' and the ' previous' buttons to select a random song while in 'random' mode and use the current implementation for 'sequential play' mode only.

Pause Timer

New TODO
Pause Timer when BGMusic|| is activated

Music not playing

Lists are working and timer starts counting on play but I can't hear the music. I am sure that the files can play because I used them before. Even the sample playlist.lua files will not play. Is there a volume issue?
Taranis 9xd+OpenTX 2.2.2

LF31 hardcoded to SB↑

For anyone else looking to get this to work with something else than the predefined switches in the main.lua

the line:
model.setCustomFunction(31,{switch=4,func=3,value=2,active=1})

Is hardcoded to switch 4 which is SB↑

I wanted to have everything on SA and following the instructions leads to the elapsed music timer reseting all the time unless SB is down.

Changing it (in my case) to
model.setCustomFunction(31,{switch=1,func=3,value=2,active=1})

resolves this.

Imho this should be made a variable like the pause variable currently is so it is configured accordingly at the top of the file.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.