|
Agua
|
|
Post:
Apr 28th 2009 at 1:03 PM |
|
|
I dont know if this is a bug to be reported or a suggestion to improve the current option, but when you select the "slide" effect on a note of a beat, a little line shows up on the right of the note, but when playing the music afterwards, no sliding effect can be heard; the note just plays normal. Was it intended so, i.e. only as a visual sign on the part or should it really slide the note sound?
Anyway, I want to applaud again here for this beautiful product, very well designed compared to many other tablature products I've seen around for years!
|
|
| Back to Top |
| |
|
Nicolas Arias
|
|
Post:
Apr 29th 2009 at 2:33 AM |
|
|
|
You have to put the note you want it to slide to after it. If you had a 7 on the tablature view and you wanted it to slide to a higher number you would put a higher number behind it.
|
|
| Back to Top |
| |
|
Agua
|
|
Post:
Apr 29th 2009 at 4:07 PM |
|
|
Thanks, I didn't notice that. However, I am looking for a slide effect which would just fade out, not one sliding to another note which would be played. Do you by any chance know how one can do that in TuxGuitar 1.1?
Thanks again for the tip anyway.
|
|
| Back to Top |
| |
|
Julian
|
|
Post:
Apr 29th 2009 at 5:47 PM |
|
|
|
No, that isn't supported yet
|
|
| Back to Top |
| |
|
Aron
|
|
Post:
Dec 28th 2009 at 12:16 AM |
|
|
Hope this will be implemented soon, it's pretty much the most annoying thing about TuxGuitar.
Various types of slides are needed:
Sliding to/from nowhere,
legato slide,
slides over more then one measure,
...
Probably forgot some options ;)
|
|
| Back to Top |
| |
|
Danjo
|
|
Post:
Apr 4th 2010 at 11:49 PM |
|
|
|
Yeah, you can do it in power-tab, which is a less advanced program than tux guitar, so it really should be added.
|
|
| Back to Top |
| |
|
Danielku15
|
|
Post:
May 7th 2010 at 11:27 PM |
|
|
To implement this feature in the future take a look at this piece of code: http://code.google.com/p/guitarsharp/source/browse/trunk/GuitarSharp/GuitarSharp.File/GuitarPro/Gp5Reader.cs#245
For midi generation the different slide types (makeSlide Method) would be a bend using this data:
* FastSlideTo - As current (only faster)
* SlowSlideTo - As current
* OutDownWards - From Note to Note-10 Frets
* OutUpWards - From Note to Note+10 Frets
* IntoFromBelow - From Note-10 Frets to Note
* IntoFromAbove - From Note+10 Frets to Note
Greets Daniel
|
|
| Back to Top |
| |