supersonic-scsynth 0.1.9 → 0.2.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.
package/README.md CHANGED
@@ -163,7 +163,7 @@ dist/
163
163
  └── workers/
164
164
  ├── scsynth_audio_worklet.js # AudioWorklet processor
165
165
  ├── osc_in_worker.js # OSC input handler
166
- ├── osc_out_worker.js # OSC output handler
166
+ ├── osc_out_prescheduler_worker.js # OSC pre-scheduler (timers & tag cancellation)
167
167
  └── debug_worker.js # Debug logger
168
168
  ```
169
169