Future<double> getControlChannel(String channel) async { return _csound.getControlChannel(channel).toDouble(); }