public Mat onCameraFrame(CvCameraViewFrame inputFrame) {
   synthLead.setFreq(440);
   smusic.frame = inputFrame;
   return inputFrame.rgba();
 }