electro-smith / oopsy

gen~ to Daisy: exporting Max Gen patchers for the ElectroSmith Daisy hardware platforms
MIT License
126 stars 30 forks source link

Typo in oopsy.js max apps error message #47

Closed stephenhensley closed 3 years ago

stephenhensley commented 3 years ago

lines 145-148 of oopsy.js

if (hardware.max_apps && cpps.length > hardware.max_apps) {
     console.log(`this target does not support more than ${hardwre.max_apps} apps`)
     cpps.length = hardware.max_apps
}

hardwre should be hardware

I didn't check if this is resolved on dev or not yet, but figured better to put it somewhere than forget about it before I check.

grrrwaaa commented 3 years ago

Yeah I spotted that & fixedd it this morning.