Synthesiser stopVoice private

Any reason why Synthesiser::stopVoice is private while Synthesiser::startVoice is not ?

I'm subclassing the virtual noteOn of a Synthesiser subclass and i can't interact properly with the voices.

If you look inside it, the method only calls the voice's stopNote method with a few sanity-checks. You can just do the same thing directly if you need to.

thanx! i didn't checked inside the sources...