@d-healey Ok thank you so much! Everything is good now.
Best posts made by weezycarter
-
RE: Export Failing Due To Missing Knob Images
-
RE: Export Failing Due To Missing Knob Images
@d-healey yes I downloaded from the develop branch
-
RE: How to add Portamento
@d-healey said in How to add Portamento:
Thank you! It works perfect now.
I didn't have the "copy glide to clipboard" option must be because I'm on Hise 3.0.3 due to me being on catalina but the copy script to clipboard worked perfect thank you!
Latest posts made by weezycarter
-
RE: Global Edit Range Feature for AudioWaveform?
@weezycarter Anyone got any tips?
-
Global Edit Range Feature for AudioWaveform?
Hello. So I have an audiowaveform that updates visually with every key I press. (85 samples mapped out on the keyboard).
I accomplished this by setting my sampleIndex to -1.
This makes the audiowaveform dynamically respond to each key I press and it updates the waveform visually with every key I press.
This is great but then it causes a Hassle when adjusting the start and end range.
If I want to change the start point of my preset I have to press each key individually and adjust the start and end range points of each key.
Is there a way for me to do a global range edit? So that when I make a range adjustment it applies to ALL samples?
I want to do this while still keeping the audiowaveform's dynamic response. I still want the waveform to keep updating with every key press. That is fine.
What I don't want is to have to adjust the start and end range for each key individually. I want to know if there is some global way to edit the start and end range.Thank you all!
-
RE: iOS Export
@aaronventure ok guess I’ll call it quits lol I’m happy that I can get it to work in Mac and Windows at least.
-
RE: iOS Export
@d-healey ok so it’s best to just give up then? lol I’m not a coding expert yet I only know very basics.
-
RE: iOS Export
@d-healey I don’t plan on selling my plug-in I just want my friend to be able to use it and all he has is an iPad.
-
RE: iOS Export
@d-healey my plug-in is pretty simple it’s just a sampler with a waveform generator. You don’t think this is possible?
-
iOS Export
Hello Everyone, I am trying to port my current plugin to iOS. So far it works perfect on mac and windows but I am having a hard time porting to iOS.
The HISE tutorial is no longer up, the link is down. Does anyone have experience with this? I'm on mac so when I exported from HISE the terminal told me to continue in Xcode and export from there. Which I did but got some errors, 17 to be exact. Most of the errors in Xcode say "Reference to 'point' is ambiguous".
Am I following the wrong process? Anyone here with any experience? -
RE: Sample Editor Pop Up Window For Loop Points
@DanH Ok so I finally figured it out on my own after HOURS of comparing and contrasting to the Custom Sample Import Demo. Thank you all.
-
RE: Sample Editor Pop Up Window For Loop Points
@DanH yes my script for my sample maps is quite long. Reason I scripted the sample map drop-down menu instead of connecting it through the interface was because for some reason when I connected the sample map drop-down through the processor ID, it wouldn’t choose the correct sample.
So I have a lot of code just to be able to link the sample map drop-down menu to the correct sample.