Skip to content

Commit e54a6c9

Browse files
author
falkTX
committed
Update modguis; Bump plugins lv2 version
1 parent 976d510 commit e54a6c9

File tree

112 files changed

+173
-206
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+173
-206
lines changed

AirFont320.lv2/FluidPlug.ttl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
] , [
3333
a lv2:InputPort, lv2:ControlPort ;
3434
lv2:index 3 ;
35-
lv2:symbol "gain" ;
36-
lv2:name "Gain" ;
35+
lv2:symbol "level" ;
36+
lv2:name "Level" ;
3737
lv2:default 1.0 ;
3838
lv2:minimum 0.0 ;
3939
lv2:maximum 2.0 ;
@@ -1037,5 +1037,5 @@
10371037

10381038
rdfs:comment "AirFont 320 made in 2005 by Milton Paredes." ;
10391039

1040-
lv2:microVersion 1 ;
1041-
lv2:minorVersion 0 .
1040+
lv2:minorVersion 2 ;
1041+
lv2:microVersion 0 .

AirFont320.lv2/modgui.ttl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
modgui:stylesheet <modgui/stylesheet-airfont320.css> ;
99
modgui:screenshot <modgui/screenshot-airfont320.png> ;
1010
modgui:thumbnail <modgui/thumbnail-airfont320.png> ;
11-
modgui:brand "FLUIDSYNTH" ;
11+
modgui:brand "FLUID" ;
1212
modgui:label "AirFont320" ;
1313
modgui:model "boxy" ;
1414
modgui:panel "1-select-1-knob" ;
@@ -20,7 +20,7 @@
2020
lv2:name "Program" ;
2121
] , [
2222
lv2:index 1 ;
23-
lv2:symbol "gain" ;
24-
lv2:name "Gain" ;
23+
lv2:symbol "level" ;
24+
lv2:name "Level" ;
2525
] ;
2626
] .
669 Bytes

AirFont320.lv2/modgui/stylesheet-airfont320.css

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
border-width:4px;
5656
display:inline-block;
5757
font-family:"Nexa";
58-
font-size:26px;
58+
font-size:32px;
5959
padding:3px 9px 0;
6060
}
6161

@@ -70,6 +70,10 @@
7070
top:16px;
7171
}
7272

73+
.mod-pedal-boxy{{{cns}}}.mod-one-footswitch-presets .mod-plugin-brand {
74+
top:12px;
75+
}
76+
7377

7478
/* = PLUGIN'S NAME
7579
================================================ */
@@ -123,6 +127,10 @@
123127
top:105px;
124128
}
125129

130+
.mod-pedal-boxy{{{cns}}}.mod-one-footswitch-presets .mod-light {
131+
top:120px;
132+
}
133+
126134

127135
/* = FOOTSWITCH
128136
================================================ */
@@ -155,6 +163,10 @@
155163
top:140px;
156164
}
157165

166+
.mod-pedal-boxy{{{cns}}}.mod-one-footswitch-presets .mod-footswitch {
167+
top:170px;
168+
}
169+
158170

159171
/* = KNOBS
160172
================================================ */
@@ -168,6 +180,15 @@
168180
margin-top:0px !important;
169181
}
170182

183+
.mod-pedal-boxy{{{cns}}}.mod-one-footswitch-presets .mod-control-group {
184+
margin:10px !important;
185+
top:75px;
186+
}
187+
188+
.mod-pedal-boxy{{{cns}}}.mod-one-footswitch-presets .mod-control-group > select {
189+
width:100%;
190+
}
191+
171192
.mod-pedal-boxy{{{cns}}} .mod-control-group .mod-knob {
172193
overflow:hidden;
173194
position:relative;
-73 Bytes

FluidBass.lv2/FluidPlug.ttl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
] , [
3333
a lv2:InputPort, lv2:ControlPort ;
3434
lv2:index 3 ;
35-
lv2:symbol "gain" ;
36-
lv2:name "Gain" ;
35+
lv2:symbol "level" ;
36+
lv2:name "Level" ;
3737
lv2:default 1.0 ;
3838
lv2:minimum 0.0 ;
3939
lv2:maximum 2.0 ;
@@ -87,5 +87,5 @@
8787
rdfs:comment """This plugin contains the 'Bass' section of the Fluid GM soundfont.
8888
The Fluid GM soundfont was constructed in part from edited/cleaned/remixed/programmed samples found in the public domain and recordings made by Frank Wen.""" ;
8989

90-
lv2:microVersion 1 ;
91-
lv2:minorVersion 0 .
90+
lv2:minorVersion 2 ;
91+
lv2:microVersion 0 .

FluidBass.lv2/modgui.ttl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
modgui:label "Bass" ;
1313
modgui:model "boxy" ;
1414
modgui:panel "1-select-1-knob" ;
15-
modgui:color "wood1" ;
16-
modgui:knob "aluminium" ;
15+
modgui:color "black" ;
16+
modgui:knob "black" ;
1717
modgui:port [
1818
lv2:index 0 ;
1919
lv2:symbol "program" ;
2020
lv2:name "Program" ;
2121
] , [
2222
lv2:index 1 ;
23-
lv2:symbol "gain" ;
24-
lv2:name "Gain" ;
23+
lv2:symbol "level" ;
24+
lv2:name "Level" ;
2525
] ;
2626
] .
382 KB
123 KB
-73.6 KB

0 commit comments

Comments
 (0)