Giter Club home page Giter Club logo

resident-midi-keyboard's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

resident-midi-keyboard's Issues

preserve control value state per parameter etc. ?

(taking over #2 as the issue is about different aspect now)

At #2 we're done with basic controllers, but we do not really preserve states for the control parameters per index, etc.

We do have some class in ktmidi (Midi2Machine), but I'm not sure if it gives better experience. Will it work consistently with the keyboard component that sends and/or resets pitch-bend state etc. ? Things are not reactive so far, and if we have to make everything reactive it will be non-trivial changes.

We also have to keep compatibility with MIDI1 (have both states and apply conditionally?)

better icon for "discrete" switch

Currently the "discrete" switch at the rightmost of the knob controller combo is implemented using this code:

Image(imageVector = if (discrete) Icons.Default.CheckCircle else Icons.Default.Close,
        "send", Modifier.size(32.dp))

image

It is not looking very obvious. But I have no idea what could be better. We cannot hover mouse cursor on mobiles so it must be self-explanatory.

MIDI2 mode switch seems goes out of sync

needs investigation (from community report) but I assume it happens by nature as switching new protocol "should" take a while. What we need would be to disable further inputs for a few milliseconds until the protocol change is applied.

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.