I'm developing a system that extracts pitch from an audio track and displays it on a guitar tablature. I figured out there are many DSP libraries to for the pitch extraction part. ASCII tab is something i read about how guitar tablature is displayed but I'm not too sure how to do this. Elaborate on this method? And can anyone suggest more methods to do this like built in libraries for Java that can visualize guitar tablature?
Edit - I saw a project which uses a guitar tab editor to display guitar tablature. Not sure how this works
Thanks in advance