I am not sure of my interpretation of these instructions:
virtual int getRadioChannel(RadioRef r) const = 0;
virtual int getNumChannels() = 0;
For me, the first one means that a called of the function getRadioChannel returns always 0 and the second one does nothing when the function getNumChannels is called. Am I right ?
Thanks in advance.