Code Monkey home page Code Monkey logo

Comments (10)

cesar3dartist avatar cesar3dartist commented on June 18, 2024

Found how to do it for the whites...

keyboardA.colors.fill = "#777777";

from ui.

cesar3dartist avatar cesar3dartist commented on June 18, 2024

And to do it for the blacks:

keyboardA.colors.black = "#00FF00";

from ui.

cesar3dartist avatar cesar3dartist commented on June 18, 2024

I take that back..the "fill" just fills the object with a color on top.
I don't really know how to change the color of the white keys...
Anyone?

from ui.

taylorbf avatar taylorbf commented on June 18, 2024

Hey there @cesar3dartist, thanks for responding with some answers here. Yes, .fill is intended to be the white key colors. Try this and let me know if it's what you're after --

keyboardA.colors.fill = "red"
keyboardA.colors.borderhl = "blue"
keyboardA.colors.black = "yellow"
keyboardA.draw()

from ui.

cesar3dartist avatar cesar3dartist commented on June 18, 2024

keyboard

from ui.

cesar3dartist avatar cesar3dartist commented on June 18, 2024

That works. Thanks a bunch!
Is there a way to increase the "lines" between the keys?
In the interface I'm using, the lines are not thick enough to see them.

from ui.

adowty avatar adowty commented on June 18, 2024

...also, I need to change the color of selected keys separate from the border.
keyboardA.colors.borderhl = "blue"
in "sustain" mode when i select a c major scale, the keys all become one big blue rectangle.

from ui.

adowty351 avatar adowty351 commented on June 18, 2024

Thinking this through, I am going to need to be able to define the:
white keys on color,
white keys off color,
white keys outline,
black keys on color,
black keys off color,
and black keys outline
...all individually.

from ui.

mscottnelson avatar mscottnelson commented on June 18, 2024

Unfortunately, this level of style customization is not currently supported by NexusUI. However, you can still achieve some aspects of styling by using CSS to access the child elements of a parent id. This will allow you to control some of the customizations you need. For example:
https://codepen.io/mscottnelson/pen/YYyGzo

from ui.

michaelkolesidis avatar michaelkolesidis commented on June 18, 2024

Hey there @cesar3dartist, thanks for responding with some answers here. Yes, .fill is intended to be the white key colors. Try this and let me know if it's what you're after --

keyboardA.colors.fill = "red"
keyboardA.colors.borderhl = "blue"
keyboardA.colors.black = "yellow"
keyboardA.draw()

Hey thanks for your answer. I have a problem with this approach, I'm getting an "Uncaught TypeError: keyboard.draw is not a function" error. Do you have any idea why is this happening? Thanks!

from ui.

Related Issues (20)

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.