-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTuningModule.binstr
129 lines (124 loc) · 4.8 KB
/
TuningModule.binstr
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
<instrument type='blue.orchestra.BlueSynthBuilder' editEnabled='true'>
<name>TuningModule</name>
<comment>
DESCRIPTION:
The Tuning Module is a simple one: coarse and fine tuning.
- multiply with the pitch of the opcode</comment>
<globalOrc/>
<globalSco/>
<instrumentText>; 0 inputs, 1 control output
;;=====================================tuning===================================
kcoarsetuning = <tuning coarse> ; set coarse tuning
kfinetuning = <tuning fine> ; fine tuning
ktuning = (kcoarsetuning + kfinetuning) ; add them
;;==============================================================================
;aout opcode amplitude, ktuning * pitch</instrumentText>
<alwaysOnInstrumentText></alwaysOnInstrumentText>
<graphicInterface editEnabled='false'>
<gridSettings>
<width>10</width>
<height>10</height>
<gridStyle>DOT</gridStyle>
<snapGridEnabled>true</snapGridEnabled>
</gridSettings>
<bsbObject type='blue.orchestra.blueSynthBuilder.BSBGroup'>
<objectName></objectName>
<x>0</x>
<y>0</y>
<groupName>Group</groupName>
<backgroundColor>0x00000033</backgroundColor>
<borderColor>0x000000ff</borderColor>
<labelTextColor>0xffffffff</labelTextColor>
<titleEnabled>true</titleEnabled>
<width>20</width>
<height>20</height>
<font>
<name>Roboto</name>
<size>12.0</size>
<style>0</style>
</font>
<bsbObject type='blue.orchestra.blueSynthBuilder.BSBGroup'>
<objectName></objectName>
<x>0</x>
<y>0</y>
<groupName>tuning</groupName>
<backgroundColor>0x282828ff</backgroundColor>
<borderColor>0x000000ff</borderColor>
<labelTextColor>0xffffffff</labelTextColor>
<titleEnabled>true</titleEnabled>
<width>20</width>
<height>74</height>
<font>
<name>Roboto</name>
<size>12.0</size>
<style>2</style>
</font>
<bsbObject type='blue.orchestra.blueSynthBuilder.BSBHSlider' version='2'>
<objectName>tuning coarse</objectName>
<x>40</x>
<y>12</y>
<comment>overall tuning</comment>
<automationAllowed>true</automationAllowed>
<minimum>0.01</minimum>
<maximum>4.0</maximum>
<bdresolution>0.01</bdresolution>
<value>1.0</value>
<sliderWidth>70</sliderWidth>
<randomizable>true</randomizable>
<valueDisplayEnabled>true</valueDisplayEnabled>
</bsbObject>
<bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel' version='2'>
<objectName></objectName>
<x>6</x>
<y>15</y>
<label>tuning</label>
<font>
<name>Roboto</name>
<size>12.0</size>
<style>0</style>
</font>
</bsbObject>
<bsbObject type='blue.orchestra.blueSynthBuilder.BSBHSlider' version='2'>
<objectName>tuning fine</objectName>
<x>40</x>
<y>34</y>
<comment>overall tuning</comment>
<automationAllowed>true</automationAllowed>
<minimum>-0.5</minimum>
<maximum>0.5</maximum>
<bdresolution>0.01</bdresolution>
<value>0.0</value>
<sliderWidth>70</sliderWidth>
<randomizable>true</randomizable>
<valueDisplayEnabled>true</valueDisplayEnabled>
</bsbObject>
<bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel' version='2'>
<objectName></objectName>
<x>22</x>
<y>39</y>
<label>fine
</label>
<font>
<name>Roboto</name>
<size>12.0</size>
<style>0</style>
</font>
</bsbObject>
</bsbObject>
</bsbObject>
</graphicInterface>
<parameterList>
<parameter uniqueId='-1585864663' name='tuning coarse' label='' min='0.01' max='4.0' bdresolution='0.01' automationEnabled='false' value='1.0'>
<line name='' version='2' max='4.0' min='0.01' bdresolution='0.01' color='-8355712' rightBound='false' endPointsLinked='false'>
<linePoint x='0.0' y='1.0'/>
</line>
</parameter>
<parameter uniqueId='-1585864643' name='tuning fine' label='' min='-0.5' max='0.5' bdresolution='0.01' automationEnabled='false' value='0.0'>
<line name='' version='2' max='0.5' min='-0.5' bdresolution='0.01' color='-8355712' rightBound='false' endPointsLinked='false'>
<linePoint x='0.0' y='0.0'/>
</line>
</parameter>
</parameterList>
<presetGroup name='Presets'/>
<opcodeList/>
</instrument>