alphatheta-connect 0.19.2 → 0.21.1

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
@@ -32,6 +32,12 @@ Alternative implementations of the Prolink protocol: [Java](https://github.com/D
32
32
  where traditional virtual CDJ connection isn't possible.
33
33
  See [ALL_IN_ONE_UNITS.md](docs/ALL_IN_ONE_UNITS.md) for details.
34
34
 
35
+ - **Pioneer Stagehand Connection Mode** *(new)* - Actively join the Pro DJ Link
36
+ network as a virtual Stagehand iPad device. Access rich, high-frequency telemetry
37
+ events (mixer faders, EQ values, high-frequency VU level samples) and direct remote
38
+ control over CDJs (play, pause, seek, track skip, preference writes like On-Air).
39
+ See [STAGEHAND.md](docs/STAGEHAND.md) for details.
40
+
35
41
  - **OneLibrary Support** *(new)* - Full support for rekordbox 7.x's new OneLibrary
36
42
  format (exportLibrary.db) with SQLCipher encryption, including tracks, playlists,
37
43
  cues, hot cue banks, myTags, and history.
@@ -1,5 +1,5 @@
1
+ export { extractFromAiff } from './aiff';
2
+ export { extractFromFlac } from './flac';
1
3
  export { extractFromMp3 } from './id3';
2
4
  export { extractFromMp4 } from './mp4';
3
- export { extractFromFlac } from './flac';
4
- export { extractFromAiff } from './aiff';
5
5
  export { detectImageType, normalizeMimeType } from './utils';