Monday, November 12, 2007

RE: Extracting Song Information With The Parser

This is in response to a comment left about the php ptparser. Parsing power tab song info and displaying it is pretty easy. See the following code below for example.




<?php

require_once "powertabdocument.php";

$ptb = new PowerTabDocument ();

$ptb->Load ("powertabfile.ptb");

// Example see more functions below:
$ptb->GetHeader()->GetSongArtist();

// GetLessonAuthor()
// GetLessonCopyright()
// GetLessonLevel()
// GetLessonMusicStyle()
// GetLessonNotes()
// GetLessonSubtitle()
// GetLessonTitle()
// GetSongArranger()
// GetSongArtist()
// GetSongAudioReleaseTitle()
// GetSongAudioReleaseType()
// GetSongAudioReleaseYear()
// GetSongAuthorType()
// GetSongBassScoreNotes()
// GetSongBassScoreTranscriber()
// GetSongBootlegDate()
// GetSongBootlegTitle()
// GetSongComposer()
// GetSongContentType()
// GetSongCopyright()
// GetSongGuitarScoreNotes()
// GetSongGuitarScoreTranscriber()
// GetSongLyricist()
// GetSongLyrics()
// GetSongReleaseTitle()
// GetSongReleaseType()
// GetSongTitle()

?>

Sunday, November 11, 2007

Let it Snow! Let it Snow! Let it Snow!

The Holidays are coming! We've updated the main page chock full of Christmas tabs, and a snowy interface. Enjoy! ... and Happy Holidays!

-apt

Music Headlines

Loading...