monome / norns

norns is many sound instruments.
http://monome.org
GNU General Public License v3.0
633 stars 147 forks source link

feat: add `lib/reflection.lua` #1713

Closed robbielyman closed 1 year ago

robbielyman commented 1 year ago

here’s a clocked pattern recorder @dndrks and I have been kicking around for about a year now. some discussion of it exists over at #1609 . i’m not sure the discussion has fully resolved, so i’ll mark this as a draft, but if there’s interest, it would be nice to see it land soon :)

robbielyman commented 1 year ago

thanks very much to @sonocircuit for some thoughtful changes and additions!

one thing I took the liberty of doing is having begin_playback just call into clock.sync directly rather than launching a new clock. since the library itself only calls begin_playback within a clock, this seems innocent, but please let me know if you think things should change @dndrks @sonocircuit