jkotlinski / lsdpack

Standalone LSDj recorder+player
GNU General Public License v2.0
116 stars 18 forks source link

Optimize software envelopes #8

Closed jkotlinski closed 3 years ago

jkotlinski commented 3 years ago

Little Sound Dj 8.8.0+ uses software envelopes, significantly increasing the number of registry writes. This should probably be optimized to reduce the CPU+ROM penalty.

jkotlinski commented 3 years ago

Optimized a bit now, by switching to DMG style register writes. It could be optimized a little further by making a new command in the bytestream. But the improvement from that will maybe not be huge.

jkotlinski commented 3 years ago

done