1<hydrogen_preferences>
2	<!-- ######################################################
3	     DEVELOPERS:
4
5	     If you change this file to add or change a setting,
6	     please also update Preferences::Preferences() with the
7	     new default.
8
9	     ######################################################
10	-->
11	<version>0.9.7</version>
12	<instrumentInputMode>0</instrumentInputMode>
13	<restoreLastSong>true</restoreLastSong>
14	<restoreLastPlaylist>false</restoreLastPlaylist>
15	<patternModePlaysSelected>true</patternModePlaysSelected>
16	<useLash>false</useLash>
17	<useTimeLine>false</useTimeLine>
18	<maxBars>400</maxBars>
19	<maxLayers>16</maxLayers>
20	<defaultUILayout>0</defaultUILayout>
21	<lastOpenTab>0</lastOpenTab>
22	<useRelativeFilenamesForPlaylists>false</useRelativeFilenamesForPlaylists>
23	<useTheRubberbandBpmChangeEvent>false</useTheRubberbandBpmChangeEvent>
24	<preDelete>0</preDelete>
25	<postDelete>0</postDelete>
26	<showDevelWarning>true</showDevelWarning>
27	<hearNewNotes>true</hearNewNotes>
28	<recordEvents>false</recordEvents>
29	<quantizeEvents>true</quantizeEvents>
30	<path_to_rubberband>Path to Rubberband-CLI</path_to_rubberband>
31	<recentUsedSongs />
32	<recentlyUsedEffects />
33	<serverList>
34		<server>http://hydrogen-music.org/feeds/drumkit_list.php</server>
35	</serverList>
36	<patternCategories>
37		<categories>not_categorized</categories>
38	</patternCategories>
39	<lastNews>-</lastNews>
40
41	<audio_engine>
42		<audio_driver>Auto</audio_driver>
43		<use_metronome>false</use_metronome>
44		<metronome_volume>0.5</metronome_volume>
45		<maxNotes>256</maxNotes>
46		<buffer_size>1024</buffer_size>
47		<samplerate>44100</samplerate>
48
49		<oss_driver>
50			<ossDevice>/dev/dsp</ossDevice>
51		</oss_driver>
52
53		<jack_driver>
54			<jack_port_name_1>alsa_pcm:playback_1</jack_port_name_1>
55			<jack_port_name_2>alsa_pcm:playback_2</jack_port_name_2>
56			<jack_transport_mode>USE_JACK_TRANSPORT</jack_transport_mode>
57			<jack_transport_mode_master>NO_JACK_TIME_MASTER</jack_transport_mode_master>
58			<jack_connect_defaults>true</jack_connect_defaults>
59			<jack_track_output_mode>0</jack_track_output_mode>
60			<jack_track_outs>false</jack_track_outs>
61		</jack_driver>
62
63		<alsa_audio_driver>
64			<alsa_audio_device>hw:0</alsa_audio_device>
65		</alsa_audio_driver>
66
67		<midi_driver>
68			<driverName>ALSA</driverName>
69			<port_name>None</port_name>
70			<output_port_name>None</output_port_name>
71			<channel_filter>-1</channel_filter>
72			<ignore_note_off>false</ignore_note_off>
73			<discard_note_after_action>true</discard_note_after_action>
74			<fixed_mapping>false</fixed_mapping>
75			<enable_midi_feedback>false</enable_midi_feedback>
76			<useMidiTransport>false</useMidiTransport>
77		</midi_driver>
78
79		<osc_configuration>
80			<oscEnabled>false</oscEnabled>
81			<oscFeedbackEnabled>true</oscFeedbackEnabled>
82			<oscServerPort>9000</oscServerPort>
83		</osc_configuration>
84
85	</audio_engine>
86
87	<gui>
88		<QTStyle>Plastique</QTStyle>
89
90		<!-- LINUX -->
91		<application_font_family>Lucida Grande</application_font_family>
92		<application_font_pointsize>10</application_font_pointsize>
93
94
95		<!-- MACOSX -->
96		<!--
97		<application_font_family>Lucida Grande</application_font_family>
98		<application_font_pointsize>13</application_font_pointsize>
99		-->
100
101		<mixer_font_family>Lucida Grande</mixer_font_family>
102		<mixer_font_pointsize>11</mixer_font_pointsize>
103
104		<mixer_falloff_speed>1.1</mixer_falloff_speed>
105
106		<patternEditorGridResolution>8</patternEditorGridResolution>
107		<patternEditorGridHeight>21</patternEditorGridHeight>
108		<patternEditorGridWidth>3</patternEditorGridWidth>
109		<patternEditorUsingTriplets>false</patternEditorUsingTriplets>
110
111		<showInstrumentPeaks>true</showInstrumentPeaks>
112
113		<followPlayhead>true</followPlayhead>
114		<bc>BC_OFF</bc>
115		<setplay>SET_PLAY_OFF</setplay>
116		<countoffset>0</countoffset>
117		<playoffset>0</playoffset>
118		<expandSongItem>true</expandSongItem>
119		<expandPatternItem>true</expandPatternItem>
120		<isFXTabVisible>true</isFXTabVisible>
121		<showAutomationArea>false</showAutomationArea>
122		<exportDialogTemplate>0</exportDialogTemplate>
123		<exportDialogSampleRate>44100</exportDialogSampleRate>
124		<exportDialogSampleDepth>0</exportDialogSampleDepth>
125		<exportDialogDirectory></exportDialogDirectory>
126
127		<mainForm_properties>
128			<visible>true</visible>
129			<x>0</x>
130			<y>0</y>
131			<width>1000</width>
132			<height>700</height>
133		</mainForm_properties>
134
135		<mixer_properties>
136			<visible>true</visible>
137			<x>10</x>
138			<y>350</y>
139			<width>829</width>
140			<height>276</height>
141		</mixer_properties>
142
143		<patternEditor_properties>
144			<visible>true</visible>
145			<x>280</x>
146			<y>100</y>
147			<width>706</width>
148			<height>439</height>
149		</patternEditor_properties>
150
151		<songEditor_properties>
152			<visible>true</visible>
153			<x>10</x>
154			<y>10</y>
155			<width>600</width>
156			<height>250</height>
157		</songEditor_properties>
158
159		<drumkitManager_properties>
160			<visible>false</visible>
161			<x>500</x>
162			<y>20</y>
163			<width>526</width>
164			<height>437</height>
165		</drumkitManager_properties>
166
167		<audioEngineInfo_properties>
168			<visible>false</visible>
169			<x>720</x>
170			<y>120</y>
171			<width>0</width>
172			<height>0</height>
173		</audioEngineInfo_properties>
174
175		<ladspaFX_properties0>
176			<visible>false</visible>
177			<x>2</x>
178			<y>20</y>
179			<width>0</width>
180			<height>0</height>
181		</ladspaFX_properties0>
182
183		<ladspaFX_properties1>
184			<visible>false</visible>
185			<x>2</x>
186			<y>20</y>
187			<width>0</width>
188			<height>0</height>
189		</ladspaFX_properties1>
190
191		<ladspaFX_properties2>
192			<visible>false</visible>
193			<x>2</x>
194			<y>20</y>
195			<width>0</width>
196			<height>0</height>
197		</ladspaFX_properties2>
198
199		<ladspaFX_properties3>
200			<visible>false</visible>
201			<x>2</x>
202			<y>20</y>
203			<width>0</width>
204			<height>0</height>
205		</ladspaFX_properties3>
206
207		<UI_Style>
208			<songEditor>
209				<backgroundColor>95,101,117</backgroundColor>
210				<alternateRowColor>128,134,152</alternateRowColor>
211				<selectedRowColor>128,134,152</selectedRowColor>
212				<lineColor>72,76,88</lineColor>
213				<textColor>196,201,214</textColor>
214				<pattern1Color>97,167,251</pattern1Color>
215			</songEditor>
216
217			<patternEditorPanel>
218				<backgroundColor>58,62,72</backgroundColor>
219			</patternEditorPanel>
220
221			<patternEditor>
222				<backgroundColor>167,168,163</backgroundColor>
223				<alternateRowColor>167,168,163</alternateRowColor>
224				<selectedRowColor>207,208,200</selectedRowColor>
225
226				<textColor>40,40,40</textColor>
227				<noteColor>40,40,40</noteColor>
228				<noteoffColor>100,100,200</noteoffColor>
229				<lineColor>65,65,65</lineColor>
230				<line1Color>75,75,75</line1Color>
231				<line2Color>95,95,95</line2Color>
232				<line3Color>115,115,115</line3Color>
233				<line4Color>125,125,125</line4Color>
234				<line5Color>135,135,135</line5Color>
235			</patternEditor>
236		</UI_Style>
237		<SongEditor_ColoringMethod>2</SongEditor_ColoringMethod>
238		<SongEditor_ColoringMethodAuxValue>213</SongEditor_ColoringMethodAuxValue>
239
240	</gui>
241
242	<files>
243		<lastSongFilename></lastSongFilename>
244		<lastPlaylistFilename></lastPlaylistFilename>
245		<defaulteditor></defaulteditor>
246	</files>
247	<midiEventMap />
248</hydrogen_preferences>
249