Elektrine lite

← Feed

@nnirror@post.lurk.org

Post #1659181

2026-04-12 19:46 UTC

@ho @williamfields oh that’s interesting, i follow. yeah, i’ve been able to get a decent implementation in gen~ which I think compiles to c++ under the hood and can handle realtime with reasonable cpu load, but definitely having potentially scores of iterations per window is questionable on cpu usage. it’d be trickier to do the STFT in gen~ but i could see that being a good approach with python or something else where you don’t have to roll your own FT code

Replies (1)

  • @chorist@merveilles.town 2026-04-13 00:52

    @nnirror @ho @williamfields Without having the full context here I’ll say: you can use gen~ inside of a pfft~ patch (with fftin~). If you’re wanting to do cross-bin stuff then you end up having to have a single fft frame-delay to do it due to the way Max sets the system up. But… just so ya know if that’s useful!

    Open ##1659182