xrrhythmsuk / xruk-player

A pattern-based drumming machine based on TypeScript, beatbox.js, Vue.js and Bootstrap.
https://player.xrrhythms.uk
GNU Affero General Public License v3.0
1 stars 0 forks source link

Download file to share #54

Closed timrog closed 10 months ago

timrog commented 1 year ago

Currently we can share an ugly encoded link, or copy and paste the JSON. For big songs and patterns that becomes unwieldy.

We can easily get it to download a file which may make sharing more intuitive. It abstracts away the JSON which be seen too technical by some users. We can make the share dialog much simpler in the process, potentially using the Web Share API to directly share to chat, Telegram etc.