Git Product home page Git Product logo

Comments (2)

RitaLee79 avatar RitaLee79 commented on June 23, 2024

Hi, it's me again :)

The problem was that I did all my test on Stop button... and that is the only one that cannot be turned on.
I have tried this code

led_off = Template('F0 00 20 6B 7F 42 02 00 10 $cc 00 F7')
led_on = Template('F0 00 20 6B 7F 42 02 00 10 $cc $vv F7')

controls = ['58', '59', '5A', '5B', '5C', '5D', '5E', '5F']
colors = ['01', '10', '11']
for cont in controls:
    for col in colors:
        led_msg = led_on.substitute(cc=cont, vv=col)
        send_msg(led_msg)
        time.sleep(1)`

and now I can answer my question.
They react to the three colors but only have theese colors appearing:

stop - no color possible
cntl/sec - red blue magenta
ext sync - blue
recall - blue
store - red
shift - blue
chan - blue

from beatstep.

konsumer avatar konsumer commented on June 23, 2024

Sorry t took me so long to get back to you. I saw this initially, but was very busy at the time, and forgot to come back to the issue.

My library is js-based (not python) and it's been a while since I worked on it, so I can't remember all the sysex messages I used on it. I got the initial format of the sysex messages from this blogpost. Your findings seem about right. The controller doesn't allow us to set everything to all possible values (which is one of the challenges I originally worked around with my little reworked sequencer thing) so it makes sense that it only gives us a subset of the options.

I will close this issue, since it looks like you answered your question, but feel free to comment more, if you need more help or have other findings that should go here.

from beatstep.

Related Issues (7)

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.