-
Updates SunVox DLL to 2.1.2b (2.1.2.1 internally).
-
Adds new library functions and slot methods
sv_sampler_par
andsv_save_to_memory
. -
Allows auto-cleanup of a SunVox process by using a context manager.
-
Fixes missing
save
fromsunvox.dll.__all__
, which prevented aSlot
of aBufferedProcess
from being able to save project files to disk. -
Fixes
pat_num
not being correctly passed through when callingsunvox.slot.Slot.set_pattern_event
. (Thanks to Phoel Ostrum) -
Moves from
poetry
andpoetry-core
touv
andhatchling
. -
Moves from using
black
toruff
for formatting code.