FRACT OSC

FRACT OSC

Not enough ratings
How to use all semitones in studio patterns
By skzk
The step sequencer in the studio is limited to C, E♭, F, G and B♭. By editing your song in a text editor, you can add all other notes.
   
Award
Favorite
Favorited
Unfavorite
Loading a song
Your songs are located in C:\Users\<username>\AppData\Local\FRACTOSC\Songs. Ignore the .fract1 files (those are backups) and open the .fract file of your song with a text editor.

Since the JSON inside is just one long line, paste it into this tool[jsbeautifier.org] and copy the result back. FRACT won't mind the change and it makes the content a lot more readable.

Here's an example of what you should end up with:
Editing patterns
The structure of the file should be self-explanatory; in case it isn't, this is what we're looking for:

"Pattern1": {
"activeButtons": [2, 70, 1, 2, 60, 1, 0, 55, 1, 12, 67, 1, 12, 72, 1, 8, 63, 1, 8, 55, 1, 4, 65, 1, 4, 58, 1, 0, 48, 1, 6, 60, 1, 6, 53, 1, 10, 67, 1, 10, 60, 1, 14, 70, 1, 14, 63, 1]
},

The array contains three values for each note:
  • Its position on the x axis,
  • The note itself and
  • a 1. I don't know why it's there, but it is.

This graphic shows you which value represents which note. Colored keys are notes available in the studio UI.

The results
Save the song and load it in the studio again. While it has no problems with playing the new notes, they obviousuly won't show up in the step sequencer. The pattern sequencer does display them, though.


I've made a small example if you want to see this trick in action without editing songs yourself:
http://www.sendspace.com/file/aslbt8
7 Comments
Newk 23 Feb, 2020 @ 2:24pm 
could one also make their own beat patterns outside of the game that work in the game's sequencer?
B.Fett 18 Apr, 2016 @ 2:11pm 
Are the developers aware that the community would really appreciate a patch that allowed access to the rest of the notes in game?
TheUltimateM16 25 Nov, 2015 @ 10:28am 
Thanks for this! It is pretty stupid that you're limited to certain notes in the in-game sequencer, but I'm glad I found this.
TinFoilMkIV 16 Jan, 2015 @ 9:37am 
very interesting. The functionality is there, so it could be cool if we somehow get a mod of update allowing a more complete scale of notes for each synth in the future.
jbmallus 5 Nov, 2014 @ 12:37pm 
Very useful info. I was wondering how to create different keys.
AxJn 22 Aug, 2014 @ 3:41pm 
ty for that lol :)
Drake 5 May, 2014 @ 7:15pm 
Very cool to know. Thanks for the info.