@rnbo/js 1.3.2 → 1.3.4

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.
@@ -625,32 +625,29 @@ export declare enum EventType {
625
625
  */
626
626
  MIDIEvent = 4,
627
627
  /* Excluded from this release type: ParameterEvent */
628
- /**
629
- * PresetEvents received from a RNBO Device.
630
- * See {@link PresetEvent}
631
- */
632
- PresetEvent = 6,
628
+ /* Excluded from this release type: ParameterBangEvent */
629
+ PresetEvent = 7,
633
630
  /* Excluded from this release type: StartupEvent */
634
631
  /**
635
632
  * TransportEvents sent into a RNBO Device.
636
633
  * See {@link TransportEvent}
637
634
  */
638
- TransportEvent = 8,
635
+ TransportEvent = 9,
639
636
  /**
640
637
  * TempoEvents sent into a RNBO Device.
641
638
  * See {@link TempoEvent}
642
639
  */
643
- TempoEvent = 9,
640
+ TempoEvent = 10,
644
641
  /**
645
642
  * BeatTimeEvents sent into a RNBO Device.
646
643
  * See {@link BeatTimeEvent}
647
644
  */
648
- BeatTimeEvent = 10,
645
+ BeatTimeEvent = 11,
649
646
  /**
650
647
  * TimeSignatureEvents sent into a RNBO Device.
651
648
  * See {@link TimeSignatureEvent}
652
649
  */
653
- TimeSignatureEvent = 11
650
+ TimeSignatureEvent = 12
654
651
  }
655
652
 
656
653
  /**
@@ -981,6 +978,8 @@ export declare interface IPresetEvent extends IBaseEvent {
981
978
 
982
979
  /* Excluded from this release type: IRNBOFloat32AudioBuffer */
983
980
 
981
+ /* Excluded from this release type: IRNBOParameterBangEvent */
982
+
984
983
  /* Excluded from this release type: IRNBOParameterEvent */
985
984
 
986
985
  /* Excluded from this release type: IRNBOStartupEvent */
@@ -1008,6 +1007,8 @@ export declare interface ITimeSignatureEvent extends IBaseEvent {
1008
1007
 
1009
1008
  /* Excluded from this release type: IToProcesserGetPreset */
1010
1009
 
1010
+ /* Excluded from this release type: IToProcesserInvalidate */
1011
+
1011
1012
  /* Excluded from this release type: IToProcesserReleaseBuffer */
1012
1013
 
1013
1014
  /* Excluded from this release type: IToProcesserSetPatcher */
@@ -1235,6 +1236,8 @@ export declare enum ParameterType {
1235
1236
 
1236
1237
  /* Excluded from this release type: RNBOFloat32AudioBuffer */
1237
1238
 
1239
+ /* Excluded from this release type: RNBOParameterBangEvent */
1240
+
1238
1241
  /* Excluded from this release type: RNBOParameterEvent */
1239
1242
 
1240
1243
  /**