Skip to content

Commit

Permalink
TooBAmp x11 UI merge
Browse files Browse the repository at this point in the history
  • Loading branch information
rerdavies committed Oct 30, 2023
1 parent 31aa061 commit 94325f2
Show file tree
Hide file tree
Showing 145 changed files with 7,186 additions and 6,233 deletions.
870 changes: 437 additions & 433 deletions lv2/aarch64/ToobAmp.lv2/CabIR.ttl

Large diffs are not rendered by default.

64 changes: 64 additions & 0 deletions lv2/aarch64/ToobAmp.lv2/CabSim-presets.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix pset: <http://lv2plug.in/ns/ext/presets#> .
@prefix tpset: <http://two-play.com/plugins/preset#> .

tpset:toob-cab-sim-preset-0
a pset:Preset ;
lv2:appliesTo <http://two-play.com/plugins/toob-cab-sim> ;
rdfs:label "Tweed 12\"" ;
lv2:port
[
lv2:symbol "locut" ;
pset:value 83.0 ;
], [
lv2:symbol "bright" ;
pset:value 4.6 ;
], [
lv2:symbol "brightf" ;
pset:value 1460.0 ;
], [
lv2:symbol "hicut" ;
pset:value 6000.0 ;
], [
lv2:symbol "comb" ;
pset:value 0.93 ;
], [
lv2:symbol "combf" ;
pset:value 4690.0 ;
], [
lv2:symbol "trim" ;
pset:value 1.5 ;
]
.

tpset:toob-cab-sim-preset-1
a pset:Preset ;
lv2:appliesTo <http://two-play.com/plugins/toob-cab-sim> ;
rdfs:label "Marshall 4x12" ;
lv2:port
[
lv2:symbol "locut" ;
pset:value 126.0 ;
], [
lv2:symbol "bright" ;
pset:value 8.5 ;
], [
lv2:symbol "brightf" ;
pset:value 3160.0 ;
], [
lv2:symbol "hicut" ;
pset:value 5390.0 ;
], [
lv2:symbol "comb" ;
pset:value 0.0 ;
], [
lv2:symbol "combf" ;
pset:value 7410.0 ;
], [
lv2:symbol "trim" ;
pset:value 3.2 ;
]
.


0 comments on commit 94325f2

Please sign in to comment.