Message from discussion
position vs note
Received: by 10.36.106.13 with SMTP id e13mr99462nzc.1182530569474;
Fri, 22 Jun 2007 09:42:49 -0700 (PDT)
Received: by m37g2000prh.googlegroups.com with HTTP;
Fri, 22 Jun 2007 16:42:48 +0000 (UTC)
X-IP: 67.132.153.34
From: "joneric_wennerst...@yahool.com" <joneric.wennerst...@gmail.com>
To: Power Tab Developers Support <powertab-developers@googlegroups.com>
Subject: Re: position vs note
Date: Fri, 22 Jun 2007 09:42:48 -0700
Message-ID: <1182530568.311047.68230@m37g2000prh.googlegroups.com>
In-Reply-To: <1182132140.541576.140710@g4g2000hsf.googlegroups.com>
References: <1182117240.286781.199040@w5g2000hsg.googlegroups.com>
<1182132140.541576.140710@g4g2000hsf.googlegroups.com>
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4,gzip(gfe),gzip(gfe)
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Thanks very much brad.
I was wondering if it were possible, to ask you a question or two
about the power tab 1.70 file format.
They are very detailed questions, for instance, about serializing
arrays.
I've converted your power tab parser from c++ to java, and now I'm
starting to debug my code.
There seems however, to be "extra" bytes in actual .ptb files that I
haven't accounted for and can't figure out :-)
If you're agreeable to it, would it be better to e-mail directly,
rather than clutter the forums with my questions, or would you rather
just use the forums?
Thanks.
joneric
On Jun 17, 7:02 pm, Dummy <dummy...@power-tab.net> wrote:
> Yes.
>
> A note is an individual note.
> A position is a group of notes, or a rest in a voice/melody.
>
> A tremolo bar symbol is applied to the position. (effects all the
> notes in the group)
> A bend/slide symbol is applied to only a single note in the group.
>
> Brad
>
> On Jun 17, 5:54 pm, "joneric_wennerst...@yahool.com"<joneric.wennerst...@gmail.com> wrote:
> > I've been looking at the power tab parser c++ code and have a few
> > questions.
>
> > 1. What does a position represent, and how is it different from a
> > note?
> > 2. I don't understand why position has its own set of simple flags and
> > complex types, and note has its own different
> > set. Does position represent a chord or rest, whereas a note is
> > simply a single note?