chord pad
-
That is some ugly code :D But it gets the job done!
-
@yall That is cool you found a way to make it work! :)
Now you should definitely find a way to make the 1255 lines of code doing the same thing in 50 lines ;) -
-
@yall The best thing I can offer - https://docs.hise.audio/ - read everything 10 times and do all examples, follow all of the linked javascript tutorials and complete all of the exercises and examples. Repeat this for 5 years :D there is no shortcut.
-
@d-healey I am only 1 years old. It's already not bad I have to work on adding an automatic button as in the example of your video above. I could reduce the code already with this. I have 48 line from constvar.button ..... It is at the level of the reminders that I have to work. I have already greatly reduced my plugin from 90MB to 8MB by resizing the images, by shortening the codes. but I haven't finished. :)
-
@yall You need one panel and one function for all of it, no buttons allowed.
-
@d-healey yes I saw that it was possible. I partially succeeded. but I could not integrate my pad image (on / off)
-
@yall Well you only tried for 2 hours, maybe try for 2 weeks and you'll have some success.
-
@d-healey how mean is this boy with me
-
-
-
oh great master @d-healey who loves polar bears,
I just saw that this script does not trigger the keyboard (visually).
how to make this possible? at the beginning I put a Label which allowed to see which chord was being played, but I told myself that seeing it directly on the piano was much better. :) -
-
@d-healey Synth.getNumPressedKeys(); seems not to work. Plan B> create buttons in the form of a piano and put them in the recall of my pad ^^ this will make a few more buttons ^^
-
The keyboard only shows incoming MIDI notes.
-
@d-healey I thought I heard. too bad
-
@d-healey Synth.getNumPressedKeys(); seems not to work.
Of course it works, but not for what you want :p It tells you how many keys are pressed when you press some keys :)
Plan B> create buttons in the form of a piano and put them in the recall of my pad ^^ this will make a few more buttons ^^
I have a video about making a custom keyboard using a panel, might be interesting to you.
-
@d-healey for that yes I would like to create it in panels and not with buttons because I am fed up with buttons I have too many ^^
-
@d-healey little question. I therefore mapped a keyboard on a few buttons (code even more ugly obviously). everything works as I wanted but I omitted a detail. how to make so that my pad (button x48) also send a midi signal to the daw? after what I understood hise does not emit noon?
-
@yall You can't, as far as I know.