Bubobubobubobubo / topos

Web Based Live Coding Environment. Inspired by the Monome Teletype.
https://topos.live
GNU General Public License v3.0
27 stars 10 forks source link

Fix Memory Leak #94

Closed Bubobubobubobubo closed 7 months ago

Bubobubobubobubo commented 11 months ago

Something is going with Topos and it's very hard to diagnose. It looks like the application is suffering from a subtle memory leak that is not getting reported on the performance monitor. Many fixes have been tried already with no success.

Part of the problem might arise from the current clock implementation but the replacement is not ready to be merged and suffers from tempo / time correction issues.

Bubobubobubobubo commented 11 months ago

CPU increases dramatically when using wavetable synthesis and vib+vibmod. It is almost guaranteed to crash after a while when doing so. This is probably something that could/should be fixed in the audio engine itself.

Bubobubobubobubo commented 11 months ago

Still an issue.