-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig-raspberry.yaml
More file actions
124 lines (109 loc) · 2.34 KB
/
Copy pathconfig-raspberry.yaml
File metadata and controls
124 lines (109 loc) · 2.34 KB
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
debug: false
auto_reload: false
presets_dir: "sounds"
midi_learn_mode: false
audio:
driver: "alsa" # alsa | jack | pulseaudio
device: "default"
fluidsynth:
audio.alsa.device: "default"
audio.period-size: 256
audio.periods: 4
synth.cpu-cores: 4
synth.polyphony: 64
synth.gain: 0.8
synth.chorus.active: 0
synth.reverb.active: 0
midi:
input_port: "auto"
cc_map:
64: "sustain"
11: "expression"
actions:
reload_config:
cc: 114
value: 127
next_bank:
cc: 112
value: 127
prev_bank:
cc: 111
value: 127
panic:
cc: 118
value: 127
active_bank: "Live"
banks:
- name: "Live"
description: "Configuração para performance ao vivo"
instruments:
- name: "Piano"
file: "sounds/pianos/piano.sf2"
channel: 0
bank: 0
preset: 3
volume_cc: 1
initial_volume: 127
use_sustain: true
min_note: "C0"
max_note: "C8"
- name: "Pad"
file: "sounds/pads/analog.sf2"
channel: 1
bank: 0
preset: 0
volume_cc: 2
initial_volume: 0
use_sustain: true
min_note: "C2"
max_note: "B4"
- name: "Studio"
description: "Configuração para gravação"
instruments:
- name: "Piano"
file: "sounds/pianos/piano.sf2"
channel: 0
bank: 0
preset: 3
volume_cc: 1
initial_volume: 127
use_sustain: true
min_note: "C0"
max_note: "C8"
- name: "Organ"
file: "sounds/organ/virtual.sf2"
channel: 1
bank: 100
preset: 40
volume_cc: 2
initial_volume: 0
use_sustain: false
min_note: "C1"
max_note: "C7"
- name: "Organ 2"
file: "sounds/organ/organs.sf2"
channel: 2
bank: 2
preset: 17
volume_cc: 3
initial_volume: 0
use_sustain: false
min_note: "C0"
max_note: "C8"
- name: "Ambient"
description: "Pads e texturas"
instruments:
- name: "Pad"
file: "sounds/pads/analog.sf2"
channel: 0
bank: 0
preset: 0
volume_cc: 1
initial_volume: 127
use_sustain: true
min_note: "C2"
max_note: "B5"
http:
enabled: true
host: "0.0.0.0"
port: 5000