soir live coding environment
No path but this—
Bell crickets singing
In the moonlight

@live
def setup():
    tracks.setup({"main": inst.mk_sampler()})

sp = sampler.new('basics')

@loop
def example(beats=4):
    """Welcome to Soir.
    """
    for i in range(4):
        log(f'Welcome to Soir')
        sleep(1)