Replies: 8 comments 1 reply
-
Hi. That's an interesting question... From software perspective: there is a max value of 30 (100 for percussion channel). But not so easy to change, as it is hard-coded at several places. |
Beta Was this translation helpful? Give feedback.
-
Oh, yes, @guiv42 , i forgot to take a look at the bending effect. As long as a fret based instrument has a fixed number of frets, it depends on other physical details, of how high the tone can be. At least I think, the composer himself need to have knowledge about the borders of what one can do with the instrument. So nothing that should be implemented in Tuxguitar. To my opinion, you only have to think about adding some frets to the fretboard view, because 24 frets are not visible at the moment. Or you place attributs on the score that tells Tuxguitar the physic of the Instrument (Deepst and highest tone, number of frets). |
Beta Was this translation helpful? Give feedback.
-
Hi guys. Edit: no need to bother with more than 24 frets in the fretboard view, of course. P.S. Conklin 36-fret bass: |
Beta Was this translation helpful? Give feedback.
-
For sure the limit can be debated: different users, different instruments, different use cases... it seems to me it should be valuable to make this parameter configurable somehow.
Yes I have added another occurrence of this limit recently. To reassure you, I did this consciously. And no need to be sad: I don't consider this a stable situation, but more a short-term solution to fix faster another issue. So I can propose a plan in 2 steps:
Note: this would break compatibility of file format (additional data to store) |
Beta Was this translation helpful? Give feedback.
-
Agree, codebase cleanup/refactoring should be a priority now, it'll make things much easier later.
Sure, take your time, it's not a huge problem. I appreciate that you guys pulled TG from oblivion. I'm still using TG in most cases (sometimes up to the final production stage) despite having GP and various other commercial software. TG just feels comfortable and I'm glad it'll stay alive.
Seems reasonable. No hurry. Do what you think is most important now. Sadly, I'm not well-versed in Java and can't help much with the coding part.
Eeeh, let's leave it for now then, until 2.0 or so. It's no pressing issue. |
Beta Was this translation helpful? Give feedback.
-
Issue #256 created for that purpose. |
Beta Was this translation helpful? Give feedback.
-
Configuring max fret number per track should be quite simple now (see #260, hope I haven't forgotten any other hard-coded limit). Possibly, just a new field in track properties dialog could be sufficient. To be implemented in a future version where .tg file format evolves. |
Beta Was this translation helpful? Give feedback.
-
See PR #521: max fret number is now configurable per track (except for percussion tracks), in tuxguitar-next branch |
Beta Was this translation helpful? Give feedback.
-
Hello,
I was just wondering if Tuxguitar has a concept on how to deal with the above. I just tested what the highest note is (I'm also thinking of testing the lowest note), and found that with the standard steel string guitar I can't hear any sound from the 22nd fret onwards. When I change instruments, e.g. a clean guitar, I hear a tone up to the 29th fret. The 29th seems to be the highest possible fret.
Have you ever seen a guitar or instrument with 29 frets?
I've also noticed that when you switch to view->fingerboard, the board only shows 23 frets. Mmmh. That's amazing, because you can get up to 29 frets in the score .
So what is the concept behind this? I was wondering what should happen when you switch from a clean guitar (29 or in real life 24 frets) to an instrument with only 22 frets. Should Tuxguitar issue a warning and highlight the notes that you can't play on the selected instrument.
Great if someone tells his or her opinion about that.
Beta Was this translation helpful? Give feedback.
All reactions