Implementation note
HISE Runtime Include
Where to load the SoundSync runtime inside a HISE project and the exact include lines required by each 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.
SoundSync
Required include lines
Choose the include that matches the downloaded package.
| Package | Copy into the main HISE Interface script |
|---|---|
| HiseScript | include("SoundSync/Runtime/SoundSyncRuntime.js"); |
| Native C++ | include("SoundSync/Scripts/SoundSyncNativeGate.js"); then call ssSoundSyncNativeGateStart(); |
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.
