@d-healey Great video was truly helpful!
Best posts made by jssrecording
-
RE: Connect Sample Maps to Presets In Preset Browser
-
RE: Connect Sample Maps to Presets In Preset Browser
@dustbro Thanks! I watched it and now it makes sense.
Cheers
Jason -
RE: Control individual notes/samples with a slider.
@jssrecording Just to clarify our conversation for anyone else. I update my code in the onNoteOn to this.
if (Message.getNoteNumber() == 48) { Message.setGain(volumeSlider1.getValue()); }
onInit
//volumeSlider1 const var volumeSlider1 = Content.getComponent("volumeSlider1");
-
RE: Control individual notes/samples with a slider.
@jssrecording It works @d-healey thank you! Also changed my slider to decibels. Thanks my friend! BTW you should create a Udemy course on Hise. You're extremely knowledgable.
-
RE: Control individual notes/samples with a slider.
@d-healey Ha ha oops! That's my mistake Setting my constant to the init now.