spietras / beeplay

turn your crappy PC into a music player :notes:
MIT No Attribution
3 stars 0 forks source link

Supply sh wrappers #2

Closed spietras closed 2 years ago

spietras commented 3 years ago

Currently, you need to use emitter functions and beeplay separately, e.g.:

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...

spietras commented 2 years ago

Wrapper scripts are better, which are available right now