Implementation note
HISE Runtime Include
Where to load the SoundSync runtime inside a HISE project and the exact include line required by the generated package.
SoundSync
HISE visual sequence
Package setup, activation, verification, unlocked access, Store, My Products, and device controls are shown in a consistent product flow.
Required include line
Add include("SoundSync/Runtime/SoundSyncRuntime.js"); to the HISE project startup script after the generated SoundSync folder is placed in the project.
SoundSync
Include placement checks
The include should run early enough to initialize package configuration before activation UI and access decisions are used.
Path
The path is relative to the HISE project package placement described in setup docs.
Load timing
Load the runtime before calling activation, validation, Store, or My Products helpers.
After regeneration
Confirm the include path still matches the generated folder structure after package regeneration.
Troubleshooting
If startup cannot find the runtime file, verify package location, filename casing, and project startup script order.
