Need Help With Glide knob |Mono-poly switch?
-
Script Processor1:! onNoteOn() - Line 13, column 31: Event ID must be positive {U2NyaXB0IFByb2Nlc3NvcjF8b25Ob3RlT24oKXwyODR8MTN8MzE=}
Error pops up when you hold a note and play the second note for multiple times (staccato)
Also the glide only goes in one direction Only up or only Down.For example press and Hold nore C2 Then press and hold A4 , it will glides to note a4 as expected , But when you Release the note A4 on keyboard , Glides doesnt goes backward to C2 Where it started , To make it more clear , You can check it on A Synth like Sylenth 1
-
@Natan-Rezaei I'll do it for you tomorrow
-
@d-healey No Way :)
Thank You Sir David , You're A Legend -
As promised - https://raw.githubusercontent.com/davidhealey/HISE-Scripting-Framework/master/modules/monoMode.js
and for my patreon supporters there will be a video showing what I did :)
-
@d-healey Oh WoW
Thank You Thank You Dear David , You're Absolutely A Legend -
@d-healey Thank you Dear David , Script works Like A Charm :)
BTW , Is there any chance to Make the Glide in both Up/Down Direction?
I mean while you hold a note , Glide goes up bypressing a new key , and when you release that new key the pitch goes back to first note that still held? -
@Natan-Rezaei It can be done, but I'm not doing it :p
-
@d-healey Lol , Thank you Dear david <3
-
@d-healey for me it still not work even with new code.
Script Processor1:! onNoteOn() - Line 20, column 39: NoteOn with ID-1 wasn't found {U2NyaXB0IFByb2Nlc3NvcjF8b25Ob3RlT24oKXw1ODd8MjB8Mzk=}
and sometimes
Script Processor1:! onNoteOn() - Line 15, column 35: Event ID must be positive {U2NyaXB0IFByb2Nlc3NvcjF8b25Ob3RlT24oKXwzNTB8MTV8MzU=}
-
If you press the notes fast , Without holding a key , that message will pops up and the Player Ignores Some Of the notes.
The reason is becuase the glide goes only in one direction , It need to be in two Up/Down Direction -
I'm able to reproduce this error now. I'm getting another weird issue though that's causing hanging notes but they disappear if I add a
Console.print()
call, which makes no sense! I'll investigate this more. -
@d-healey Dear David Please Take A Look At Up/Down Pitch Glide aswell , I Can't Done That By My Own
-
@Natan-Rezaei What you need is a retrigger feature. I might look at it in the future but I don't have time at the moment.
Looks like I was wrong. The error I'm getting is in on note off.
Could you post a video so I can see exactly what you are doing when the error occurs?
-
@Natan-Rezaei Well actually it appears I do have the time :p while trying to track down another bug I quickly implemented the retrigger feature. It's on github now. Also let me know if this fixes the other issue.
-
@d-healey Wow Thanks David , This Is Exactly What I Want :)
-
@d-healey Dear david , Here is a short video that shows Error is still There.
I Randomly play notes , And The Problem Pops up and turns The All notes OFF , By Holding a note and doing crazy Stuffs
Click Here For Video -
This post is deleted! -
Oh I didn't realise you guys were doing crazy stuff! :p There's the problem. I'll take another look at it when I have some free time.
-
@d-healey Ha Ha , Not Me , But Anyone i Know Plays like crazy with mono glide :)
( When i was A kid And discovered That Mono glide Mode , It was pretty fun To play funny Things , like One i demonstrated In the video ) -
@d-healey not it works! But still have issue with changing presets and silent.
When I change few presets I getting this error
GLIDE SYNTH:! Event ID must be positive {R0xJREUgU1lOVEh8fDM1MXwxNXwzNQ==} : onNoteOn() - Line 15, column 35 {R0xJREUgU1lOVEh8b25Ob3RlT24oKXwzNTF8MTV8MzU=}
and I need to bypass script to hear anything
Ok i noticed that the problem occurs when I have longer release time and I change preset.
@d-healey im counting on you!