-
Orbiter is a generative ambient music system for the web + Linux, macOS, Win, iOS, Android, available also as DAW plugins. Enjoy!
Orbiter has a built-in neural sequencer, to compose meditative music, or for you to compose together with it — driving physically modelled instruments.
-
It was a #eurorack #synth juice sort of night tonight.
#serge NTO filtered through Godspear (remake of the classic OSCar filter), with a sprinkling of pitch shifted and slowed down homemade #glitch from #electroacoustic solenoid assisted recordings from earlier.
-
Makes me wonder if a similar approach of leveraging #yjs doc and #automerge would work in case of https://github.com/nimmen/crdt-sqlite which is a vaguely similar sort of thing, for sqlite (at least one big difference being that the kinds of CRDTs supported by yjs are far more powerful). I imagine the wasm compilation mode might not be workable / attractive to build this way.
-
pg_crdt from #supabase integrates #yjs and #automerge in a Postgres extension to implement #crdt based syncing at the DB level.
Indirectly, the fact you have the flexibility to stick extensions like this in a Supabase application and it works at all cleanly with the pre-existing Realtime feature is a pretty good sign re: its design as far as flexibility.