←back to thread

51 points catchmeifyoucan | 2 comments | | HN request time: 0.438s | source
1. bcowde ◴[] No.45153233[source]
I really like the idea of being able to import tutorial videos into a tab-like format. I have a tool which puts tabs into browser storage and displays them (https://pianoboi.site/) - It would be really cool to provide an import feature from your app.
replies(1): >>45173961 #
2. catchmeifyoucan ◴[] No.45173961[source]
Oh I love this. And it'd be really cool to see that.

The current output isn't a particular format. It's purely text output that looks like this.

1:01 -----|A1--B1|----A3--A4|

1:03 -----|A1--B1|--A3--A4|---B2|

If you had a way to copy and paste that as a string of notes and visualize in a loop or some-how that might work. You'd have to figure out how long a note was pressed etc, so it may require some extra logic.