Giter Club home page Giter Club logo

cotltracker's People

Contributors

jkulvich avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

cotltracker's Issues

sh not in path

when I run the latest release for windows I get the error

PS C:\Users\legon\Desktop> ./player --test
exec: "sh": executable file not found in %PATH%

I have installed win-bash but what path name do I give it?

Can't find any authorized adb device

image

Not sure how to debug this or replicate it, I'm on Fedora 36. Maybe this is a "me" problem but the Windows version doesn't work either so I'm a wee bit sad.

Web UI

Add a Web UI for tool when it runs without flags

  • Check ADB is in PATH or automatic ADB search (C:/ADB/platform-tools/adb.exe or desktop)
  • Check ADB connection with device
  • Check for musical folder (or download it from cloud)
  • Select song with start/stop/continue options

More advice in UI like:

  • How to setup ADB
  • How to add it in PATH
  • Change delay if your phone don't get in time

Input lag (due to use of input tap) for complicated songs

Hi!
Due to "input tap" being java application, for complicated songs with tempo and chords, there is a lag when some taps either not happening at all or doing so with delay making a sound mess in the end.
If you could implement an alternative method by using sendevent that would be much appreciated.
Here is an example of a minimum needed to perform a tap on x, y.
Z - depends on your device.

sendevent /dev/input/eventZ 1 330 1 (tap press)
sendevent /dev/input/eventZ 3 53 x (x coordinate)
sendevent /dev/input/eventZ 3 54 y (y coordinate)
sendevent /dev/input/eventZ 0 0 0 (separator)
sendevent /dev/input/eventZ 1 330 0 (tap release)
sendevent /dev/input/eventZ 0 0 0 (separator)

Thank you!

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.