Full-screen mode and more
March 16, 2015
We’ve just launched support for a Soundslice full-screen mode. There’s now a “View full screen” button in the Settings menu on score pages:
Click that to launch the Soundslice player full-screen, giving you a focused, distraction-free practice environment.
If you embed Soundslice in your own site through licensing or Soundslice For Teachers, you’ll need to make a slight change to your embed codes to enable this. Due to the way browsers work, you’ll need to edit your <iframe> code to add an allowfullscreen
attribute, like this:
<iframe src="https://www.soundslice.com/scores/123/embed/" width="100%" height="500" frameBorder="0" allowfullscreen></iframe>
We’ve updated the embed link in the Soundslice score manager to include allowfullscreen
for all scores going forward.
Feel free to remove allowfullscreen
for any particular score’s embed code if you don’t want to allow full-screen. If allowfullscreen
isn’t provided, then your users won’t see the “View full screen” button in Settings for that score.
Other improvements this past week:
- Added support for text (e.g., expression markings) below the staff, not just above the staff. Our MusicXML importer will now honor the proper above/below position.
- Improved note-tie rendering in case of notes that are a second apart.
- Improved slur rendering not to be overly curvy.
- Improved our GPX importer to support 128th notes.
Finally, if you’re technically inclined and would like to learn about how we ensure Soundslice software quality, check out this geeky blog post I wrote about our testing process.