@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 ;)
Best posts made by Glyn
-
RE: The world of HISE
-
RE: Property Editor Interface missing
@d-healey @ulrik Hey guys i sorted it. I found an even easier way.
I closed the project and opened up HISE again and then clicked View>Reset Workspaces and closed HISE.
I then opened HISE up again and Property Editor now appears again. Thanks so much for your help ,Much appreciated
-
RE: Building HISE on an Early 2015 MacBookPro
@Frankbeat Cheers Frankbeat this helps alot :)
-
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: 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
Thanks for your help David, Ile give this a try :)
-
RE: Having trouble writing a for loop ,any helpful advice much appreciated
David you are an absolute legend. Its working now! Thank you so much :)
So just so i am clear for the future. where i went wrong was by using .length again in place of the actual array for the wKeyPosition sending it the number of elements in the array but not the actual data inside the array?. Is that right?
That would explain why when i was compiling it the white key would be like 50 px further away from where it was meant to be. This is all making sense now.now i can build my key board YAY :)
Cheers