💾 Archived View for lofi.haiku-os.org › docs › develop › midi › todo.gmi captured on 2024-03-21 at 15:03:47. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-09-28)

-=-=-=-=-=-=-

Midi Kit TO DO List

namespace BPrivate
{
    static struct BSynthKiller
    {
        ~BSynthKiller()
        {
            delete be_synth;
        }
    }
    synth_killer;
}