@d-healey I watched A video on the audio programer Youtube channel yesterday about CMajor, it does look really useful indeed.
Posts made by Glyn
-
RE: C Major another Audio language
-
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 :)
-
RE: Building HISE on an Early 2015 MacBookPro
@Frankbeat Cheers Frankbeat this helps alot :)
-
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 ?
-
RE: Where can I find the best loop samples?
Sure does look a lot like spam to me
-
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.
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 ;)
cheers David and @Lindon cheers Lindon too
-
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 ;)
-
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 :) -
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.
-
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 :(
its still the same
might try doing the keyboard with seperate panels for each key
-
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
-
RE: changing size of black keys RE D Healeys custom Keyboard video
Thanks for your help David, Ile give this a try :)
-
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 belowhttps://www.youtube.com/watch?v=pmwC9Jmmwuo&t=1964s
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
Any ideas would be very much appreciated, i just cant figure out how to do it
-
RE: Criteria for using Open GL in HISE
@UrsBollhalder Amazing thank you :)
-
RE: Criteria for using Open GL in HISE
@UrsBollhalder Wow!! this certainly is exciting :) :) thanks for the link
-
RE: Criteria for using Open GL in HISE
@d-healey Thanks David, Can the codegen rewrite branch be found on github ?
-
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.
-
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
-
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
but mine doesnt look the same as mine only has one scriptEditorInterface tab at the top
Im not sure why that is
-
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.