HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Gabriel Strozi
    3. Best
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 47
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Errors at exporting: "unmatched tags" and "Project XML Invalid"

      @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. :)

      posted in Bug Reports
      Gabriel StroziG
      Gabriel Strozi
    • 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

      posted in General Questions
      Gabriel StroziG
      Gabriel Strozi
    • 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!

      posted in General Questions
      Gabriel StroziG
      Gabriel Strozi
    • 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!

      posted in Bug Reports
      Gabriel StroziG
      Gabriel Strozi
    • 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:
      6cf34949-e380-476a-a1de-549beda4a85a-image.png

      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!

      posted in Bug Reports
      Gabriel StroziG
      Gabriel Strozi
    • RE: HISE crashed and then.. Corrupt File

      Don't worry, I going ahead! :) Thanks for all support!

      posted in Bug Reports
      Gabriel StroziG
      Gabriel Strozi
    • 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. :/

      posted in Bug Reports
      Gabriel StroziG
      Gabriel Strozi