Weโve been hard at work improving the consistency and usability of the Master Interface, along with making our API more flexible and developer-friendly.
Master Interface:
-
Upgraded to Font Awesome 6 across the entire interface, bringing a fresh new look to all our icons. (just in time to be ready for the release of version 7)
-
Consistently used the icons we introduced in the
Search Panel
elsewhere in the Master Interface.-
OneShot Volume gets the bullseye icon in place of the claw marks.
-
SFX Elements get the waveform icon rather than the โsfxโ text.
-
Introduce โLoopโ Elements as a sub-type of SFX Elements.
- These are SFX Elements that have
Crossfade samples?
set and generally act as โcontinuousโ sounds. - They are now grouped ahead of the other SFX Elements.
- The search panel now shows a โLoopโ icon for Loop Element results, helping to clarify the difference and matching the filter icon.
- These are SFX Elements that have
- The
Property Inspector
now uses some of these icons to help identify the connection with the associated type of Element.
-
-
The
Element Library
search results now show amplitude visualization and gained access to the remote control link badges (when activated via the hamburger menu ->Show Remote Control Links
).
API:
-
docs.syrinscape.com is now officially โreleasedโ, and we are letting the world know!
-
Gave the
remote-control-links-csv
endpoint some love.- Relocated to
remote-control-links
, deprecating the-csv
version. - Relaxed CORS requirements, making it easier to fetch from third party integrations.
- Stripped unnecessary quoting from the CSV output, reducing the filesize.
- Beefed up the server side caching, making it faster and more likely to finish sending the complete file.
- Allowed JSON formatted output, by setting the
format
query parameter tojson
, or making the request with an appropriateAccept
header. - Maybe some more secret unannounced improvements that you may well have to contact us to find out about.
- Relocated to
-
Corrected the spelling of the
set-current-volume
API endpoint, which was using underscores instead of hyphens.
Hope this all helps make the Master Interface more intuitive to use, and looking forward to hearing what everyone can do with the changes to the API!