mtolly / onyx

Toolkit for converting and building songs for Rock Band, Guitar Hero, Clone Hero, and other similar rhythm games
158 stars 16 forks source link

Slide issues on Pro Guitar/Bass #163

Open i0brendan0 opened 3 years ago

i0brendan0 commented 3 years ago

Setting a slide note to channel 12 reverses the direction the slide normally goes. The web preview does not take this into account. For instance, a slide on note 5 would normally slide up, but setting the slide note to 12 tells to game to slide down.

mtolly commented 3 years ago

I think it should already have the slide direction logic implemented correctly, I have used it a lot to check my own protar charts. Do you have a song I can test that demonstrates the bug?

Do note that the slide direction can also be affected by what note comes after it, if there is a small enough gap. For example a sustain on fret 5, followed by a 16th note gap, followed by a 3, will slide down by default (because 3 is less than 5), so channel 12 will flip it back to slide up.