@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 basisposted in General Questions
 - 
RE: Tune/Pan/Volume/Filter on a per-note basisposted in General Questions
@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?posted in General Questions
@Dominik-Mayer thanks, this solved my follow up question!
 - 
RE: How to open url with default browser from plugin?posted in General Questions
@d-healey Thank you!
 - 
How to open url with default browser from plugin?posted in General Questions
Hi, how can I open a url in the os default-browser from plugin?
 - 
RE: Callbacks stop working after rendering audioposted in Bug Reports
@Christoph-Hart : Works perfectly. Thanks Christoph!
 - 
RE: Callbacks stop working after rendering audioposted in Bug Reports
@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 audioposted in Bug Reports
@Christoph-Hart: Could you find something?
 - 
RE: Callbacks stop working after rendering audioposted in Bug Reports
Shure!
Compiled Plugin.
AU and VST.