Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /storage/content/49/145849/famitracker.com/public_html/forum/classes/dbHandler.php on line 29
I'm looking for an easier way to find the delay values for triplets. If anyone who has discovered some could post them, for individual speeds (Like, I know that on speed 3, 00 would have none, 02 would have an effect of G02, and 05 would have an effect of G01, with notes at each one) it would be nice to have a sort of reference file for each speed.
Some other places I've tried to conquer:
[url=http://chipmusic.org/ch3dd4r]Le Chipmusic
[url=http://battleofthebits.org/barracks/Profile/CH3DD4R/]Le BattleOfTheBits
You just have to calculate a little. When you divide four rows of three frames each, you have to make sure all three notes get to play for 4 frames each. So you delay the second note with G01, this gives the first note 3 + 1 frames to play. The second note now has 2 frames left on the second row because it was delayed. So you have to delay the third note with G02 to give the second note its well-deserved 4 frames of showtime. This leaves the thrid note with a single frame on the thrid row, and the fourth row gives it the remaining three frames.
It might sound a little complicated, but long story short: You need to give all three notes an equal number of frames (or with some speeds, you need to distribute a number of frames not divisable by 3)
In my example you can see and hear, how I replicate the triplets in speed 4
Well, I was just hoping to find some things that people have already discovered for as many speeds as possible, but yeah, I've never really understood triplets exactly before now.
Some other places I've tried to conquer:
[url=http://chipmusic.org/ch3dd4r]Le Chipmusic
[url=http://battleofthebits.org/barracks/Profile/CH3DD4R/]Le BattleOfTheBits
I also made a quick triplet 101 tutorial, which you will find [url=http://www.famitracker.com/forum/posts.php?id=5502&pid=56009#56009]here.
_______________________
Follow me on [url=https://twitter.com/jrlepage2a03]Twitter.
I record (some) NSFs on hardware. Feel free to [url=http://www.famitracker.com/forum/posts.php?id=3633]request a hardware render.
Some other places I've tried to conquer:
[url=http://chipmusic.org/ch3dd4r]Le Chipmusic
[url=http://battleofthebits.org/barracks/Profile/CH3DD4R/]Le BattleOfTheBits
Since the Renoise tuplet calculator is currently offline, I decided to make a similar little app for myself and others. Just type in the number of rows, number of notes, and ticks per row. Voila....