@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
Latest posts made by Glyn
-
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.
-
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