I got to a milestone with my Engine_FM7 project. It loads on Norns, can be called through Maiden into a script and the Lua REPL works as expected to get and set params. It’s polyphonic, which was adapted from Engine_PolySub.
https://github.com/lazzarello/dust/blob/fm7/lib/sc/Engine_FM7.sc
It’s not super useful…yet since I need to figure out what to do with the modulation matrix. There’s a lot of params in there.
I’d like to adapt the Earthsea script to work with the FM7 engine. The args and UGen graph is a little different so it’s not a simple swap out of the engine.name.
update, whelp, that worked well
From there I think it could be a cool interface to use a grid as a selector for the 6x6 modulation matrix and an encoder to change the value.
Once I get a useful script that demonstrates it’s usefulness I’ll make a PR for the upstream dust repo.
Anyone else working on new Polyphonic synths?