@pes Never mind i´ve found this: https://forum.hise.audio/topic/314/note-panning
P
Latest posts made by pes
-
RE: Tune/Pan/Volume/Filter on a per-note basis
-
RE: Tune/Pan/Volume/Filter on a per-note basis
@Christoph-Hart: I´m trying to pan each voice depending on the note number, but in the »script voice start modulator« I could only find access to gain- and pitch-value:
function onVoiceStart(voiceIndex) { Synth.setVoiceGainValue(int voiceIndex, float gainValue); Synth.setVoicePitchValue(int voiceIndex, double pitchValue); }
Do you have an example how I can change panning?
-
RE: How to open url with default browser from plugin?
@Dominik-Mayer thanks, this solved my follow up question!
-
How to open url with default browser from plugin?
Hi, how can I open a url in the os default-browser from plugin?
-
RE: Callbacks stop working after rendering audio
@Christoph-Hart : Works perfectly. Thanks Christoph!
-
RE: Callbacks stop working after rendering audio
@Christoph-Hart: It´s happening in the 2.0.0 release you released just before ADC. I will recompile and test with the latest commit on next tuesday and let you know.
-
RE: Callbacks stop working after rendering audio
@Christoph-Hart: Could you find something?
-
RE: Callbacks stop working after rendering audio
Shure!
Compiled Plugin.
AU and VST.