|
|
|
|
|
by jemmyw
1227 days ago
|
|
> I don't want a DOM when I'm porting my DAW to the browser, and I'm pretty sure you don't me to use that way either. Actually we do want you to use the DOM. Use the DOM for everything except the parts that are highly graphical, i.e. rendering waveforms where it makes sense to use cavas. Most of a DAW is just normal controls and we want those to be accessible, readable, and potentially extendable. |
|
As for the waveforms, those are just images too (they have to be, to make rendering efficient enough, even for native).
Apple understood the differences: almost none of their creative software (for desktop) is written using standard Apple toolkits (and no, it's not just because they purchased Logic from Emagic and Emagic had been bad).