@d-healey I forget to say that in my monography I reffered you and your work with HISE and with your youtube channel, that helps a lot to learn about HISE. :)
Best posts made by Gabriel Strozi
-
RE: Errors at exporting: "unmatched tags" and "Project XML Invalid"
-
RE: Automatic limit keys on keyboard (floatTile)
@ustk Wowwwww! Just blowed my mind! hahaha
Thank so much for the hints! It makes much more clean and sustainable code!
I'll replace a lot of lines that I wrote with this kind of scripting structure.And yes, I'm watching all the @d-healey videos on replay hahah
-
RE: Automatic limit keys on keyboard (floatTile)
I found the way!
On load sample map function I called:for (i = 0; i < 128; i++) { Console.print(i); var x = Instrumento.isNoteNumberMapped(i); if (x == 1) { Engine.setKeyColour(i, 0x00000000); } else Engine.setKeyColour(i, 0x90000000); }
I'm really happy that I figured out by myself how to do that, of course you some footprints you gave me @d-healey !
Thanks you so much!
-
RE: Engine.createGlobalScriptLookAndFeel not work
@Matt_SF said in Engine.createGlobalScriptLookAndFeel not work:
@Gabriel-Strozi The scriptnode branch was the one at that time, but now use the 'develop' branch (new_layout is the latest but Christoph's still working on it).
I'm downloading the delvelp branch right now to test! I tell you with it works!
-
RE: Engine.createGlobalScriptLookAndFeel not work
@DabDab said in Engine.createGlobalScriptLookAndFeel not work:
@Gabriel-Strozi Which branch are you using?
I'm using the scriptnode branch as suggested!
I'm downloading all the code from the link @d-healey sent:
Then extracting and replacing all the Hise-master folder content with this new code. Am I doing something wrong or too much newbie? haha.
Thank you guys for the patience!
-
RE: HISE crashed and then.. Corrupt File
Don't worry, I going ahead! :) Thanks for all support!
-
RE: HISE crashed and then.. Corrupt File
Thanks @DabDab ! I tried to open the Autosave.hip file, but I got the same message. From now on I'll save new versions (with new file names) every 20min at least. :/