<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://fileformats.archiveteam.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://fileformats.archiveteam.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Andrewrk</id>
		<title>Just Solve the File Format Problem - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://fileformats.archiveteam.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Andrewrk"/>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Special:Contributions/Andrewrk"/>
		<updated>2026-04-10T05:08:07Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.2</generator>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Raw_FL_Studio_Project</id>
		<title>Raw FL Studio Project</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Raw_FL_Studio_Project"/>
				<updated>2015-12-09T22:13:01Z</updated>
		
		<summary type="html">&lt;p&gt;Andrewrk: fix oops&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Audio and Music&lt;br /&gt;
|extensions={{ext|flp}}&lt;br /&gt;
|pronom={{PRONOM|fmt/733}}&lt;br /&gt;
}}&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
The Raw FL Studio Project is the native file format of Image Line's FruityLoops / FL Studio Digital Audio Workstation Software. It contains all of the data belonging to a project, with the exception of [[WAV|wave samples]], [[DrumSynth Preset|DrumSynth presets]] and [[SimSynth Preset|SimSynth presets]].&lt;br /&gt;
&lt;br /&gt;
FL Studio can also export projects to a &amp;quot;Zipped Project File&amp;quot; - this is just a standard [[ZIP]] archive containing a '''.flp''' file plus the various samples / presets.&lt;br /&gt;
&lt;br /&gt;
== Information ==&lt;br /&gt;
&lt;br /&gt;
Little is known about this proprietary format - given the number of FruityLoops / FL Studio versions that have been released, it seems likely that it has changed more than once.&lt;br /&gt;
&lt;br /&gt;
Per [http://ocremix.org/forums/archive/index.php/t-3577.html this forum thread] it is known that, for the 2006 version of the format, '''.flp''' files start with the following 32 bytes:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
46 4C 68 64 06 00 00 00 00 00 04 00 60 00 46 4C&lt;br /&gt;
64 74 B1 77 00 00 C7 06 35 2E 30 2E 31 00 C8 10&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here is some open source code that parses .flp files:&lt;br /&gt;
&lt;br /&gt;
 * LMMS: https://github.com/LMMS/lmms/tree/master/plugins/flp_import&lt;br /&gt;
 * node-flp: https://github.com/andrewrk/node-flp&lt;br /&gt;
 * PyDaw: https://github.com/andrewrk/PyDaw&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.image-line.com/ FL Studio] (Windows / iOS / Android)&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.image-line.com/support/FLHelp/html/fformats_save_flp.htm FL Studio Online Reference Manual - FL Studio Project File]&lt;br /&gt;
* [http://www.image-line.com/support/FLHelp/html/fformats_save_zip.htm FL Studio Online Reference Manual - Zipped Project File]&lt;br /&gt;
* [http://ocremix.org/forums/archive/index.php/t-3577.html Corrupt FL file? No problem!] - a thread on the OverClocked Remix Forums&lt;/div&gt;</summary>
		<author><name>Andrewrk</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Raw_FL_Studio_Project</id>
		<title>Raw FL Studio Project</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Raw_FL_Studio_Project"/>
				<updated>2015-12-09T21:11:34Z</updated>
		
		<summary type="html">&lt;p&gt;Andrewrk: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Audio and Music&lt;br /&gt;
|extensions={{ext|flp}}&lt;br /&gt;
|pronom={{PRONOM|fmt/733}}&lt;br /&gt;
}}&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
The Raw FL Studio Project is the native file format of Image Line's FruityLoops / FL Studio Digital Audio Workstation Software. It contains all of the data belonging to a project, with the exception of [[WAV|wave samples]], [[DrumSynth Preset|DrumSynth presets]] and [[SimSynth Preset|SimSynth presets]].&lt;br /&gt;
&lt;br /&gt;
FL Studio can also export projects to a &amp;quot;Zipped Project File&amp;quot; - this is just a standard [[ZIP]] archive containing a '''.flp''' file plus the various samples / presets.&lt;br /&gt;
&lt;br /&gt;
== Information ==&lt;br /&gt;
&lt;br /&gt;
Little is known about this proprietary format - given the number of FruityLoops / FL Studio versions that have been released, it seems likely that it has changed more than once.&lt;br /&gt;
&lt;br /&gt;
Per [http://ocremix.org/forums/archive/index.php/t-3577.html this forum thread] it is known that, for the 2006 version of the format, '''.flp''' files start with the following 32 bytes:&lt;br /&gt;
&lt;br /&gt;
Here is some open source code that parses .flp files:&lt;br /&gt;
&lt;br /&gt;
 * LMMS: https://github.com/LMMS/lmms/tree/master/plugins/flp_import&lt;br /&gt;
 * node-flp: https://github.com/andrewrk/node-flp&lt;br /&gt;
 * PyDaw: https://github.com/andrewrk/PyDaw&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
46 4C 68 64 06 00 00 00 00 00 04 00 60 00 46 4C&lt;br /&gt;
64 74 B1 77 00 00 C7 06 35 2E 30 2E 31 00 C8 10&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.image-line.com/ FL Studio] (Windows / iOS / Android)&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.image-line.com/support/FLHelp/html/fformats_save_flp.htm FL Studio Online Reference Manual - FL Studio Project File]&lt;br /&gt;
* [http://www.image-line.com/support/FLHelp/html/fformats_save_zip.htm FL Studio Online Reference Manual - Zipped Project File]&lt;br /&gt;
* [http://ocremix.org/forums/archive/index.php/t-3577.html Corrupt FL file? No problem!] - a thread on the OverClocked Remix Forums&lt;/div&gt;</summary>
		<author><name>Andrewrk</name></author>	</entry>

	</feed>