battermann / Scalesmeister

Jazz line generator written in Elm based on scales and formulas
https://scalesmeister.surge.sh/
GNU Affero General Public License v3.0
8 stars 1 forks source link

Responsive audio #5

Closed jarrodu closed 6 years ago

jarrodu commented 6 years ago
battermann commented 6 years ago

Playback of the sequence seems to work. onMouseDown etc. does not seem to work well.

So for mobile, let's check if we can play back a sequence using tone.js synthesisers, to avoid loading the samples on startup.

And disable onMouseDown / Up events.

battermann commented 6 years ago

We could detect device type by using the elm style elements library (which I would like to use anyway for styling).