any means to add an inlined:
SynthesiserVoice* getVoice (const int index) const
{
return voices.getUnchecked (index);
}
in Synthesiser class ?
so i have not to keep another Array in the plugin itself, if i have to call some function afterwards on them.
thanx in advance 
