-
Notifications
You must be signed in to change notification settings - Fork 172
/
hydrogen.default.conf
338 lines (338 loc) · 13.3 KB
/
hydrogen.default.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
<?xml version="1.0" encoding="UTF-8"?>
<hydrogen_preferences>
<formatVersion>2</formatVersion>
<version>2.0.0-pre-alpha</version>
<preferredLanguage></preferredLanguage>
<useLash>false</useLash>
<maxBars>400</maxBars>
<maxLayers>16</maxLayers>
<defaultUILayout>0</defaultUILayout>
<uiScalingPolicy>0</uiScalingPolicy>
<lastOpenTab>0</lastOpenTab>
<useTheRubberbandBpmChangeEvent>false</useTheRubberbandBpmChangeEvent>
<useRelativeFilenamesForPlaylists>false</useRelativeFilenamesForPlaylists>
<hideKeyboardCursorWhenUnused>false</hideKeyboardCursorWhenUnused>
<instrumentInputMode>false</instrumentInputMode>
<showDevelWarning>true</showDevelWarning>
<showNoteOverwriteWarning>true</showNoteOverwriteWarning>
<hearNewNotes>true</hearNewNotes>
<quantizeEvents>true</quantizeEvents>
<path_to_rubberband>Path to Rubberband-CLI</path_to_rubberband>
<recentUsedSongs/>
<recentlyUsedEffects/>
<serverList>
<server>http://hydrogen-music.org/feeds/drumkit_list.php</server>
</serverList>
<patternCategories>
<categories>not_categorized</categories>
</patternCategories>
<audio_engine>
<audio_driver>Auto</audio_driver>
<use_metronome>false</use_metronome>
<metronome_volume>0.5</metronome_volume>
<maxNotes>256</maxNotes>
<buffer_size>1024</buffer_size>
<samplerate>44100</samplerate>
<oss_driver>
<ossDevice>/dev/dsp</ossDevice>
</oss_driver>
<portaudio_driver>
<portAudioDevice></portAudioDevice>
<portAudioHostAPI></portAudioHostAPI>
<latencyTarget>0</latencyTarget>
</portaudio_driver>
<coreaudio_driver>
<coreAudioDevice></coreAudioDevice>
</coreaudio_driver>
<jack_driver>
<jack_port_name_1>alsa_pcm:playback_1</jack_port_name_1>
<jack_port_name_2>alsa_pcm:playback_2</jack_port_name_2>
<jack_transport_mode>USE_JACK_TRANSPORT</jack_transport_mode>
<jack_timebase_enabled>false</jack_timebase_enabled>
<jack_transport_mode_master>NO_JACK_TIME_MASTER</jack_transport_mode_master>
<jack_connect_defaults>true</jack_connect_defaults>
<jack_track_output_mode>0</jack_track_output_mode>
<jack_track_outs>false</jack_track_outs>
</jack_driver>
<alsa_audio_driver>
<alsa_audio_device>default</alsa_audio_device>
</alsa_audio_driver>
<midi_driver>
<driverName>ALSA</driverName>
<port_name>None</port_name>
<output_port_name>None</output_port_name>
<channel_filter>-1</channel_filter>
<ignore_note_off>false</ignore_note_off>
<enable_midi_feedback>false</enable_midi_feedback>
<discard_note_after_action>true</discard_note_after_action>
<fixed_mapping>false</fixed_mapping>
</midi_driver>
<osc_configuration>
<oscServerPort>9000</oscServerPort>
<oscEnabled>false</oscEnabled>
<oscFeedbackEnabled>true</oscFeedbackEnabled>
</osc_configuration>
</audio_engine>
<gui>
<QTStyle>Fusion</QTStyle>
<application_font_family>Lucida Grande</application_font_family>
<level2_font_family>Lucida Grande</level2_font_family>
<level3_font_family>Lucida Grande</level3_font_family>
<font_size>0</font_size>
<mixer_falloff_speed>1.1</mixer_falloff_speed>
<patternEditorGridResolution>8</patternEditorGridResolution>
<patternEditorGridHeight>21</patternEditorGridHeight>
<patternEditorGridWidth>3</patternEditorGridWidth>
<patternEditorUsingTriplets>false</patternEditorUsingTriplets>
<songEditorGridHeight>18</songEditorGridHeight>
<songEditorGridWidth>16</songEditorGridWidth>
<showInstrumentPeaks>true</showInstrumentPeaks>
<isFXTabVisible>true</isFXTabVisible>
<showAutomationArea>false</showAutomationArea>
<showPlaybackTrack>false</showPlaybackTrack>
<mainForm_properties>
<visible>true</visible>
<x>0</x>
<y>0</y>
<width>1000</width>
<height>700</height>
<geometry></geometry>
</mainForm_properties>
<mixer_properties>
<visible>true</visible>
<x>10</x>
<y>350</y>
<width>829</width>
<height>276</height>
<geometry></geometry>
</mixer_properties>
<patternEditor_properties>
<visible>true</visible>
<x>280</x>
<y>100</y>
<width>706</width>
<height>439</height>
<geometry></geometry>
</patternEditor_properties>
<songEditor_properties>
<visible>true</visible>
<x>10</x>
<y>10</y>
<width>600</width>
<height>250</height>
<geometry></geometry>
</songEditor_properties>
<instrumentRack_properties>
<visible>true</visible>
<x>500</x>
<y>20</y>
<width>526</width>
<height>437</height>
<geometry></geometry>
</instrumentRack_properties>
<audioEngineInfo_properties>
<visible>false</visible>
<x>720</x>
<y>120</y>
<width>0</width>
<height>0</height>
<geometry></geometry>
</audioEngineInfo_properties>
<playlistDialog_properties>
<visible>false</visible>
<x>582</x>
<y>43</y>
<width>921</width>
<height>703</height>
<geometry></geometry>
</playlistDialog_properties>
<director_properties>
<visible>false</visible>
<x>236</x>
<y>412</y>
<width>423</width>
<height>377</height>
<geometry></geometry>
</director_properties>
<ladspaFX_properties0>
<visible>false</visible>
<x>2</x>
<y>20</y>
<width>0</width>
<height>0</height>
<geometry></geometry>
</ladspaFX_properties0>
<ladspaFX_properties1>
<visible>false</visible>
<x>2</x>
<y>20</y>
<width>0</width>
<height>0</height>
<geometry></geometry>
</ladspaFX_properties1>
<ladspaFX_properties2>
<visible>false</visible>
<x>2</x>
<y>20</y>
<width>0</width>
<height>0</height>
<geometry></geometry>
</ladspaFX_properties2>
<ladspaFX_properties3>
<visible>false</visible>
<x>2</x>
<y>20</y>
<width>0</width>
<height>0</height>
<geometry></geometry>
</ladspaFX_properties3>
<exportDialogMode>0</exportDialogMode>
<exportDialogFormat>flac</exportDialogFormat>
<exportDialogCompressionLevel>0</exportDialogCompressionLevel>
<exportDialogSampleRate>1</exportDialogSampleRate>
<exportDialogSampleDepth>0</exportDialogSampleDepth>
<showExportSongLicenseWarning>true</showExportSongLicenseWarning>
<showExportDrumkitLicenseWarning>true</showExportDrumkitLicenseWarning>
<showExportDrumkitCopyleftWarning>true</showExportDrumkitCopyleftWarning>
<showExportDrumkitAttributionWarning>true</showExportDrumkitAttributionWarning>
<followPlayhead>true</followPlayhead>
<midiExportDialogMode>0</midiExportDialogMode>
<bc>BC_OFF</bc>
<setplay>SET_PLAY_OFF</setplay>
<countoffset>0</countoffset>
<playoffset>0</playoffset>
<playSamplesOnClicking>false</playSamplesOnClicking>
<autosavesPerHour>60</autosavesPerHour>
<expandSongItem>true</expandSongItem>
<expandPatternItem>true</expandPatternItem>
<colorTheme>
<songEditor>
<backgroundColor>128,134,152</backgroundColor>
<alternateRowColor>106,111,126</alternateRowColor>
<virtualRowColor>120,112,97</virtualRowColor>
<selectedRowColor>149,157,178</selectedRowColor>
<selectedRowTextColor>0,0,0</selectedRowTextColor>
<lineColor>54,57,67</lineColor>
<textColor>206,211,224</textColor>
<automationBackgroundColor>83,89,103</automationBackgroundColor>
<automationLineColor>45,66,89</automationLineColor>
<automationNodeColor>255,255,255</automationNodeColor>
<stackedModeOnColor>127,159,127</stackedModeOnColor>
<stackedModeOnNextColor>240,223,175</stackedModeOnNextColor>
<stackedModeOffNextColor>247,100,100</stackedModeOffNextColor>
</songEditor>
<patternEditor>
<backgroundColor>165,166,160</backgroundColor>
<alternateRowColor>133,134,129</alternateRowColor>
<selectedRowColor>194,195,187</selectedRowColor>
<selectedRowTextColor>0,0,0</selectedRowTextColor>
<octaveRowColor>193,194,186</octaveRowColor>
<textColor>240,240,240</textColor>
<noteVelocityFullColor>247,100,100</noteVelocityFullColor>
<noteVelocityDefaultColor>40,40,40</noteVelocityDefaultColor>
<noteVelocityHalfColor>89,131,175</noteVelocityHalfColor>
<noteVelocityZeroColor>255,255,255</noteVelocityZeroColor>
<noteOffColor>0,0,0</noteOffColor>
<lineColor>45,45,45</lineColor>
<line1Color>55,55,55</line1Color>
<line2Color>75,75,75</line2Color>
<line3Color>95,95,95</line3Color>
<line4Color>105,105,105</line4Color>
<line5Color>115,115,115</line5Color>
</patternEditor>
<selection>
<highlightColor>255,255,255</highlightColor>
<inactiveColor>199,199,199</inactiveColor>
</selection>
<palette>
<windowColor>58,62,72</windowColor>
<windowTextColor>255,255,255</windowTextColor>
<baseColor>88,94,112</baseColor>
<alternateBaseColor>138,144,162</alternateBaseColor>
<textColor>255,255,255</textColor>
<buttonColor>88,94,112</buttonColor>
<buttonTextColor>255,255,255</buttonTextColor>
<lightColor>138,144,162</lightColor>
<midLightColor>128,134,152</midLightColor>
<midColor>58,62,72</midColor>
<darkColor>81,86,99</darkColor>
<shadowTextColor>255,255,255</shadowTextColor>
<highlightColor>206,150,30</highlightColor>
<highlightedTextColor>255,255,255</highlightedTextColor>
<toolTipBaseColor>227,243,252</toolTipBaseColor>
<toolTipTextColor>64,64,66</toolTipTextColor>
</palette>
<widget>
<accentColor>67,96,131</accentColor>
<accentTextColor>255,255,255</accentTextColor>
<widgetColor>164,170,190</widgetColor>
<widgetTextColor>10,10,10</widgetTextColor>
<buttonRedColor>247,100,100</buttonRedColor>
<buttonRedTextColor>10,10,10</buttonRedTextColor>
<spinBoxColor>51,74,100</spinBoxColor>
<spinBoxTextColor>240,240,240</spinBoxTextColor>
<playheadColor>0,0,0</playheadColor>
<cursorColor>38,39,44</cursorColor>
</widget>
</colorTheme>
<SongEditor_ColoringMethod>1</SongEditor_ColoringMethod>
<SongEditor_pattern_color_0>67,96,131</SongEditor_pattern_color_0>
<SongEditor_pattern_color_1>67,114,175</SongEditor_pattern_color_1>
<SongEditor_pattern_color_2>105,165,189</SongEditor_pattern_color_2>
<SongEditor_pattern_color_3>148,189,202</SongEditor_pattern_color_3>
<SongEditor_pattern_color_4>193,211,215</SongEditor_pattern_color_4>
<SongEditor_pattern_color_5>229,201,130</SongEditor_pattern_color_5>
<SongEditor_pattern_color_6>234,160,90</SongEditor_pattern_color_6>
<SongEditor_pattern_color_7>218,97,60</SongEditor_pattern_color_7>
<SongEditor_pattern_color_8>186,55,50</SongEditor_pattern_color_8>
<SongEditor_pattern_color_9>152,22,26</SongEditor_pattern_color_9>
<SongEditor_pattern_color_10>186,55,50</SongEditor_pattern_color_10>
<SongEditor_pattern_color_11>218,97,60</SongEditor_pattern_color_11>
<SongEditor_pattern_color_12>234,160,90</SongEditor_pattern_color_12>
<SongEditor_pattern_color_13>229,201,130</SongEditor_pattern_color_13>
<SongEditor_pattern_color_14>193,211,215</SongEditor_pattern_color_14>
<SongEditor_pattern_color_15>148,189,202</SongEditor_pattern_color_15>
<SongEditor_pattern_color_16>105,165,189</SongEditor_pattern_color_16>
<SongEditor_pattern_color_17>67,114,175</SongEditor_pattern_color_17>
<SongEditor_pattern_color_18>67,96,131</SongEditor_pattern_color_18>
<SongEditor_pattern_color_19>67,96,131</SongEditor_pattern_color_19>
<SongEditor_pattern_color_20>67,96,131</SongEditor_pattern_color_20>
<SongEditor_pattern_color_21>67,96,131</SongEditor_pattern_color_21>
<SongEditor_pattern_color_22>67,96,131</SongEditor_pattern_color_22>
<SongEditor_pattern_color_23>67,96,131</SongEditor_pattern_color_23>
<SongEditor_pattern_color_24>67,96,131</SongEditor_pattern_color_24>
<SongEditor_pattern_color_25>67,96,131</SongEditor_pattern_color_25>
<SongEditor_pattern_color_26>67,96,131</SongEditor_pattern_color_26>
<SongEditor_pattern_color_27>67,96,131</SongEditor_pattern_color_27>
<SongEditor_pattern_color_28>67,96,131</SongEditor_pattern_color_28>
<SongEditor_pattern_color_29>67,96,131</SongEditor_pattern_color_29>
<SongEditor_pattern_color_30>67,96,131</SongEditor_pattern_color_30>
<SongEditor_pattern_color_31>67,96,131</SongEditor_pattern_color_31>
<SongEditor_pattern_color_32>67,96,131</SongEditor_pattern_color_32>
<SongEditor_pattern_color_33>67,96,131</SongEditor_pattern_color_33>
<SongEditor_pattern_color_34>67,96,131</SongEditor_pattern_color_34>
<SongEditor_pattern_color_35>67,96,131</SongEditor_pattern_color_35>
<SongEditor_pattern_color_36>67,96,131</SongEditor_pattern_color_36>
<SongEditor_pattern_color_37>67,96,131</SongEditor_pattern_color_37>
<SongEditor_pattern_color_38>67,96,131</SongEditor_pattern_color_38>
<SongEditor_pattern_color_39>67,96,131</SongEditor_pattern_color_39>
<SongEditor_pattern_color_40>67,96,131</SongEditor_pattern_color_40>
<SongEditor_pattern_color_41>67,96,131</SongEditor_pattern_color_41>
<SongEditor_pattern_color_42>67,96,131</SongEditor_pattern_color_42>
<SongEditor_pattern_color_43>67,96,131</SongEditor_pattern_color_43>
<SongEditor_pattern_color_44>67,96,131</SongEditor_pattern_color_44>
<SongEditor_pattern_color_45>67,96,131</SongEditor_pattern_color_45>
<SongEditor_pattern_color_46>67,96,131</SongEditor_pattern_color_46>
<SongEditor_pattern_color_47>67,96,131</SongEditor_pattern_color_47>
<SongEditor_pattern_color_48>67,96,131</SongEditor_pattern_color_48>
<SongEditor_pattern_color_49>67,96,131</SongEditor_pattern_color_49>
<SongEditor_visible_pattern_colors>18</SongEditor_visible_pattern_colors>
</gui>
<files>
<lastSongFilename></lastSongFilename>
<lastPlaylistFilename></lastPlaylistFilename>
<defaulteditor></defaulteditor>
</files>
<midiEventMap/>
<shortcuts/>
</hydrogen_preferences>