@grame/faustwasm 0.5.4 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -706,11 +706,13 @@ export declare class FaustBaseWebAudioDsp implements IFaustBaseWebAudioDsp {
706
706
  protected fSampleSize: number;
707
707
  protected fPitchwheelLabel: {
708
708
  path: string;
709
+ chan: number;
709
710
  min: number;
710
711
  max: number;
711
712
  }[];
712
713
  protected fCtrlLabel: {
713
714
  path: string;
715
+ chan: number;
714
716
  min: number;
715
717
  max: number;
716
718
  }[][];