You cannot post messages because only members can post, and you are not currently a member.
Description:
A support group for developers interested in Power Tab software
|
|
|
Count me in for any future support group
|
| |
I have 30 years experience of realtime computing, mostly macro11/RSX11
[s/m]. I'm passionate about classical guitar and frustrated with
available tools. However I don't have the time to develop something
from scratch. Harmony Assistant comes close, but I much prefer
powertab.
|
|
Help!
|
| |
Hey everyone,
I'm a very inexperienced programmer, I've worked extensively with C++
so I understand the syntax, but this has been primarily in University
assignments/small projects. This is my first time looking into a
program of this scope and I'm lost.
I have a project in mind where I'd like to get information sent in... more »
|
|
wxwidgets 2.8.2 compatability
|
| |
I am trying to get this thing to compile, but am constrained to v2.8.2 of wxwidgets. Can anyone help out? I am using parser 1.1.2 but under wxDevcpp but I get about 300 errors and a bunch of warnings. Thanks.
|
|
Multi file management, merging tool and open source
|
| |
Hi all, I'm sure this has been asked one million times yet, anyway is the powertab source code available somewhere ? Brad, have you ever intended to make powertab an open source project ? In fact, I'm asking this because I'm wondering is if we could make some changes to accept multiple ptb files to be opened in a powertab... more »
|
|
PTParser: RhythmSlash bug?
|
| |
Hi, I think there's a small bug in the RhythmSlash class. It defines: // Single Note String Number Constants const wxByte RhythmSlash::MIN_SINGLE_NOTE_S TRING_NUMBER = 1; const wxByte RhythmSlash::MAX_SINGLE_NOTE_S TRING_NUMBER = 7; which are used by: static bool IsValidStringNumber(wxByte stringNumber) {return... more »
|
|
power tab
|
| |
Hey power tab developers!.. I was wondering, I love power tabs i use it for all my music i like to play on my gutiar and for music i make for my band but when i'm out on the road and i can't download power tabs on the computer i'm using. I wanted to know if you guys make a internet base program with a user interface where if ur out and about... more »
|
|
ptparser bug
|
| |
Line 121 position.h durationTypeMask = (wxUint32)0xff000000 should be durationTypeMask = (wxUint32)0x7f000000
|
|
Coordinate System
|
| |
Has anyone figured out the coordinate system for the mfc-rect? I figured out the systems are RECT (50,y,800,y). The positions and other elements remain a mystery to me. I would love to start writing stuff that converts things into power tab format, but the power tabs won't look right unless I get this right.... more »
|
|
.ptbs -> MIDI in bulk?
|
| |
I've been in the habit lately of pitching every idea I've conceived, for better or worse (on the forums). So why stop now? The original post and thought process looks exactly like this: [link] But the meat and potatoes of the discussion is here: "I think it would be sweet if, assuming I downloaded some number of... more »
|
|
Yet Another PHP power tab parser update
|
| |
The parser is running. You may load and access power tab data. I tried to provide a literal translation of Brad's classes, so if you are familiar with the ptparser you will have no problem understanding my classes. To read a power tab file it's simple. (see below.) I am almost done with write support. I also need to rewrite the MFC... more »
|
|
|