Jump to content

I'm a beginner programmer and this is probably out of my league but I have some questions surrounding a piece of software. "Guitar Pro is a multitrack editor of guitar and bass tablature and musical scores, possessing a built-in MIDI-editor, a plotter of chords, a player, a metronome and other tools for guitarists and musicians."

http://imgur.com/xJHmA2C

http://imgur.com/SjWQr7g

http://imgur.com/SwKhYga

http://imgur.com/qliqn58

Now as you can see it is very dynamic, altering the pixel size of some of the numbers when you fill the beat with more. How would one accomplish this? I want to make my own. What is used to do this?

Link to comment
https://linustechtips.com/topic/382683-how-to-create-a-tableture-program/
Share on other sites

Link to post
Share on other sites

I'm a beginner programmer and this is probably out of my league but I have some questions surrounding a piece of software. "Guitar Pro is a multitrack editor of guitar and bass tablature and musical scores, possessing a built-in MIDI-editor, a plotter of chords, a player, a metronome and other tools for guitarists and musicians."

http://imgur.com/xJHmA2C

http://imgur.com/SjWQr7g

http://imgur.com/SwKhYga

http://imgur.com/qliqn58

Now as you can see it is very dynamic, altering the pixel size of some of the numbers when you fill the beat with more. How would one accomplish this? I want to make my own. What is used to do this?

 

If the program is open-source, you can download the source and search for the font-size control in the source code.

If it's a paying program, you're out of luck. 

That time I saved Linus' WiFi pass from appearing on YouTube: 

A sudden Linus re-appears : http://linustechtips.com/main/topic/390793-important-dailymotion-account-still-active/

Link to post
Share on other sites

If the program is open-source, you can download the source and search for the font-size control in the source code.

If it's a paying program, you're out of luck. 

Oh yes I just thought of something. The program is not free but there is a similar program called tuxguitar that is open-source actually. Now if only it was written in C# or C++... I'll see what I can do.
Link to post
Share on other sites

Ok I downloaded Eclipse since the program is written in Java, what exactly do I do? I'm met with many XML-documents, "File"s and plug ins, and I open the files but can't make any sense of them.

http://imgur.com/Xz4E6TB

http://imgur.com/QBVqV4c

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×