bobgonzalez / spEdit404

spEdit is a tool for modifying and creating binary pattern files for the Roland SP-404SX.
GNU General Public License v3.0
17 stars 3 forks source link

output format of patterns is ugly when long patterns are used #3

Closed bobgonzalez closed 4 years ago

bobgonzalez commented 4 years ago

new output format prints pattern on one line and that is not cool for long patterns a better solution is required. maybe go back to printing all 12 tracks out 1 bar at a time?

bobgonzalez commented 4 years ago

I have changed the output format to print the pattern one bar at a time and defaulted the resolution to be 1 frame = 1/16th. you can change this by changing the FRAMES_PER_BAR constant from 16 to something else say 32 to get resolution of 32nds. i do not advise using a FRAMES_PER_BAR that is not a power of two.