Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'A script to display the current iTunes song's tablature' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A script to display the current iTunes song's tablature
Authored by: indigo7 on Oct 09, '04 10:45:43AM

Hello,

I was wondering if this script could be tweaked/modified to display the song's tablature, instead of lyrics.

As I have over 3,000 songs, it's a pain to keep searching and opening tabs for each song. If I already have the tabs, can I just have the script point to the folder and open it for the current song?

Would really help my guitar practice. Thanks!



[ Reply to This | # ]
A script to display the current iTunes song's tablature
Authored by: livefire on Feb 04, '05 01:24:26PM

This is an awesome script Doug's Actionscripts has something similar that I've been using for a while now, but I have an idea.
I am a DJ at my college radio station and we have to screen music for profanity.
I was thinking that you could use the google 'I'm feeling lucky' feature like you did, copy the output into a text editor, and search the text for profane words.
ie. loop
find "damn"
a+1 -> a
end loop
"damn ="
display a

you'll have to forgive me... I'm just laying the idea down and I don't have any experience beyond basic

any ideas or help with code would be appreciated!

thanx,
(MIKE



[ Reply to This | # ]