Closed spietras closed 2 years ago
Currently, you need to use emitter functions and beeplay separately, e.g.:
beeplay
emit_sheet < sheet.txt | beeplay note_play
We can make that easier by supplying a wrapper function for each emitter that pipes it inside to beeplay, so we can just call:
beeplay_sheet note_play < sheet.txt
Or something like that...
Wrapper scripts are better, which are available right now
Currently, you need to use emitter functions and
beeplay
separately, e.g.:We can make that easier by supplying a wrapper function for each emitter that pipes it inside to beeplay, so we can just call:
Or something like that...