HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Glyn
    3. Posts
    G
    • Profile
    • Following 4
    • Followers 0
    • Topics 7
    • Posts 38
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: C Major another Audio language

      @d-healey I watched A video on the audio programer Youtube channel yesterday about CMajor, it does look really useful indeed.

      posted in C++ Development
      G
      Glyn
    • RE: Building HISE on an Early 2015 MacBookPro

      @Frankbeat The MacBook Pro has been formatted now running Mojave. I wondered if you might have any last minute advice for things to be ware of when building HISE? any pointers really appreciated. I am a little but nervous as I have never built HISE before lol :) I will be following D Healey's Youtube video im sure it will all be fine :)

      posted in General Questions
      G
      Glyn
    • RE: Building HISE on an Early 2015 MacBookPro

      @Frankbeat Cheers Frankbeat this helps alot :)

      posted in General Questions
      G
      Glyn
    • Building HISE on an Early 2015 MacBookPro

      Hi Everyone

      I have an early 2015 MacBookPro Retina 13inch . I am going to be reformatting it and re installing Mac OS on it. Is there a particular Mac OS version that HISE will build best on for an older MacBook like mine ?

      posted in General Questions
      G
      Glyn
    • RE: Where can I find the best loop samples?

      Sure does look a lot like spam to me

      posted in General Questions
      G
      Glyn
    • RE: changing size of black keys RE D Healeys custom Keyboard video

      @d-healey I got i t working. I had to paint the panel background blue as i was unsure if the black key was being painted properly. Screenshot 2021-07-18 at 13.53.50.png

      You were so right, re writing the if statement properly made it make sense in my head. I noticed there was a * missing in the fillRect array, I wondered why i was getting errors then realise i wasnt timesing I by anything ;)

      Screenshot 2021-07-18 at 13.54.18.png

      cheers David and @Lindon cheers Lindon too

      posted in Scripting
      G
      Glyn
    • RE: The world of HISE

      @MikeB My Name is Glyn Im from near London UK and im 40 years old. I work as an Engineer for a security systems manufacturer. (delightfully dyslexic) Musician since 13. When i grow up, ide like to be an audio developer ;)

      posted in General Questions
      G
      Glyn
    • RE: changing size of black keys RE D Healeys custom Keyboard video

      @Lindon yea thats what im in the process of doing now ;)
      cheers for the advice though much appreciated :)

      posted in Scripting
      G
      Glyn
    • RE: changing size of black keys RE D Healeys custom Keyboard video

      @d-healey Cheers for the advice David
      very much appreciate you taking the time to explain the if statement to me. There are a few areas where my knowledge lacks and a need to get a bit more confident with.

      Yes you are right i should do it properly and not use a million panels to make a keyboard. I was just getting frustrated with myself lol. :)

      Im going to absorb as much as i can from the advice and videos you mentioned. Thank you though for being patient with me.i appreciate that alot.

      posted in Scripting
      G
      Glyn
    • RE: changing size of black keys RE D Healeys custom Keyboard video

      @d-healey I had a go and tried a few different things and was unable to come up with something that compiles.

      I tried this below which compiles but doesnt do what i need. I think ive hit a glass ceiling with the knowledge i have :(Screenshot 2021-07-12 at 11.12.42.png

      its still the same
      Screenshot 2021-07-12 at 11.13.12.png

      might try doing the keyboard with seperate panels for each key

      posted in Scripting
      G
      Glyn
    • RE: changing size of black keys RE D Healeys custom Keyboard video

      @d-healey wondered if you could talk me through it. I believe the black keys are differentiated in the else part of the if statement. I am unsure how to use that differentiation with in g.fillRect as any change made to the last element (area) of the Array will change the height of all the keys.

      Thanks in advance for any hints you can offer

      posted in Scripting
      G
      Glyn
    • RE: changing size of black keys RE D Healeys custom Keyboard video

      Thanks for your help David, Ile give this a try :)

      posted in Scripting
      G
      Glyn
    • changing size of black keys RE D Healeys custom Keyboard video

      Im having a go at D Healeys keyboard tutorial titled

      "How to make a unique custom keyboard in HISE"
      link below

      at 9:40 David says that the height of the black keys can be adjusted. I have tried to have a go at figuring out how to do it. I tried doing a second loops for the black keys but figured there has to be an easier way to do it. Im totally out of ideas though. If anyone can suggest

      Code and UI image below
      Screenshot 2021-07-11 at 23.29.52.png

      Screenshot 2021-07-11 at 23.33.33.png

      Any ideas would be very much appreciated, i just cant figure out how to do it

      posted in Scripting
      G
      Glyn
    • RE: Criteria for using Open GL in HISE

      @UrsBollhalder Amazing thank you :)

      posted in General Questions
      G
      Glyn
    • RE: Criteria for using Open GL in HISE

      @UrsBollhalder Wow!! this certainly is exciting :) :) thanks for the link

      posted in General Questions
      G
      Glyn
    • RE: Criteria for using Open GL in HISE

      @d-healey Thanks David, Can the codegen rewrite branch be found on github ?

      posted in General Questions
      G
      Glyn
    • Criteria for using Open GL in HISE

      Hi Everyone

      Ive got a question about Open GL.

      If i wanted to make a plugin with a user interface made with open GL. Would the whole project need to be written in C++ or could i still use HISE Scripting Language and C++ FOR THE Open GL stuff. Forgive the basicness of my question im still new to fairly new to this and just want to get all the facts before i start working on my next project.

      Thanks in advance for any guidance offered.

      posted in General Questions
      G
      Glyn
    • RE: Having trouble writing a for loop ,any helpful advice much appreciated

      @d-healey Will do, had a feeling you might have a video about it ;) cheers

      posted in Scripting
      G
      Glyn
    • RE: Having trouble writing a for loop ,any helpful advice much appreciated

      @d-healey Hi David

      I been watching your custom keyboard video. At 32:14 you use the onNoteOn and onNoteOff call backs and have them accessible at the top of the screen. as the image below shows

      Screen Shot 2021-04-06 at 18.14.07.png

      but mine doesnt look the same as mine only has one scriptEditorInterface tab at the top

      Screenshot 2021-04-06 at 18.14.48.png

      Im not sure why that is

      posted in Scripting
      G
      Glyn
    • RE: Having trouble writing a for loop ,any helpful advice much appreciated

      @d-healey No i didnt know there was a video for it. ile go on patreon now and look for this.

      posted in Scripting
      G
      Glyn