How to read and edit .PAT File

Hi,

I have a hard time to read and edit .PAT file from the flowbotic softer. I created a pater and saved it. But when I open the .PAT file. I can’t read anything.
So I was want to know if there any program would let me read and edit .PAT file?

Thank you very much!

Mike
[email protected]

It sounds like you created a pattern in FlowBotics Studio and want to open it with a different program?
FlowBotics can open pattern files, but a .PAT is really an extension which is specific to FlowBotics Studio.
If we are not understanding correctly, we apologize and ask that you please explain a bit more.

Yes.
I want to edit or write the exciting .PAT file. Or writhe a new .PAT so I can load it to the FlowBotics Studio.

Like preprogram the pattern then load it into the FlowBotics Studio. So the FlowBotics Studio can run the patter.

Thank you!

There currently isn’t any documentation for the format of the PAT files, but I can tell you that they’re a serialization of the data structure that’s loaded in memory in Ruby.

If you like, you open the project in edit mode and open the pattern sequencer module to see the Ruby structure that’s used.

Hope this helps,

Thank you for your help.
What is your mean by “open the project edit mode and open the pattern sequencer”? you mean open it in Flowbotic?

Yes, when you open a project in FlowBotics Studio, by default you are shown the Focus Mode view, but you can also open in Edit Mode by doing Shift-Escape (when viewing a project in Focus Mode), or by right-clicking and doing Edit from the FlowBotics Studio home screen where you do the project selection.

Hope this helps,