ToobAmp aarch64 1.1.58
@@ -93,7 +93,7 @@ cabir:impulseFile3
|
|||||||
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
|
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
|
||||||
doap:maintainer <http://two-play.com/rerdavies#me> ;
|
doap:maintainer <http://two-play.com/rerdavies#me> ;
|
||||||
lv2:minorVersion 0 ;
|
lv2:minorVersion 0 ;
|
||||||
lv2:microVersion 57 ;
|
lv2:microVersion 58 ;
|
||||||
rdfs:comment """
|
rdfs:comment """
|
||||||
|
|
||||||
TooB Cab IR is a convolution-based guitar cabinet impulse response simulator.
|
TooB Cab IR is a convolution-based guitar cabinet impulse response simulator.
|
||||||
@@ -274,7 +274,7 @@ Limitations of Liability that apply to these works.
|
|||||||
lv2:name "Predelay";
|
lv2:name "Predelay";
|
||||||
lv2:portProperty epp:notOnGUI;
|
lv2:portProperty epp:notOnGUI;
|
||||||
|
|
||||||
lv2:default 0 ;
|
lv2:default 0.0 ;
|
||||||
lv2:minimum 0 ;
|
lv2:minimum 0 ;
|
||||||
lv2:maximum 1 ;
|
lv2:maximum 1 ;
|
||||||
|
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
@prefix urid: <http://lv2plug.in/ns/ext/urid#> .
|
@prefix urid: <http://lv2plug.in/ns/ext/urid#> .
|
||||||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
|
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
|
||||||
@prefix pipedal_ui: <http://github.com/rerdavies/pipedal/ui#> .
|
@prefix pipedal_ui: <http://github.com/rerdavies/pipedal/ui#> .
|
||||||
|
@prefix pipedal_patch: <http://github.com/rerdavies/pipedal/patch#> .
|
||||||
@prefix toob: <http://two-play.com/plugins/toob#> .
|
@prefix toob: <http://two-play.com/plugins/toob#> .
|
||||||
|
|
||||||
@prefix cabsim: <two-play.com/plugins/toob-cab-sim#> .
|
@prefix cabsim: <two-play.com/plugins/toob-cab-sim#> .
|
||||||
@@ -49,13 +50,13 @@ toob:frequencyResponseVector
|
|||||||
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
|
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
|
||||||
doap:maintainer <http://two-play.com/rerdavies#me> ;
|
doap:maintainer <http://two-play.com/rerdavies#me> ;
|
||||||
lv2:minorVersion 0 ;
|
lv2:minorVersion 0 ;
|
||||||
lv2:microVersion 57 ;
|
lv2:microVersion 58 ;
|
||||||
|
|
||||||
mod:brand "TooB";
|
mod:brand "TooB";
|
||||||
mod:label "TooB CabSim";
|
mod:label "TooB CabSim";
|
||||||
lv2:requiredFeature urid:map ;
|
lv2:requiredFeature urid:map ;
|
||||||
lv2:optionalFeature lv2:hardRTCapable;
|
lv2:optionalFeature lv2:hardRTCapable;
|
||||||
patch:readable
|
pipedal_patch:readable
|
||||||
toob:frequencyResponseVector;
|
toob:frequencyResponseVector;
|
||||||
|
|
||||||
rdfs:comment """
|
rdfs:comment """
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ toobimpulse:impulseFile
|
|||||||
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
|
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
|
||||||
doap:maintainer <http://two-play.com/rerdavies#me> ;
|
doap:maintainer <http://two-play.com/rerdavies#me> ;
|
||||||
lv2:minorVersion 0 ;
|
lv2:minorVersion 0 ;
|
||||||
lv2:microVersion 57 ;
|
lv2:microVersion 58 ;
|
||||||
rdfs:comment """
|
rdfs:comment """
|
||||||
|
|
||||||
Convolution reverb is a notoriously compute-intensive effect. If you are having performance issues, use the Max T control to constrain the length of the impulse file to
|
Convolution reverb is a notoriously compute-intensive effect. If you are having performance issues, use the Max T control to constrain the length of the impulse file to
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ toobimpulse:impulseFile
|
|||||||
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
|
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
|
||||||
doap:maintainer <http://two-play.com/rerdavies#me> ;
|
doap:maintainer <http://two-play.com/rerdavies#me> ;
|
||||||
lv2:minorVersion 0 ;
|
lv2:minorVersion 0 ;
|
||||||
lv2:microVersion 57 ;
|
lv2:microVersion 58 ;
|
||||||
rdfs:comment """
|
rdfs:comment """
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -24,6 +24,7 @@
|
|||||||
|
|
||||||
@prefix pg: <http://lv2plug.in/ns/ext/port-groups#> .
|
@prefix pg: <http://lv2plug.in/ns/ext/port-groups#> .
|
||||||
@prefix pipedal_ui: <http://github.com/rerdavies/pipedal/ui#> .
|
@prefix pipedal_ui: <http://github.com/rerdavies/pipedal/ui#> .
|
||||||
|
@prefix pipedal_patch: <http://github.com/rerdavies/pipedal/patch#> .
|
||||||
@prefix toob: <http://two-play.com/plugins/toob#> .
|
@prefix toob: <http://two-play.com/plugins/toob#> .
|
||||||
|
|
||||||
@prefix inputStage: <http://two-play.com/plugins/toob-input_stage#> .
|
@prefix inputStage: <http://two-play.com/plugins/toob-input_stage#> .
|
||||||
@@ -65,16 +66,14 @@ inputStage:filterGroup
|
|||||||
doap:license <https://two-play.com/TooB/licenses/isc> ;
|
doap:license <https://two-play.com/TooB/licenses/isc> ;
|
||||||
doap:maintainer <http://two-play.com/rerdavies#me> ;
|
doap:maintainer <http://two-play.com/rerdavies#me> ;
|
||||||
lv2:minorVersion 0 ;
|
lv2:minorVersion 0 ;
|
||||||
lv2:microVersion 57 ;
|
lv2:microVersion 58 ;
|
||||||
|
|
||||||
mod:brand "TooB";
|
mod:brand "TooB";
|
||||||
mod:label "TooB Input";
|
mod:label "TooB Input";
|
||||||
lv2:requiredFeature urid:map ;
|
lv2:requiredFeature urid:map ;
|
||||||
lv2:optionalFeature lv2:hardRTCapable;
|
lv2:optionalFeature lv2:hardRTCapable;
|
||||||
|
|
||||||
patch:writable
|
pipedal_patch:readable
|
||||||
<http://two-play.com/plugins/toob#frequencyResponseVector>;
|
|
||||||
patch:readable
|
|
||||||
<http://two-play.com/plugins/toob#frequencyResponseVector>;
|
<http://two-play.com/plugins/toob#frequencyResponseVector>;
|
||||||
|
|
||||||
rdfs:comment """
|
rdfs:comment """
|
||||||
@@ -282,8 +281,6 @@ The GateT control provides a noise gate. Set to minimum value to disable.
|
|||||||
lv2:extensionData uiext:resize ;
|
lv2:extensionData uiext:resize ;
|
||||||
lv2:extensionData uiext:idleInterface;
|
lv2:extensionData uiext:idleInterface;
|
||||||
lv2:requiredFeature uiext:idleInterface ;
|
lv2:requiredFeature uiext:idleInterface ;
|
||||||
patch:writable
|
|
||||||
<http://two-play.com/plugins/toob#frequencyResponseVector>;
|
|
||||||
.
|
.
|
||||||
|
|
||||||
<http://two-play.com/plugins/toob-input_stage>
|
<http://two-play.com/plugins/toob-input_stage>
|
||||||
|
|||||||
@@ -25,6 +25,7 @@
|
|||||||
@prefix modgui: <http://moddevices.com/ns/modgui#> .
|
@prefix modgui: <http://moddevices.com/ns/modgui#> .
|
||||||
@prefix pstage: <http://two-play.com/plugins/toob-power-stage-2#> .
|
@prefix pstage: <http://two-play.com/plugins/toob-power-stage-2#> .
|
||||||
|
|
||||||
|
@prefix pipedal_patch: <http://github.com/rerdavies/pipedal/patch#> .
|
||||||
|
|
||||||
pstage:stage1
|
pstage:stage1
|
||||||
a param:ControlGroup ,
|
a param:ControlGroup ,
|
||||||
@@ -67,13 +68,13 @@ pstage:stage3
|
|||||||
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
|
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
|
||||||
doap:maintainer <http://two-play.com/rerdavies#me> ;
|
doap:maintainer <http://two-play.com/rerdavies#me> ;
|
||||||
lv2:minorVersion 0 ;
|
lv2:minorVersion 0 ;
|
||||||
lv2:microVersion 57 ;
|
lv2:microVersion 58 ;
|
||||||
|
|
||||||
mod:brand "TooB";
|
mod:brand "TooB";
|
||||||
mod:label "Power Stage";
|
mod:label "Power Stage";
|
||||||
lv2:requiredFeature urid:map ;
|
lv2:requiredFeature urid:map ;
|
||||||
lv2:optionalFeature lv2:hardRTCapable;
|
lv2:optionalFeature lv2:hardRTCapable;
|
||||||
patch:readable
|
pipedal_patch:readable
|
||||||
<http://two-play.com/plugins/toob-power-stage-2#uiState>;
|
<http://two-play.com/plugins/toob-power-stage-2#uiState>;
|
||||||
|
|
||||||
rdfs:comment """
|
rdfs:comment """
|
||||||
|
|||||||
@@ -13,6 +13,7 @@
|
|||||||
@prefix mod: <http://moddevices.com/ns/mod#> .
|
@prefix mod: <http://moddevices.com/ns/mod#> .
|
||||||
@prefix param: <http://lv2plug.in/ns/ext/parameters#> .
|
@prefix param: <http://lv2plug.in/ns/ext/parameters#> .
|
||||||
@prefix work: <http://lv2plug.in/ns/ext/worker#> .
|
@prefix work: <http://lv2plug.in/ns/ext/worker#> .
|
||||||
|
@prefix pipedal_patch: <http://github.com/rerdavies/pipedal/patch#> .
|
||||||
|
|
||||||
@prefix atom: <http://lv2plug.in/ns/ext/atom#> .
|
@prefix atom: <http://lv2plug.in/ns/ext/atom#> .
|
||||||
@prefix patch: <http://lv2plug.in/ns/ext/patch#> .
|
@prefix patch: <http://lv2plug.in/ns/ext/patch#> .
|
||||||
@@ -49,16 +50,14 @@
|
|||||||
;
|
;
|
||||||
|
|
||||||
uiext:ui <http://two-play.com/plugins/toob-spectrum-ui>;
|
uiext:ui <http://two-play.com/plugins/toob-spectrum-ui>;
|
||||||
patch:writable
|
|
||||||
<http://two-play.com/plugins/toob#spectrumResponseVector>;
|
|
||||||
|
|
||||||
patch:readable
|
pipedal_patch:readable
|
||||||
<http://two-play.com/plugins/toob#spectrumResponseVector>;
|
<http://two-play.com/plugins/toob#spectrumResponseVector>;
|
||||||
|
|
||||||
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
|
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
|
||||||
doap:maintainer <http://two-play.com/rerdavies#me> ;
|
doap:maintainer <http://two-play.com/rerdavies#me> ;
|
||||||
lv2:minorVersion 0 ;
|
lv2:minorVersion 0 ;
|
||||||
lv2:microVersion 57 ;
|
lv2:microVersion 58 ;
|
||||||
rdfs:comment "TooB spectrum analyzer" ;
|
rdfs:comment "TooB spectrum analyzer" ;
|
||||||
|
|
||||||
mod:brand "TooB";
|
mod:brand "TooB";
|
||||||
|
|||||||
@@ -23,6 +23,8 @@
|
|||||||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
|
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
|
||||||
|
|
||||||
@prefix pipedal_ui: <http://github.com/rerdavies/pipedal/ui#> .
|
@prefix pipedal_ui: <http://github.com/rerdavies/pipedal/ui#> .
|
||||||
|
@prefix pipedal_patch: <http://github.com/rerdavies/pipedal/patch#> .
|
||||||
|
|
||||||
@prefix toob: <http://two-play.com/plugins/toob#> .
|
@prefix toob: <http://two-play.com/plugins/toob#> .
|
||||||
|
|
||||||
@prefix tonestack: <two-play.com/plugins/toob-tone-stack#> .
|
@prefix tonestack: <two-play.com/plugins/toob-tone-stack#> .
|
||||||
@@ -55,7 +57,7 @@ tonestack:eqGroup
|
|||||||
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
|
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
|
||||||
doap:maintainer <http://two-play.com/rerdavies#me> ;
|
doap:maintainer <http://two-play.com/rerdavies#me> ;
|
||||||
lv2:minorVersion 0 ;
|
lv2:minorVersion 0 ;
|
||||||
lv2:microVersion 57 ;
|
lv2:microVersion 58 ;
|
||||||
|
|
||||||
uiext:ui <http://two-play.com/plugins/toob-tone-stack-ui>;
|
uiext:ui <http://two-play.com/plugins/toob-tone-stack-ui>;
|
||||||
|
|
||||||
@@ -68,7 +70,7 @@ tone stack used in Polytone and HiWatt amps.
|
|||||||
mod:label "Tone Stack";
|
mod:label "Tone Stack";
|
||||||
lv2:requiredFeature urid:map ;
|
lv2:requiredFeature urid:map ;
|
||||||
lv2:optionalFeature lv2:hardRTCapable;
|
lv2:optionalFeature lv2:hardRTCapable;
|
||||||
patch:readable
|
pipedal_patch:readable
|
||||||
toob:frequencyResponseVector;
|
toob:frequencyResponseVector;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -40,7 +40,7 @@
|
|||||||
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
|
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
|
||||||
doap:maintainer <http://two-play.com/rerdavies#me> ;
|
doap:maintainer <http://two-play.com/rerdavies#me> ;
|
||||||
lv2:minorVersion 0 ;
|
lv2:minorVersion 0 ;
|
||||||
lv2:microVersion 57 ;
|
lv2:microVersion 58 ;
|
||||||
rdfs:comment """
|
rdfs:comment """
|
||||||
Emulation of a Boss CE-2 Chorus.
|
Emulation of a Boss CE-2 Chorus.
|
||||||
|
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
|
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
|
||||||
doap:maintainer <http://two-play.com/rerdavies#me> ;
|
doap:maintainer <http://two-play.com/rerdavies#me> ;
|
||||||
lv2:minorVersion 0 ;
|
lv2:minorVersion 0 ;
|
||||||
lv2:microVersion 57 ;
|
lv2:microVersion 58 ;
|
||||||
rdfs:comment """
|
rdfs:comment """
|
||||||
A straightforward no-frills digital delay.
|
A straightforward no-frills digital delay.
|
||||||
|
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
|
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
|
||||||
doap:maintainer <http://two-play.com/rerdavies#me> ;
|
doap:maintainer <http://two-play.com/rerdavies#me> ;
|
||||||
lv2:minorVersion 0 ;
|
lv2:minorVersion 0 ;
|
||||||
lv2:microVersion 57 ;
|
lv2:microVersion 58 ;
|
||||||
rdfs:comment """
|
rdfs:comment """
|
||||||
Emulation of a Boss BF-2 Flanger, based on circuit analysis and simulation of the original.
|
Emulation of a Boss BF-2 Flanger, based on circuit analysis and simulation of the original.
|
||||||
|
|
||||||
@@ -99,6 +99,7 @@ Emulation of a Boss BF-2 Flanger, based on circuit analysis and simulation of th
|
|||||||
lv2:symbol "lfo" ;
|
lv2:symbol "lfo" ;
|
||||||
lv2:name "LFO";
|
lv2:name "LFO";
|
||||||
|
|
||||||
|
lv2:portProperty epp:notOnGUI;
|
||||||
lv2:minimum -1.0 ;
|
lv2:minimum -1.0 ;
|
||||||
lv2:maximum 1.0 ;
|
lv2:maximum 1.0 ;
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
|
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
|
||||||
doap:maintainer <http://two-play.com/rerdavies#me> ;
|
doap:maintainer <http://two-play.com/rerdavies#me> ;
|
||||||
lv2:minorVersion 0 ;
|
lv2:minorVersion 0 ;
|
||||||
lv2:microVersion 57 ;
|
lv2:microVersion 58 ;
|
||||||
rdfs:comment """
|
rdfs:comment """
|
||||||
Digital emulation of a Boss BF-2 Flanger.
|
Digital emulation of a Boss BF-2 Flanger.
|
||||||
|
|
||||||
@@ -99,6 +99,7 @@ should use the monophonic version of this effect.
|
|||||||
a lv2:OutputPort ,
|
a lv2:OutputPort ,
|
||||||
lv2:ControlPort ;
|
lv2:ControlPort ;
|
||||||
|
|
||||||
|
lv2:portProperty epp:notOnGUI;
|
||||||
lv2:index 3 ;
|
lv2:index 3 ;
|
||||||
lv2:symbol "lfo" ;
|
lv2:symbol "lfo" ;
|
||||||
lv2:name "LFO";
|
lv2:name "LFO";
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
|
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
|
||||||
doap:maintainer <http://two-play.com/rerdavies#me> ;
|
doap:maintainer <http://two-play.com/rerdavies#me> ;
|
||||||
lv2:minorVersion 0 ;
|
lv2:minorVersion 0 ;
|
||||||
lv2:microVersion 57 ;
|
lv2:microVersion 58 ;
|
||||||
rdfs:comment """
|
rdfs:comment """
|
||||||
Toob Freeverb is an Lv2 implementation of the famous Freeverb reverb effect. FreeVerb delivers a well-balanced reverb with very little tonal coloration.
|
Toob Freeverb is an Lv2 implementation of the famous Freeverb reverb effect. FreeVerb delivers a well-balanced reverb with very little tonal coloration.
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,6 @@
|
|||||||
@prefix urid: <http://lv2plug.in/ns/ext/urid#> .
|
@prefix urid: <http://lv2plug.in/ns/ext/urid#> .
|
||||||
@prefix atom: <http://lv2plug.in/ns/ext/atom#> .
|
@prefix atom: <http://lv2plug.in/ns/ext/atom#> .
|
||||||
@prefix midi: <http://lv2plug.in/ns/ext/midi#> .
|
@prefix midi: <http://lv2plug.in/ns/ext/midi#> .
|
||||||
@prefix epp: <http://lv2plug.in/ns/ext/port-props#> .
|
|
||||||
@prefix uiext: <http://lv2plug.in/ns/extensions/ui#> .
|
@prefix uiext: <http://lv2plug.in/ns/extensions/ui#> .
|
||||||
@prefix idpy: <http://harrisonconsoles.com/lv2/inlinedisplay#> .
|
@prefix idpy: <http://harrisonconsoles.com/lv2/inlinedisplay#> .
|
||||||
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
|
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
|
||||||
@@ -93,15 +92,10 @@ myprefix:output_group
|
|||||||
doap:license <https://opensource.org/license/mit/> ;
|
doap:license <https://opensource.org/license/mit/> ;
|
||||||
doap:maintainer <http://two-play.com/rerdavies#me> ;
|
doap:maintainer <http://two-play.com/rerdavies#me> ;
|
||||||
lv2:minorVersion 1 ;
|
lv2:minorVersion 1 ;
|
||||||
lv2:microVersion 57 ;
|
lv2:microVersion 58 ;
|
||||||
|
|
||||||
ui:ui <http://two-play.com/plugins/toob-looper-four-ui>;
|
ui:ui <http://two-play.com/plugins/toob-looper-four-ui>;
|
||||||
|
|
||||||
patch:readable
|
|
||||||
looperPrefix:audioFile;
|
|
||||||
patch:writable
|
|
||||||
looperPrefix:audioFile;
|
|
||||||
|
|
||||||
lv2:extensionData state:interface ;
|
lv2:extensionData state:interface ;
|
||||||
|
|
||||||
rdfs:comment """
|
rdfs:comment """
|
||||||
@@ -264,7 +258,7 @@ The following table describes state transitions for each loop. Note that loops 2
|
|||||||
lv2:symbol "control1" ;
|
lv2:symbol "control1" ;
|
||||||
lv2:name "MIDI Ctl";
|
lv2:name "MIDI Ctl";
|
||||||
rdfs:comment "Hidden control for MIDI operation. See documentation for details.";
|
rdfs:comment "Hidden control for MIDI operation. See documentation for details.";
|
||||||
lv2:default 0 ;
|
lv2:default 0.0 ;
|
||||||
lv2:minimum 0.0;
|
lv2:minimum 0.0;
|
||||||
lv2:maximum 1.0;
|
lv2:maximum 1.0;
|
||||||
lv2:portProperty lv2:integer, lv2:toggled, mod:preferMomentaryOffByDefault, pprop:notOnGUI;
|
lv2:portProperty lv2:integer, lv2:toggled, mod:preferMomentaryOffByDefault, pprop:notOnGUI;
|
||||||
@@ -279,7 +273,7 @@ The following table describes state transitions for each loop. Note that loops 2
|
|||||||
lv2:symbol "stop1" ;
|
lv2:symbol "stop1" ;
|
||||||
lv2:name "⏹";
|
lv2:name "⏹";
|
||||||
rdfs:comment "Reset all loops.";
|
rdfs:comment "Reset all loops.";
|
||||||
lv2:default 0 ;
|
lv2:default 0.0 ;
|
||||||
lv2:minimum 0.0;
|
lv2:minimum 0.0;
|
||||||
lv2:maximum 1.0;
|
lv2:maximum 1.0;
|
||||||
lv2:portProperty lv2:toggled,pprop:trigger;
|
lv2:portProperty lv2:toggled,pprop:trigger;
|
||||||
@@ -293,7 +287,7 @@ The following table describes state transitions for each loop. Note that loops 2
|
|||||||
lv2:symbol "record1" ;
|
lv2:symbol "record1" ;
|
||||||
lv2:name "⏺";
|
lv2:name "⏺";
|
||||||
rdfs:comment "Recording/overdub the main loop";
|
rdfs:comment "Recording/overdub the main loop";
|
||||||
lv2:default 0 ;
|
lv2:default 0.0 ;
|
||||||
lv2:minimum 0.0;
|
lv2:minimum 0.0;
|
||||||
lv2:maximum 1.0;
|
lv2:maximum 1.0;
|
||||||
lv2:portProperty lv2:toggled,pprop:trigger;
|
lv2:portProperty lv2:toggled,pprop:trigger;
|
||||||
@@ -307,7 +301,7 @@ The following table describes state transitions for each loop. Note that loops 2
|
|||||||
lv2:symbol "record_led1" ;
|
lv2:symbol "record_led1" ;
|
||||||
lv2:name "";
|
lv2:name "";
|
||||||
lv2:portProperty lv2:toggled ;
|
lv2:portProperty lv2:toggled ;
|
||||||
lv2:default 0 ;
|
lv2:default 0.0 ;
|
||||||
lv2:minimum 0.0;
|
lv2:minimum 0.0;
|
||||||
lv2:maximum 1.0;
|
lv2:maximum 1.0;
|
||||||
pipedal_ui:ledColor "red";
|
pipedal_ui:ledColor "red";
|
||||||
@@ -321,7 +315,7 @@ The following table describes state transitions for each loop. Note that loops 2
|
|||||||
lv2:symbol "play1" ;
|
lv2:symbol "play1" ;
|
||||||
lv2:name "⏵";
|
lv2:name "⏵";
|
||||||
rdfs:comment "Play Loop 1. Click again to stop.";
|
rdfs:comment "Play Loop 1. Click again to stop.";
|
||||||
lv2:default 0 ;
|
lv2:default 0.0 ;
|
||||||
lv2:minimum 0.0;
|
lv2:minimum 0.0;
|
||||||
lv2:maximum 1.0;
|
lv2:maximum 1.0;
|
||||||
lv2:portProperty lv2:toggled,pprop:trigger;
|
lv2:portProperty lv2:toggled,pprop:trigger;
|
||||||
@@ -335,7 +329,7 @@ The following table describes state transitions for each loop. Note that loops 2
|
|||||||
lv2:symbol "play_led1" ;
|
lv2:symbol "play_led1" ;
|
||||||
lv2:name "";
|
lv2:name "";
|
||||||
lv2:portProperty lv2:toggled ;
|
lv2:portProperty lv2:toggled ;
|
||||||
lv2:default 0 ;
|
lv2:default 0.0 ;
|
||||||
lv2:minimum 0.0;
|
lv2:minimum 0.0;
|
||||||
lv2:maximum 1.0;
|
lv2:maximum 1.0;
|
||||||
pipedal_ui:ledColor "green";
|
pipedal_ui:ledColor "green";
|
||||||
@@ -367,7 +361,7 @@ The following table describes state transitions for each loop. Note that loops 2
|
|||||||
lv2:symbol "control2" ;
|
lv2:symbol "control2" ;
|
||||||
lv2:name "MIDI Ctl";
|
lv2:name "MIDI Ctl";
|
||||||
rdfs:comment "Hidden control for MIDI operation. See documentation for details.";
|
rdfs:comment "Hidden control for MIDI operation. See documentation for details.";
|
||||||
lv2:default 0 ;
|
lv2:default 0.0 ;
|
||||||
lv2:minimum 0.0;
|
lv2:minimum 0.0;
|
||||||
lv2:maximum 1.0;
|
lv2:maximum 1.0;
|
||||||
lv2:portProperty lv2:integer, lv2:toggled, mod:preferMomentaryOffByDefault, pprop:notOnGUI;
|
lv2:portProperty lv2:integer, lv2:toggled, mod:preferMomentaryOffByDefault, pprop:notOnGUI;
|
||||||
@@ -381,7 +375,7 @@ The following table describes state transitions for each loop. Note that loops 2
|
|||||||
lv2:symbol "stop2" ;
|
lv2:symbol "stop2" ;
|
||||||
lv2:name "⏹";
|
lv2:name "⏹";
|
||||||
rdfs:comment "Reset loop 2.";
|
rdfs:comment "Reset loop 2.";
|
||||||
lv2:default 0 ;
|
lv2:default 0.0 ;
|
||||||
lv2:minimum 0.0;
|
lv2:minimum 0.0;
|
||||||
lv2:maximum 1.0;
|
lv2:maximum 1.0;
|
||||||
lv2:portProperty lv2:toggled,pprop:trigger;
|
lv2:portProperty lv2:toggled,pprop:trigger;
|
||||||
@@ -395,7 +389,7 @@ The following table describes state transitions for each loop. Note that loops 2
|
|||||||
lv2:symbol "record2" ;
|
lv2:symbol "record2" ;
|
||||||
lv2:name "⏺";
|
lv2:name "⏺";
|
||||||
rdfs:comment "Record/Overdub loop 2";
|
rdfs:comment "Record/Overdub loop 2";
|
||||||
lv2:default 0 ;
|
lv2:default 0.0 ;
|
||||||
lv2:minimum 0.0;
|
lv2:minimum 0.0;
|
||||||
lv2:maximum 1.0;
|
lv2:maximum 1.0;
|
||||||
lv2:portProperty lv2:toggled,pprop:trigger;
|
lv2:portProperty lv2:toggled,pprop:trigger;
|
||||||
@@ -409,7 +403,7 @@ The following table describes state transitions for each loop. Note that loops 2
|
|||||||
lv2:symbol "record_led2" ;
|
lv2:symbol "record_led2" ;
|
||||||
lv2:name "";
|
lv2:name "";
|
||||||
lv2:portProperty lv2:toggled ;
|
lv2:portProperty lv2:toggled ;
|
||||||
lv2:default 0 ;
|
lv2:default 0.0 ;
|
||||||
lv2:minimum 0.0;
|
lv2:minimum 0.0;
|
||||||
lv2:maximum 1.0;
|
lv2:maximum 1.0;
|
||||||
pipedal_ui:ledColor "red";
|
pipedal_ui:ledColor "red";
|
||||||
@@ -423,7 +417,7 @@ The following table describes state transitions for each loop. Note that loops 2
|
|||||||
lv2:symbol "play2" ;
|
lv2:symbol "play2" ;
|
||||||
lv2:name "⏵";
|
lv2:name "⏵";
|
||||||
rdfs:comment "Play Loop 2. Click again to stop.";
|
rdfs:comment "Play Loop 2. Click again to stop.";
|
||||||
lv2:default 0 ;
|
lv2:default 0.0 ;
|
||||||
lv2:minimum 0.0;
|
lv2:minimum 0.0;
|
||||||
lv2:maximum 1.0;
|
lv2:maximum 1.0;
|
||||||
lv2:portProperty lv2:toggled,pprop:trigger;
|
lv2:portProperty lv2:toggled,pprop:trigger;
|
||||||
@@ -437,7 +431,7 @@ The following table describes state transitions for each loop. Note that loops 2
|
|||||||
lv2:symbol "play_led2" ;
|
lv2:symbol "play_led2" ;
|
||||||
lv2:name "";
|
lv2:name "";
|
||||||
lv2:portProperty lv2:toggled ;
|
lv2:portProperty lv2:toggled ;
|
||||||
lv2:default 0 ;
|
lv2:default 0.0 ;
|
||||||
lv2:minimum 0.0;
|
lv2:minimum 0.0;
|
||||||
lv2:maximum 1.0;
|
lv2:maximum 1.0;
|
||||||
pipedal_ui:ledColor "green";
|
pipedal_ui:ledColor "green";
|
||||||
@@ -468,7 +462,7 @@ The following table describes state transitions for each loop. Note that loops 2
|
|||||||
lv2:symbol "control3" ;
|
lv2:symbol "control3" ;
|
||||||
lv2:name "MIDI Ctl";
|
lv2:name "MIDI Ctl";
|
||||||
rdfs:comment "Hidden control for MIDI operation. See documentation for details.";
|
rdfs:comment "Hidden control for MIDI operation. See documentation for details.";
|
||||||
lv2:default 0 ;
|
lv2:default 0.0 ;
|
||||||
lv2:minimum 0.0;
|
lv2:minimum 0.0;
|
||||||
lv2:maximum 1.0;
|
lv2:maximum 1.0;
|
||||||
lv2:portProperty lv2:integer, lv2:toggled, mod:preferMomentaryOffByDefault, pprop:notOnGUI;
|
lv2:portProperty lv2:integer, lv2:toggled, mod:preferMomentaryOffByDefault, pprop:notOnGUI;
|
||||||
@@ -482,7 +476,7 @@ The following table describes state transitions for each loop. Note that loops 2
|
|||||||
lv2:symbol "stop3" ;
|
lv2:symbol "stop3" ;
|
||||||
lv2:name "⏹";
|
lv2:name "⏹";
|
||||||
rdfs:comment "Reset loop 3.";
|
rdfs:comment "Reset loop 3.";
|
||||||
lv2:default 0 ;
|
lv2:default 0.0 ;
|
||||||
lv2:minimum 0.0;
|
lv2:minimum 0.0;
|
||||||
lv2:maximum 1.0;
|
lv2:maximum 1.0;
|
||||||
lv2:portProperty lv2:toggled,pprop:trigger;
|
lv2:portProperty lv2:toggled,pprop:trigger;
|
||||||
@@ -496,7 +490,7 @@ The following table describes state transitions for each loop. Note that loops 2
|
|||||||
lv2:symbol "record3" ;
|
lv2:symbol "record3" ;
|
||||||
lv2:name "⏺";
|
lv2:name "⏺";
|
||||||
rdfs:comment "Record/Overdub loop 3";
|
rdfs:comment "Record/Overdub loop 3";
|
||||||
lv2:default 0 ;
|
lv2:default 0.0 ;
|
||||||
lv2:minimum 0.0;
|
lv2:minimum 0.0;
|
||||||
lv2:maximum 1.0;
|
lv2:maximum 1.0;
|
||||||
lv2:portProperty lv2:toggled,pprop:trigger;
|
lv2:portProperty lv2:toggled,pprop:trigger;
|
||||||
@@ -510,7 +504,7 @@ The following table describes state transitions for each loop. Note that loops 2
|
|||||||
lv2:symbol "record_led3" ;
|
lv2:symbol "record_led3" ;
|
||||||
lv2:name "";
|
lv2:name "";
|
||||||
lv2:portProperty lv2:toggled ;
|
lv2:portProperty lv2:toggled ;
|
||||||
lv2:default 0 ;
|
lv2:default 0.0 ;
|
||||||
lv2:minimum 0.0;
|
lv2:minimum 0.0;
|
||||||
lv2:maximum 1.0;
|
lv2:maximum 1.0;
|
||||||
pipedal_ui:ledColor "red";
|
pipedal_ui:ledColor "red";
|
||||||
@@ -524,7 +518,7 @@ The following table describes state transitions for each loop. Note that loops 2
|
|||||||
lv2:symbol "play3" ;
|
lv2:symbol "play3" ;
|
||||||
lv2:name "⏵";
|
lv2:name "⏵";
|
||||||
rdfs:comment "Play Loop 3. Click again to stop.";
|
rdfs:comment "Play Loop 3. Click again to stop.";
|
||||||
lv2:default 0 ;
|
lv2:default 0.0 ;
|
||||||
lv2:minimum 0.0;
|
lv2:minimum 0.0;
|
||||||
lv2:maximum 1.0;
|
lv2:maximum 1.0;
|
||||||
lv2:portProperty lv2:toggled,pprop:trigger;
|
lv2:portProperty lv2:toggled,pprop:trigger;
|
||||||
@@ -538,7 +532,7 @@ The following table describes state transitions for each loop. Note that loops 2
|
|||||||
lv2:symbol "play_led3" ;
|
lv2:symbol "play_led3" ;
|
||||||
lv2:name "";
|
lv2:name "";
|
||||||
lv2:portProperty lv2:toggled ;
|
lv2:portProperty lv2:toggled ;
|
||||||
lv2:default 0 ;
|
lv2:default 0.0 ;
|
||||||
lv2:minimum 0.0;
|
lv2:minimum 0.0;
|
||||||
lv2:maximum 1.0;
|
lv2:maximum 1.0;
|
||||||
pipedal_ui:ledColor "green";
|
pipedal_ui:ledColor "green";
|
||||||
@@ -570,7 +564,7 @@ The following table describes state transitions for each loop. Note that loops 2
|
|||||||
lv2:symbol "control4" ;
|
lv2:symbol "control4" ;
|
||||||
lv2:name "Midi Ctl";
|
lv2:name "Midi Ctl";
|
||||||
rdfs:comment "Hidden control for MIDI operation. See documentation for details.";
|
rdfs:comment "Hidden control for MIDI operation. See documentation for details.";
|
||||||
lv2:default 0 ;
|
lv2:default 0.0 ;
|
||||||
lv2:minimum 0.0;
|
lv2:minimum 0.0;
|
||||||
lv2:maximum 1.0;
|
lv2:maximum 1.0;
|
||||||
lv2:portProperty lv2:integer, lv2:toggled, mod:preferMomentaryOffByDefault, pprop:notOnGUI;
|
lv2:portProperty lv2:integer, lv2:toggled, mod:preferMomentaryOffByDefault, pprop:notOnGUI;
|
||||||
@@ -584,7 +578,7 @@ The following table describes state transitions for each loop. Note that loops 2
|
|||||||
lv2:symbol "stop4" ;
|
lv2:symbol "stop4" ;
|
||||||
lv2:name "⏹";
|
lv2:name "⏹";
|
||||||
rdfs:comment "Reset loop 4.";
|
rdfs:comment "Reset loop 4.";
|
||||||
lv2:default 0 ;
|
lv2:default 0.0 ;
|
||||||
lv2:minimum 0.0;
|
lv2:minimum 0.0;
|
||||||
lv2:maximum 1.0;
|
lv2:maximum 1.0;
|
||||||
lv2:portProperty lv2:toggled,pprop:trigger;
|
lv2:portProperty lv2:toggled,pprop:trigger;
|
||||||
@@ -598,7 +592,7 @@ The following table describes state transitions for each loop. Note that loops 2
|
|||||||
lv2:symbol "record4" ;
|
lv2:symbol "record4" ;
|
||||||
lv2:name "⏺";
|
lv2:name "⏺";
|
||||||
rdfs:comment "Record/Overdub loop 4";
|
rdfs:comment "Record/Overdub loop 4";
|
||||||
lv2:default 0 ;
|
lv2:default 0.0 ;
|
||||||
lv2:minimum 0.0;
|
lv2:minimum 0.0;
|
||||||
lv2:maximum 1.0;
|
lv2:maximum 1.0;
|
||||||
lv2:portProperty lv2:toggled,pprop:trigger;
|
lv2:portProperty lv2:toggled,pprop:trigger;
|
||||||
@@ -612,7 +606,7 @@ The following table describes state transitions for each loop. Note that loops 2
|
|||||||
lv2:symbol "record_led4" ;
|
lv2:symbol "record_led4" ;
|
||||||
lv2:name "";
|
lv2:name "";
|
||||||
lv2:portProperty lv2:toggled ;
|
lv2:portProperty lv2:toggled ;
|
||||||
lv2:default 0 ;
|
lv2:default 0.0 ;
|
||||||
lv2:minimum 0.0;
|
lv2:minimum 0.0;
|
||||||
lv2:maximum 1.0;
|
lv2:maximum 1.0;
|
||||||
pipedal_ui:ledColor "red";
|
pipedal_ui:ledColor "red";
|
||||||
@@ -626,7 +620,7 @@ The following table describes state transitions for each loop. Note that loops 2
|
|||||||
lv2:symbol "play4" ;
|
lv2:symbol "play4" ;
|
||||||
lv2:name "⏵";
|
lv2:name "⏵";
|
||||||
rdfs:comment "Play Loop 4. Click again to stop.";
|
rdfs:comment "Play Loop 4. Click again to stop.";
|
||||||
lv2:default 0 ;
|
lv2:default 0.0 ;
|
||||||
lv2:minimum 0.0;
|
lv2:minimum 0.0;
|
||||||
lv2:maximum 1.0;
|
lv2:maximum 1.0;
|
||||||
lv2:portProperty lv2:toggled,pprop:trigger;
|
lv2:portProperty lv2:toggled,pprop:trigger;
|
||||||
@@ -640,7 +634,7 @@ The following table describes state transitions for each loop. Note that loops 2
|
|||||||
lv2:symbol "play_led4" ;
|
lv2:symbol "play_led4" ;
|
||||||
lv2:name "";
|
lv2:name "";
|
||||||
lv2:portProperty lv2:toggled ;
|
lv2:portProperty lv2:toggled ;
|
||||||
lv2:default 0 ;
|
lv2:default 0.0 ;
|
||||||
lv2:minimum 0.0;
|
lv2:minimum 0.0;
|
||||||
lv2:maximum 1.0;
|
lv2:maximum 1.0;
|
||||||
pipedal_ui:ledColor "green";
|
pipedal_ui:ledColor "green";
|
||||||
@@ -672,7 +666,7 @@ The following table describes state transitions for each loop. Note that loops 2
|
|||||||
lv2:symbol "bar_led" ;
|
lv2:symbol "bar_led" ;
|
||||||
lv2:name "\u00A0\u00A0Bar\u00A0\u00A0";
|
lv2:name "\u00A0\u00A0Bar\u00A0\u00A0";
|
||||||
lv2:portProperty lv2:toggled ;
|
lv2:portProperty lv2:toggled ;
|
||||||
lv2:default 0 ;
|
lv2:default 0.0 ;
|
||||||
lv2:minimum 0.0;
|
lv2:minimum 0.0;
|
||||||
lv2:maximum 1.0;
|
lv2:maximum 1.0;
|
||||||
pipedal_ui:ledColor "red";
|
pipedal_ui:ledColor "red";
|
||||||
@@ -686,7 +680,7 @@ The following table describes state transitions for each loop. Note that loops 2
|
|||||||
lv2:symbol "beat_led" ;
|
lv2:symbol "beat_led" ;
|
||||||
lv2:name "\u00A0Beat\u00A0";
|
lv2:name "\u00A0Beat\u00A0";
|
||||||
lv2:portProperty lv2:toggled ;
|
lv2:portProperty lv2:toggled ;
|
||||||
lv2:default 0 ;
|
lv2:default 0.0 ;
|
||||||
lv2:minimum 0.0;
|
lv2:minimum 0.0;
|
||||||
lv2:maximum 1.0;
|
lv2:maximum 1.0;
|
||||||
pipedal_ui:ledColor "red";
|
pipedal_ui:ledColor "red";
|
||||||
@@ -769,7 +763,7 @@ The following table describes state transitions for each loop. Note that loops 2
|
|||||||
lv2:index 33 ;
|
lv2:index 33 ;
|
||||||
lv2:symbol "bars" ;
|
lv2:symbol "bars" ;
|
||||||
lv2:name "Bars";
|
lv2:name "Bars";
|
||||||
lv2:default 0 ;
|
lv2:default 0.0 ;
|
||||||
lv2:minimum 0;
|
lv2:minimum 0;
|
||||||
lv2:maximum 32;
|
lv2:maximum 32;
|
||||||
units:unit units:bar ;
|
units:unit units:bar ;
|
||||||
@@ -831,7 +825,7 @@ The following table describes state transitions for each loop. Note that loops 2
|
|||||||
lv2:name "Level";
|
lv2:name "Level";
|
||||||
pg:group myprefix:output_group ;
|
pg:group myprefix:output_group ;
|
||||||
|
|
||||||
lv2:default 0 ;
|
lv2:default 0.0 ;
|
||||||
lv2:minimum -60.0;
|
lv2:minimum -60.0;
|
||||||
lv2:maximum 30.0;
|
lv2:maximum 30.0;
|
||||||
lv2:scalePoint [
|
lv2:scalePoint [
|
||||||
@@ -867,6 +861,9 @@ The following table describes state transitions for each loop. Note that loops 2
|
|||||||
a atom:AtomPort ,
|
a atom:AtomPort ,
|
||||||
lv2:InputPort ;
|
lv2:InputPort ;
|
||||||
lv2:index 39 ;
|
lv2:index 39 ;
|
||||||
|
atom:bufferType atom:Sequence ;
|
||||||
|
atom:supports patch:Message;
|
||||||
|
|
||||||
lv2:symbol "controlIn" ;
|
lv2:symbol "controlIn" ;
|
||||||
lv2:name "ControlIn"
|
lv2:name "ControlIn"
|
||||||
],
|
],
|
||||||
@@ -874,6 +871,8 @@ The following table describes state transitions for each loop. Note that loops 2
|
|||||||
a atom:AtomPort ,
|
a atom:AtomPort ,
|
||||||
lv2:OutputPort ;
|
lv2:OutputPort ;
|
||||||
lv2:index 40 ;
|
lv2:index 40 ;
|
||||||
|
atom:bufferType atom:Sequence ;
|
||||||
|
atom:supports patch:Message;
|
||||||
lv2:symbol "controlOut" ;
|
lv2:symbol "controlOut" ;
|
||||||
lv2:name "ControlOut"
|
lv2:name "ControlOut"
|
||||||
],
|
],
|
||||||
@@ -904,9 +903,9 @@ The following table describes state transitions for each loop. Note that loops 2
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<http://two-play.com/plugins/toob-record-stereo-ui>
|
<http://two-play.com/plugins/toob-looper-four-ui>
|
||||||
a ui:X11UI ;
|
a ui:X11UI ;
|
||||||
lv2:binary <.so>;
|
lv2:binary <ToobAmpUI.so>;
|
||||||
|
|
||||||
lv2:extensionData ui:resize ;
|
lv2:extensionData ui:resize ;
|
||||||
lv2:extensionData ui:idleInterface ;
|
lv2:extensionData ui:idleInterface ;
|
||||||
|
|||||||
@@ -7,7 +7,6 @@
|
|||||||
@prefix atom: <http://lv2plug.in/ns/ext/atom#> .
|
@prefix atom: <http://lv2plug.in/ns/ext/atom#> .
|
||||||
@prefix midi: <http://lv2plug.in/ns/ext/midi#> .
|
@prefix midi: <http://lv2plug.in/ns/ext/midi#> .
|
||||||
@prefix epp: <http://lv2plug.in/ns/ext/port-props#> .
|
@prefix epp: <http://lv2plug.in/ns/ext/port-props#> .
|
||||||
@prefix uiext: <http://lv2plug.in/ns/extensions/ui#> .
|
|
||||||
@prefix idpy: <http://harrisonconsoles.com/lv2/inlinedisplay#> .
|
@prefix idpy: <http://harrisonconsoles.com/lv2/inlinedisplay#> .
|
||||||
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
|
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
|
||||||
@prefix mod: <http://moddevices.com/ns/mod#> .
|
@prefix mod: <http://moddevices.com/ns/mod#> .
|
||||||
@@ -19,7 +18,8 @@
|
|||||||
@prefix state: <http://lv2plug.in/ns/ext/state#> .
|
@prefix state: <http://lv2plug.in/ns/ext/state#> .
|
||||||
@prefix urid: <http://lv2plug.in/ns/ext/urid#> .
|
@prefix urid: <http://lv2plug.in/ns/ext/urid#> .
|
||||||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
|
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
|
||||||
@prefix ui: <http://lv2plug.in/ns/extensions/ui#> .
|
@prefix ui: <http://lv2plug.in/ns/extensions/ui#> .
|
||||||
|
@prefix uiext: <http://lv2plug.in/ns/extensions/ui#> .
|
||||||
@prefix pprop: <http://lv2plug.in/ns/ext/port-props#> .
|
@prefix pprop: <http://lv2plug.in/ns/ext/port-props#> .
|
||||||
@prefix pipedal_ui: <http://github.com/rerdavies/pipedal/ui#> .
|
@prefix pipedal_ui: <http://github.com/rerdavies/pipedal/ui#> .
|
||||||
|
|
||||||
@@ -73,10 +73,12 @@ myprefix:output_group
|
|||||||
lv2:UtilityPlugin ;
|
lv2:UtilityPlugin ;
|
||||||
doap:name "TooB One-Button Looper (stereo)"
|
doap:name "TooB One-Button Looper (stereo)"
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
||||||
doap:license <https://opensource.org/license/mit/> ;
|
doap:license <https://opensource.org/license/mit/> ;
|
||||||
doap:maintainer <http://two-play.com/rerdavies#me> ;
|
doap:maintainer <http://two-play.com/rerdavies#me> ;
|
||||||
lv2:minorVersion 1 ;
|
lv2:minorVersion 1 ;
|
||||||
lv2:microVersion 57 ;
|
lv2:microVersion 58 ;
|
||||||
|
|
||||||
ui:ui <http://two-play.com/plugins/toob-looper-one-ui>;
|
ui:ui <http://two-play.com/plugins/toob-looper-one-ui>;
|
||||||
|
|
||||||
@@ -189,7 +191,7 @@ When set to REC-DUB, the main loop will record exactly N bars of audio, and then
|
|||||||
lv2:symbol "control" ;
|
lv2:symbol "control" ;
|
||||||
lv2:name "〇";
|
lv2:name "〇";
|
||||||
rdfs:comment "Looper control. See the plugin documentation for details.";
|
rdfs:comment "Looper control. See the plugin documentation for details.";
|
||||||
lv2:default 0 ;
|
lv2:default 0.0 ;
|
||||||
lv2:minimum 0.0;
|
lv2:minimum 0.0;
|
||||||
lv2:maximum 1.0;
|
lv2:maximum 1.0;
|
||||||
lv2:portProperty lv2:integer, lv2:toggled, mod:preferMomentaryOffByDefault;
|
lv2:portProperty lv2:integer, lv2:toggled, mod:preferMomentaryOffByDefault;
|
||||||
@@ -203,7 +205,7 @@ When set to REC-DUB, the main loop will record exactly N bars of audio, and then
|
|||||||
lv2:symbol "record_led" ;
|
lv2:symbol "record_led" ;
|
||||||
lv2:name "";
|
lv2:name "";
|
||||||
lv2:portProperty lv2:toggled ;
|
lv2:portProperty lv2:toggled ;
|
||||||
lv2:default 0 ;
|
lv2:default 0.0 ;
|
||||||
lv2:minimum 0.0;
|
lv2:minimum 0.0;
|
||||||
lv2:maximum 1.0;
|
lv2:maximum 1.0;
|
||||||
pipedal_ui:ledColor "red";
|
pipedal_ui:ledColor "red";
|
||||||
@@ -217,7 +219,7 @@ When set to REC-DUB, the main loop will record exactly N bars of audio, and then
|
|||||||
lv2:symbol "play_led" ;
|
lv2:symbol "play_led" ;
|
||||||
lv2:name "";
|
lv2:name "";
|
||||||
lv2:portProperty lv2:toggled ;
|
lv2:portProperty lv2:toggled ;
|
||||||
lv2:default 0 ;
|
lv2:default 0.0 ;
|
||||||
lv2:minimum 0.0;
|
lv2:minimum 0.0;
|
||||||
lv2:maximum 1.0;
|
lv2:maximum 1.0;
|
||||||
pg:group myprefix:loop_main_group ;
|
pg:group myprefix:loop_main_group ;
|
||||||
@@ -355,7 +357,7 @@ When set to REC-DUB, the main loop will record exactly N bars of audio, and then
|
|||||||
lv2:symbol "bar_led" ;
|
lv2:symbol "bar_led" ;
|
||||||
lv2:name "\u00A0\u00A0Bar\u00A0\u00A0";
|
lv2:name "\u00A0\u00A0Bar\u00A0\u00A0";
|
||||||
lv2:portProperty lv2:toggled ;
|
lv2:portProperty lv2:toggled ;
|
||||||
lv2:default 0 ;
|
lv2:default 0.0 ;
|
||||||
lv2:minimum 0.0;
|
lv2:minimum 0.0;
|
||||||
lv2:maximum 1.0;
|
lv2:maximum 1.0;
|
||||||
pipedal_ui:ledColor "red";
|
pipedal_ui:ledColor "red";
|
||||||
@@ -369,7 +371,7 @@ When set to REC-DUB, the main loop will record exactly N bars of audio, and then
|
|||||||
lv2:symbol "beat_led" ;
|
lv2:symbol "beat_led" ;
|
||||||
lv2:name "\u00A0Beat\u00A0";
|
lv2:name "\u00A0Beat\u00A0";
|
||||||
lv2:portProperty lv2:toggled ;
|
lv2:portProperty lv2:toggled ;
|
||||||
lv2:default 0 ;
|
lv2:default 0.0 ;
|
||||||
lv2:minimum 0.0;
|
lv2:minimum 0.0;
|
||||||
lv2:maximum 1.0;
|
lv2:maximum 1.0;
|
||||||
pipedal_ui:ledColor "red";
|
pipedal_ui:ledColor "red";
|
||||||
@@ -514,7 +516,7 @@ When set to REC-DUB, the main loop will record exactly N bars of audio, and then
|
|||||||
lv2:name "Level";
|
lv2:name "Level";
|
||||||
pg:group myprefix:output_group ;
|
pg:group myprefix:output_group ;
|
||||||
|
|
||||||
lv2:default 0 ;
|
lv2:default 0.0 ;
|
||||||
lv2:minimum -60.0;
|
lv2:minimum -60.0;
|
||||||
lv2:maximum 30.0;
|
lv2:maximum 30.0;
|
||||||
lv2:scalePoint [
|
lv2:scalePoint [
|
||||||
@@ -549,6 +551,9 @@ When set to REC-DUB, the main loop will record exactly N bars of audio, and then
|
|||||||
[
|
[
|
||||||
a atom:AtomPort ,
|
a atom:AtomPort ,
|
||||||
lv2:InputPort ;
|
lv2:InputPort ;
|
||||||
|
atom:bufferType atom:Sequence ;
|
||||||
|
atom:supports patch:Message;
|
||||||
|
|
||||||
lv2:index 16 ;
|
lv2:index 16 ;
|
||||||
lv2:symbol "controlIn" ;
|
lv2:symbol "controlIn" ;
|
||||||
lv2:name "ControlIn"
|
lv2:name "ControlIn"
|
||||||
@@ -556,6 +561,8 @@ When set to REC-DUB, the main loop will record exactly N bars of audio, and then
|
|||||||
[
|
[
|
||||||
a atom:AtomPort ,
|
a atom:AtomPort ,
|
||||||
lv2:OutputPort ;
|
lv2:OutputPort ;
|
||||||
|
atom:bufferType atom:Sequence ;
|
||||||
|
atom:supports patch:Message;
|
||||||
lv2:index 17 ;
|
lv2:index 17 ;
|
||||||
lv2:symbol "controlOut" ;
|
lv2:symbol "controlOut" ;
|
||||||
lv2:name "ControlOut"
|
lv2:name "ControlOut"
|
||||||
@@ -587,9 +594,10 @@ When set to REC-DUB, the main loop will record exactly N bars of audio, and then
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<http://two-play.com/plugins/toob-record-stereo-ui>
|
<http://two-play.com/plugins/toob-looper-one-ui>
|
||||||
a ui:X11UI ;
|
a ui:X11UI ;
|
||||||
lv2:binary <.so>;
|
lv2:binary <ToobAmpUI.so>;
|
||||||
|
|
||||||
|
|
||||||
lv2:extensionData ui:resize ;
|
lv2:extensionData ui:resize ;
|
||||||
lv2:extensionData ui:idleInterface ;
|
lv2:extensionData ui:idleInterface ;
|
||||||
|
|||||||
@@ -15,6 +15,8 @@
|
|||||||
@prefix work: <http://lv2plug.in/ns/ext/worker#> .
|
@prefix work: <http://lv2plug.in/ns/ext/worker#> .
|
||||||
@prefix pg: <http://lv2plug.in/ns/ext/port-groups#> .
|
@prefix pg: <http://lv2plug.in/ns/ext/port-groups#> .
|
||||||
@prefix pipedal_ui: <http://github.com/rerdavies/pipedal/ui#> .
|
@prefix pipedal_ui: <http://github.com/rerdavies/pipedal/ui#> .
|
||||||
|
@prefix pipedal_patch: <http://github.com/rerdavies/pipedal/patch#> .
|
||||||
|
|
||||||
@prefix toob: <http://two-play.com/plugins/toob#> .
|
@prefix toob: <http://two-play.com/plugins/toob#> .
|
||||||
|
|
||||||
@prefix atom: <http://lv2plug.in/ns/ext/atom#> .
|
@prefix atom: <http://lv2plug.in/ns/ext/atom#> .
|
||||||
@@ -65,7 +67,7 @@ toobml:sagGroup
|
|||||||
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
|
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
|
||||||
doap:maintainer <http://two-play.com/rerdavies#me> ;
|
doap:maintainer <http://two-play.com/rerdavies#me> ;
|
||||||
lv2:minorVersion 0 ;
|
lv2:minorVersion 0 ;
|
||||||
lv2:microVersion 57 ;
|
lv2:microVersion 58 ;
|
||||||
rdfs:comment """
|
rdfs:comment """
|
||||||
The TooB ML Amplifier plugin provides emulation of a variety of amplifiers and overdrive pedals that are implemented
|
The TooB ML Amplifier plugin provides emulation of a variety of amplifiers and overdrive pedals that are implemented
|
||||||
using neural-network-based machine learning models of real amplifiers.
|
using neural-network-based machine learning models of real amplifiers.
|
||||||
@@ -127,7 +129,7 @@ and uses model files from the GuitarML Neural Pi project (https://github.com/Gui
|
|||||||
patch:writable
|
patch:writable
|
||||||
toobml:modelFile;
|
toobml:modelFile;
|
||||||
|
|
||||||
patch:readable
|
pipedal_patch:readable
|
||||||
<http://two-play.com/plugins/toob#frequencyResponseVector>
|
<http://two-play.com/plugins/toob#frequencyResponseVector>
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ toobNam:eqGroup
|
|||||||
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
|
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
|
||||||
doap:maintainer <http://two-play.com/rerdavies#me> ;
|
doap:maintainer <http://two-play.com/rerdavies#me> ;
|
||||||
lv2:minorVersion 0 ;
|
lv2:minorVersion 0 ;
|
||||||
lv2:microVersion 57 ;
|
lv2:microVersion 58 ;
|
||||||
rdfs:comment """
|
rdfs:comment """
|
||||||
A port of Steven Atkinson's Neural Amp Modeler to LV2.
|
A port of Steven Atkinson's Neural Amp Modeler to LV2.
|
||||||
|
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ recordPrefix:audioFile
|
|||||||
doap:license <https://opensource.org/license/mit/> ;
|
doap:license <https://opensource.org/license/mit/> ;
|
||||||
doap:maintainer <http://two-play.com/rerdavies#me> ;
|
doap:maintainer <http://two-play.com/rerdavies#me> ;
|
||||||
lv2:minorVersion 1 ;
|
lv2:minorVersion 1 ;
|
||||||
lv2:microVersion 57 ;
|
lv2:microVersion 58 ;
|
||||||
|
|
||||||
ui:ui <http://two-play.com/plugins/toob-record-mono-ui>;
|
ui:ui <http://two-play.com/plugins/toob-record-mono-ui>;
|
||||||
|
|
||||||
@@ -64,7 +64,7 @@ recordPrefix:audioFile
|
|||||||
lv2:extensionData state:interface ;
|
lv2:extensionData state:interface ;
|
||||||
|
|
||||||
rdfs:comment """
|
rdfs:comment """
|
||||||
Record the signal input to file.
|
Record the plugin's audio input signal to a monophonic file. See also: TooB Record Input (stereo), which records a stereo file.
|
||||||
""" ;
|
""" ;
|
||||||
|
|
||||||
mod:brand "TooB";
|
mod:brand "TooB";
|
||||||
@@ -80,7 +80,7 @@ Record the signal input to file.
|
|||||||
lv2:symbol "stop" ;
|
lv2:symbol "stop" ;
|
||||||
lv2:name "⏹";
|
lv2:name "⏹";
|
||||||
rdfs:comment "Stop.";
|
rdfs:comment "Stop.";
|
||||||
lv2:default 0 ;
|
lv2:default 0.0 ;
|
||||||
lv2:minimum 0.0;
|
lv2:minimum 0.0;
|
||||||
lv2:maximum 1.0;
|
lv2:maximum 1.0;
|
||||||
lv2:portProperty lv2:toggled,pprop:trigger;
|
lv2:portProperty lv2:toggled,pprop:trigger;
|
||||||
@@ -93,7 +93,7 @@ Record the signal input to file.
|
|||||||
lv2:symbol "record" ;
|
lv2:symbol "record" ;
|
||||||
lv2:name "⏺";
|
lv2:name "⏺";
|
||||||
rdfs:comment "Start recording. Click again to stop.";
|
rdfs:comment "Start recording. Click again to stop.";
|
||||||
lv2:default 0 ;
|
lv2:default 0.0 ;
|
||||||
lv2:minimum 0.0;
|
lv2:minimum 0.0;
|
||||||
lv2:maximum 1.0;
|
lv2:maximum 1.0;
|
||||||
lv2:portProperty lv2:toggled,pprop:trigger;
|
lv2:portProperty lv2:toggled,pprop:trigger;
|
||||||
@@ -117,8 +117,8 @@ Record the signal input to file.
|
|||||||
lv2:index 3;
|
lv2:index 3;
|
||||||
lv2:symbol "play" ;
|
lv2:symbol "play" ;
|
||||||
lv2:name "⏵";
|
lv2:name "⏵";
|
||||||
rdfs:comment "Play. Click again to stop.";
|
rdfs:comment "Preview recorded file. Click again to stop.";
|
||||||
lv2:default 0 ;
|
lv2:default 0.0 ;
|
||||||
lv2:minimum 0.0;
|
lv2:minimum 0.0;
|
||||||
lv2:maximum 1.0;
|
lv2:maximum 1.0;
|
||||||
lv2:portProperty lv2:toggled,pprop:trigger;
|
lv2:portProperty lv2:toggled,pprop:trigger;
|
||||||
@@ -159,7 +159,7 @@ Record the signal input to file.
|
|||||||
|
|
||||||
lv2:portProperty lv2:integer, lv2:enumeration ;
|
lv2:portProperty lv2:integer, lv2:enumeration ;
|
||||||
|
|
||||||
lv2:default 0 ;
|
lv2:default 0.0 ;
|
||||||
lv2:minimum 0 ;
|
lv2:minimum 0 ;
|
||||||
lv2:maximum 3 ;
|
lv2:maximum 3 ;
|
||||||
lv2:scalePoint [
|
lv2:scalePoint [
|
||||||
@@ -187,8 +187,8 @@ Record the signal input to file.
|
|||||||
lv2:index 7;
|
lv2:index 7;
|
||||||
lv2:symbol "level" ;
|
lv2:symbol "level" ;
|
||||||
lv2:name "Level";
|
lv2:name "Level";
|
||||||
lv2:name "Input trim level for recording";
|
rdfs:comment "Input trim level for recording";
|
||||||
lv2:default 0 ;
|
lv2:default 0.0 ;
|
||||||
lv2:minimum -60.0;
|
lv2:minimum -60.0;
|
||||||
lv2:maximum 30.0;
|
lv2:maximum 30.0;
|
||||||
lv2:scalePoint [
|
lv2:scalePoint [
|
||||||
@@ -197,8 +197,6 @@ Record the signal input to file.
|
|||||||
];
|
];
|
||||||
units:unit units:db
|
units:unit units:db
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|
||||||
[
|
[
|
||||||
@@ -234,6 +232,9 @@ Record the signal input to file.
|
|||||||
a atom:AtomPort ,
|
a atom:AtomPort ,
|
||||||
lv2:InputPort ;
|
lv2:InputPort ;
|
||||||
lv2:index 11 ;
|
lv2:index 11 ;
|
||||||
|
atom:bufferType atom:Sequence ;
|
||||||
|
atom:supports patch:Message;
|
||||||
|
lv2:designation lv2:control ;
|
||||||
lv2:symbol "controlIn" ;
|
lv2:symbol "controlIn" ;
|
||||||
lv2:name "ControlIn"
|
lv2:name "ControlIn"
|
||||||
],
|
],
|
||||||
@@ -241,6 +242,10 @@ Record the signal input to file.
|
|||||||
a atom:AtomPort ,
|
a atom:AtomPort ,
|
||||||
lv2:OutputPort ;
|
lv2:OutputPort ;
|
||||||
lv2:index 12 ;
|
lv2:index 12 ;
|
||||||
|
atom:bufferType atom:Sequence ;
|
||||||
|
atom:supports patch:Message;
|
||||||
|
lv2:designation lv2:control ;
|
||||||
|
|
||||||
lv2:symbol "controlOut" ;
|
lv2:symbol "controlOut" ;
|
||||||
lv2:name "ControlOut"
|
lv2:name "ControlOut"
|
||||||
]
|
]
|
||||||
@@ -248,11 +253,14 @@ Record the signal input to file.
|
|||||||
|
|
||||||
<http://two-play.com/plugins/toob-record-mono-ui>
|
<http://two-play.com/plugins/toob-record-mono-ui>
|
||||||
a ui:X11UI ;
|
a ui:X11UI ;
|
||||||
lv2:binary <.so>;
|
lv2:binary <ToobAmpUI.so>;
|
||||||
|
|
||||||
lv2:extensionData ui:resize ;
|
lv2:extensionData ui:resize ;
|
||||||
lv2:extensionData ui:idleInterface ;
|
lv2:extensionData ui:idleInterface ;
|
||||||
lv2:requiredFeature ui:idleInterface ;
|
lv2:requiredFeature ui:idleInterface ;
|
||||||
|
ui:portNotification [
|
||||||
|
ui:plugin <http://two-play.com/plugins/toob-record-mono> ;
|
||||||
|
lv2:symbol "controlOut" ;
|
||||||
|
];
|
||||||
.
|
.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -88,7 +88,7 @@ myprefix:loop3_group
|
|||||||
doap:license <https://opensource.org/license/mit/> ;
|
doap:license <https://opensource.org/license/mit/> ;
|
||||||
doap:maintainer <http://two-play.com/rerdavies#me> ;
|
doap:maintainer <http://two-play.com/rerdavies#me> ;
|
||||||
lv2:minorVersion 1 ;
|
lv2:minorVersion 1 ;
|
||||||
lv2:microVersion 57 ;
|
lv2:microVersion 58 ;
|
||||||
|
|
||||||
ui:ui <http://two-play.com/plugins/toob-record-stereo-ui>;
|
ui:ui <http://two-play.com/plugins/toob-record-stereo-ui>;
|
||||||
|
|
||||||
@@ -101,7 +101,7 @@ myprefix:loop3_group
|
|||||||
|
|
||||||
|
|
||||||
rdfs:comment """
|
rdfs:comment """
|
||||||
Record the signal input to file.
|
Record the plugin's audio input signal to a stereophonic file. See also: TooB Record Input (mono), which records a monophonic file.
|
||||||
""" ;
|
""" ;
|
||||||
|
|
||||||
mod:brand "TooB";
|
mod:brand "TooB";
|
||||||
@@ -117,7 +117,7 @@ Record the signal input to file.
|
|||||||
lv2:symbol "stop" ;
|
lv2:symbol "stop" ;
|
||||||
lv2:name "⏹";
|
lv2:name "⏹";
|
||||||
rdfs:comment "Stop.";
|
rdfs:comment "Stop.";
|
||||||
lv2:default 0 ;
|
lv2:default 0.0 ;
|
||||||
lv2:minimum 0.0;
|
lv2:minimum 0.0;
|
||||||
lv2:maximum 1.0;
|
lv2:maximum 1.0;
|
||||||
lv2:portProperty lv2:toggled,pprop:trigger;
|
lv2:portProperty lv2:toggled,pprop:trigger;
|
||||||
@@ -130,7 +130,7 @@ Record the signal input to file.
|
|||||||
lv2:symbol "record" ;
|
lv2:symbol "record" ;
|
||||||
lv2:name "⏺";
|
lv2:name "⏺";
|
||||||
rdfs:comment "Start recording. Click again to stop.";
|
rdfs:comment "Start recording. Click again to stop.";
|
||||||
lv2:default 0 ;
|
lv2:default 0.0 ;
|
||||||
lv2:minimum 0.0;
|
lv2:minimum 0.0;
|
||||||
lv2:maximum 1.0;
|
lv2:maximum 1.0;
|
||||||
lv2:portProperty lv2:toggled,pprop:trigger;
|
lv2:portProperty lv2:toggled,pprop:trigger;
|
||||||
@@ -154,8 +154,8 @@ Record the signal input to file.
|
|||||||
lv2:index 3;
|
lv2:index 3;
|
||||||
lv2:symbol "play" ;
|
lv2:symbol "play" ;
|
||||||
lv2:name "⏵";
|
lv2:name "⏵";
|
||||||
rdfs:comment "Play. Click again to stop.";
|
rdfs:comment "Preview the recorded file. Click again to stop.";
|
||||||
lv2:default 0 ;
|
lv2:default 0.0 ;
|
||||||
lv2:minimum 0.0;
|
lv2:minimum 0.0;
|
||||||
lv2:maximum 1.0;
|
lv2:maximum 1.0;
|
||||||
lv2:portProperty lv2:toggled,pprop:trigger;
|
lv2:portProperty lv2:toggled,pprop:trigger;
|
||||||
@@ -196,7 +196,7 @@ Record the signal input to file.
|
|||||||
|
|
||||||
lv2:portProperty lv2:integer, lv2:enumeration ;
|
lv2:portProperty lv2:integer, lv2:enumeration ;
|
||||||
|
|
||||||
lv2:default 0 ;
|
lv2:default 0.0 ;
|
||||||
lv2:minimum 0 ;
|
lv2:minimum 0 ;
|
||||||
lv2:maximum 3 ;
|
lv2:maximum 3 ;
|
||||||
lv2:scalePoint [
|
lv2:scalePoint [
|
||||||
@@ -225,7 +225,7 @@ Record the signal input to file.
|
|||||||
lv2:symbol "level" ;
|
lv2:symbol "level" ;
|
||||||
lv2:name "Level";
|
lv2:name "Level";
|
||||||
lv2:name "Input trim level for recording";
|
lv2:name "Input trim level for recording";
|
||||||
lv2:default 0 ;
|
lv2:default 0.0 ;
|
||||||
lv2:minimum -60.0;
|
lv2:minimum -60.0;
|
||||||
lv2:maximum 30.0;
|
lv2:maximum 30.0;
|
||||||
lv2:scalePoint [
|
lv2:scalePoint [
|
||||||
@@ -276,6 +276,9 @@ Record the signal input to file.
|
|||||||
a atom:AtomPort ,
|
a atom:AtomPort ,
|
||||||
lv2:InputPort ;
|
lv2:InputPort ;
|
||||||
lv2:index 11 ;
|
lv2:index 11 ;
|
||||||
|
atom:bufferType atom:Sequence ;
|
||||||
|
atom:supports patch:Message;
|
||||||
|
|
||||||
lv2:symbol "controlIn" ;
|
lv2:symbol "controlIn" ;
|
||||||
lv2:name "ControlIn"
|
lv2:name "ControlIn"
|
||||||
],
|
],
|
||||||
@@ -283,6 +286,9 @@ Record the signal input to file.
|
|||||||
a atom:AtomPort ,
|
a atom:AtomPort ,
|
||||||
lv2:OutputPort ;
|
lv2:OutputPort ;
|
||||||
lv2:index 12 ;
|
lv2:index 12 ;
|
||||||
|
atom:bufferType atom:Sequence ;
|
||||||
|
atom:supports patch:Message;
|
||||||
|
|
||||||
lv2:symbol "controlOut" ;
|
lv2:symbol "controlOut" ;
|
||||||
lv2:name "ControlOut"
|
lv2:name "ControlOut"
|
||||||
],
|
],
|
||||||
@@ -310,8 +316,7 @@ Record the signal input to file.
|
|||||||
|
|
||||||
<http://two-play.com/plugins/toob-record-stereo-ui>
|
<http://two-play.com/plugins/toob-record-stereo-ui>
|
||||||
a ui:X11UI ;
|
a ui:X11UI ;
|
||||||
lv2:binary <.so>;
|
lv2:binary <ToobAmpUI.so>;
|
||||||
|
|
||||||
lv2:extensionData ui:resize ;
|
lv2:extensionData ui:resize ;
|
||||||
lv2:extensionData ui:idleInterface ;
|
lv2:extensionData ui:idleInterface ;
|
||||||
lv2:requiredFeature ui:idleInterface ;
|
lv2:requiredFeature ui:idleInterface ;
|
||||||
|
|||||||
@@ -40,7 +40,7 @@
|
|||||||
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
|
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
|
||||||
doap:maintainer <http://two-play.com/rerdavies#me> ;
|
doap:maintainer <http://two-play.com/rerdavies#me> ;
|
||||||
lv2:minorVersion 0 ;
|
lv2:minorVersion 0 ;
|
||||||
lv2:microVersion 57 ;
|
lv2:microVersion 58 ;
|
||||||
rdfs:comment """
|
rdfs:comment """
|
||||||
TooB Tuner is a chromatic guitar tuner.
|
TooB Tuner is a chromatic guitar tuner.
|
||||||
""" ;
|
""" ;
|
||||||
|
|||||||
@@ -0,0 +1,108 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="256"
|
||||||
|
height="36"
|
||||||
|
viewBox="0 0 67.73333 9.525"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
inkscape:version="1.2.2 (732a01da63, 2022-12-09, custom)"
|
||||||
|
sodipodi:docname="ToobCabSimLogo_master.svg"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview7"
|
||||||
|
pagecolor="#2e2e2e"
|
||||||
|
bordercolor="#000000"
|
||||||
|
borderopacity="0.25"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
inkscape:document-units="mm"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="1.414909"
|
||||||
|
inkscape:cx="195.77231"
|
||||||
|
inkscape:cy="90.465182"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1008"
|
||||||
|
inkscape:window-x="1440"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="layer1" />
|
||||||
|
<defs
|
||||||
|
id="defs2" />
|
||||||
|
<g
|
||||||
|
inkscape:label="Layer 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1">
|
||||||
|
<g
|
||||||
|
aria-label="TooB 4Looper"
|
||||||
|
id="text236"
|
||||||
|
style="font-style:italic;font-weight:bold;font-size:5.64444px;line-height:0;font-family:Timana;-inkscape-font-specification:'Timana Bold Italic';fill:#686868;stroke:#7f7f7f;stroke-width:0.285001;stop-color:#000000">
|
||||||
|
<path
|
||||||
|
d="m 10.655146,7.1034565 0.654755,-3.1383087 h -0.874888 l 0.191911,-0.8918216 h 2.833509 L 13.262878,3.9651478 H 12.38799 l -0.654756,3.1383087 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path631" />
|
||||||
|
<path
|
||||||
|
d="m 14.160346,7.1599009 q -0.575733,0 -0.891822,-0.3104442 Q 12.95808,6.533368 12.95808,5.9576351 q 0,-0.4007552 0.112889,-0.7619994 0.112889,-0.3668886 0.333022,-0.6491106 0.220133,-0.2878665 0.54751,-0.4515552 0.333022,-0.1693332 0.767644,-0.1693332 0.575733,0 0.886177,0.3160886 0.316089,0.3104442 0.316089,0.8861771 0,0.4007553 -0.112889,0.7676439 -0.112889,0.3612442 -0.333022,0.6491106 -0.220133,0.282222 -0.553155,0.4515552 -0.327377,0.1636888 -0.761999,0.1636888 z m 0.118533,-0.8015105 q 0.158044,0 0.282222,-0.1862665 0.124178,-0.191911 0.197555,-0.4797774 0.07338,-0.2935109 0.07338,-0.5983107 0,-0.3668886 -0.237066,-0.3668886 -0.158045,0 -0.282222,0.1919109 -0.124178,0.1862666 -0.197556,0.474133 -0.06773,0.2878665 -0.06773,0.5983107 0,0.3668886 0.231422,0.3668886 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path633" />
|
||||||
|
<path
|
||||||
|
d="m 17.586523,7.1599009 q -0.575733,0 -0.891822,-0.3104442 -0.310444,-0.3160887 -0.310444,-0.8918216 0,-0.4007552 0.112889,-0.7619994 0.112889,-0.3668886 0.333022,-0.6491106 0.220133,-0.2878665 0.54751,-0.4515552 0.333022,-0.1693332 0.767644,-0.1693332 0.575733,0 0.886177,0.3160886 0.316089,0.3104442 0.316089,0.8861771 0,0.4007553 -0.112889,0.7676439 -0.112889,0.3612442 -0.333022,0.6491106 -0.220133,0.282222 -0.553155,0.4515552 -0.327377,0.1636888 -0.761999,0.1636888 z m 0.118533,-0.8015105 q 0.158044,0 0.282222,-0.1862665 0.124178,-0.191911 0.197555,-0.4797774 0.07338,-0.2935109 0.07338,-0.5983107 0,-0.3668886 -0.237066,-0.3668886 -0.158045,0 -0.282222,0.1919109 -0.124178,0.1862666 -0.197556,0.474133 -0.06773,0.2878665 -0.06773,0.5983107 0,0.3668886 0.231422,0.3668886 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path635" />
|
||||||
|
<path
|
||||||
|
d="m 19.669324,7.1034565 0.85231,-4.0301303 h 1.343377 q 0.649111,0 0.931333,0.2483554 0.282222,0.2483553 0.282222,0.6321773 0,0.4120441 -0.214489,0.6660439 -0.208844,0.2539998 -0.603955,0.3725331 v 0.022578 q 0.242711,0.079022 0.383822,0.282222 0.146755,0.1975554 0.146755,0.4854219 0,0.4684885 -0.220133,0.7619994 -0.214489,0.2935109 -0.581377,0.4289775 -0.361244,0.1298221 -0.8128,0.1298221 z M 21.4699,4.6199028 q 0.282222,0 0.383822,-0.1241777 0.107245,-0.1241776 0.107245,-0.3160886 0,-0.282222 -0.349956,-0.282222 h -0.174977 l -0.163689,0.7224883 z m -0.316088,1.6425321 q 0.248355,0 0.400755,-0.1354666 0.1524,-0.141111 0.1524,-0.3330219 0,-0.191911 -0.09031,-0.282222 -0.09031,-0.095956 -0.321733,-0.095956 h -0.186267 l -0.180622,0.846666 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path637" />
|
||||||
|
<path
|
||||||
|
d="m 25.945947,7.1034565 0.163689,-0.7789327 h -1.51271 L 24.738037,5.6189687 26.837768,3.0733262 H 27.83119 L 27.317546,5.5117244 H 27.72959 L 27.560257,6.3245238 H 27.148213 L 26.984524,7.1034565 Z M 25.703236,5.5117244 h 0.575733 l 0.135466,-0.5362218 q 0.02822,-0.095956 0.06209,-0.2144888 0.03387,-0.1241777 0.06209,-0.2257776 0.02822,-0.1072443 0.03951,-0.141111 h -0.02258 q -0.0508,0.090311 -0.141111,0.2370665 -0.09031,0.141111 -0.174977,0.2370665 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path639" />
|
||||||
|
<path
|
||||||
|
d="m 27.989234,7.1034565 0.85231,-4.0301303 h 1.078089 l -0.666044,3.1495976 h 1.315154 l -0.186266,0.8805327 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path641" />
|
||||||
|
<path
|
||||||
|
d="m 32.307233,7.1599009 q -0.575732,0 -0.891821,-0.3104442 -0.310444,-0.3160887 -0.310444,-0.8918216 0,-0.4007552 0.112888,-0.7619994 0.112889,-0.3668886 0.333022,-0.6491106 0.220134,-0.2878665 0.547511,-0.4515552 0.333022,-0.1693332 0.767644,-0.1693332 0.575733,0 0.886177,0.3160886 0.316089,0.3104442 0.316089,0.8861771 0,0.4007553 -0.112889,0.7676439 -0.112889,0.3612442 -0.333022,0.6491106 -0.220133,0.282222 -0.553155,0.4515552 -0.327378,0.1636888 -0.762,0.1636888 z m 0.118534,-0.8015105 q 0.158044,0 0.282222,-0.1862665 0.124177,-0.191911 0.197555,-0.4797774 0.07338,-0.2935109 0.07338,-0.5983107 0,-0.3668886 -0.237067,-0.3668886 -0.158044,0 -0.282222,0.1919109 -0.124177,0.1862666 -0.197555,0.474133 -0.06773,0.2878665 -0.06773,0.5983107 0,0.3668886 0.231422,0.3668886 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path643" />
|
||||||
|
<path
|
||||||
|
d="m 35.73341,7.1599009 q -0.575733,0 -0.891822,-0.3104442 -0.310444,-0.3160887 -0.310444,-0.8918216 0,-0.4007552 0.112889,-0.7619994 0.112888,-0.3668886 0.333022,-0.6491106 0.220133,-0.2878665 0.54751,-0.4515552 0.333022,-0.1693332 0.767644,-0.1693332 0.575733,0 0.886177,0.3160886 0.316089,0.3104442 0.316089,0.8861771 0,0.4007553 -0.112889,0.7676439 -0.112889,0.3612442 -0.333022,0.6491106 -0.220133,0.282222 -0.553155,0.4515552 -0.327378,0.1636888 -0.761999,0.1636888 z m 0.118533,-0.8015105 q 0.158044,0 0.282222,-0.1862665 0.124177,-0.191911 0.197555,-0.4797774 0.07338,-0.2935109 0.07338,-0.5983107 0,-0.3668886 -0.237067,-0.3668886 -0.158044,0 -0.282222,0.1919109 -0.124177,0.1862666 -0.197555,0.474133 -0.06773,0.2878665 -0.06773,0.5983107 0,0.3668886 0.231422,0.3668886 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path645" />
|
||||||
|
<path
|
||||||
|
d="m 37.500122,8.4581221 0.948266,-4.476041 h 0.852311 l -0.03387,0.3499553 h 0.02258 q 0.129822,-0.1975554 0.299155,-0.2991554 0.174978,-0.1072443 0.412044,-0.1072443 0.417689,0 0.666044,0.2991553 0.254,0.2991553 0.254,0.8523105 0,0.3894663 -0.1016,0.7619994 -0.09596,0.3668886 -0.276578,0.6660439 -0.180622,0.2991554 -0.440266,0.4797775 -0.259644,0.1749776 -0.581377,0.1749776 -0.208845,0 -0.366889,-0.1072444 Q 38.995899,6.9397677 38.88301,6.7591456 H 38.86043 Q 38.8435,6.9792788 38.81527,7.1937675 38.78705,7.4139007 38.708025,7.7807893 L 38.566921,8.4581221 Z M 39.306343,6.301946 q 0.146755,0 0.265289,-0.1693332 0.118533,-0.1693332 0.186266,-0.4289775 0.07338,-0.2596442 0.07338,-0.5249329 0,-0.3951108 -0.237067,-0.3951108 -0.124177,0 -0.220133,0.1072443 -0.09596,0.1072444 -0.169333,0.2765776 -0.06773,0.1693332 -0.107244,0.3668886 -0.03387,0.191911 -0.03387,0.3725331 0,0.1749776 0.06209,0.2878664 0.06773,0.1072444 0.180622,0.1072444 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path647" />
|
||||||
|
<path
|
||||||
|
d="m 42.619632,7.1599009 q -0.592666,0 -0.914399,-0.3273775 Q 41.3835,6.4995014 41.3835,5.9237685 q 0,-0.3838219 0.107244,-0.7394217 0.112889,-0.3612441 0.333022,-0.6434661 0.220133,-0.2822221 0.553155,-0.4459108 0.338667,-0.1693332 0.795866,-0.1693332 0.524933,0 0.824089,0.2370665 0.299155,0.2370665 0.299155,0.6321773 0,0.513644 -0.400755,0.8297327 -0.400756,0.3160886 -1.275644,0.3160886 h -0.163689 v 0.045155 q 0,0.4063997 0.451556,0.4063997 0.237066,0 0.44591,-0.073378 0.214489,-0.073378 0.4572,-0.1975554 v 0.756355 q -0.248355,0.1241777 -0.519288,0.2031998 -0.265289,0.079022 -0.671689,0.079022 z m 0.02258,-1.885243 q 0.361244,0 0.502355,-0.1354666 0.141111,-0.141111 0.141111,-0.282222 0,-0.090311 -0.05644,-0.1467554 -0.05645,-0.062089 -0.174978,-0.062089 -0.124178,0 -0.231422,0.095955 -0.1016,0.095955 -0.169333,0.2427109 -0.06773,0.141111 -0.09031,0.2878665 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path649" />
|
||||||
|
<path
|
||||||
|
d="m 44.482298,7.1034565 0.660399,-3.1213754 h 0.852311 l -0.0508,0.5192885 h 0.02258 q 0.197555,-0.333022 0.406399,-0.4515552 0.214489,-0.1241777 0.530578,-0.1241777 0.06209,0 0.129822,0.00564 0.06773,0.00564 0.09031,0.016933 l -0.231422,1.0555104 q -0.05644,-0.028222 -0.146756,-0.045156 -0.09031,-0.016933 -0.191911,-0.016933 -0.248355,0 -0.434622,0.1693332 -0.180622,0.1693332 -0.276577,0.6208884 l -0.293511,1.371599 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path651" />
|
||||||
|
</g>
|
||||||
|
<path
|
||||||
|
id="path1348"
|
||||||
|
style="color:#000000;fill:#e0e0e0;fill-opacity:0.752941;stroke-width:0.714406;-inkscape-stroke:none"
|
||||||
|
d="M 5.4193109,1.6360535 C 4.0746261,1.6465667 2.9804856,2.7485866 2.9805103,4.0933129 v 1.5080987 0.00443 0.00406 0.00702 c 0.00324,0.6351315 0.1709081,1.2397841 0.5330952,1.705241 0.091293,0.1173226 0.1960748,0.2241342 0.3126952,0.3186015 V 5.3666133 h 0.00259 V 4.0933129 C 3.8288705,3.2043172 4.5362516,2.4899017 5.4252198,2.4829515 6.3176074,2.4761075 7.0387059,3.1839609 7.0477631,4.0763306 v 0.016982 1.6742295 c 0,0.3851813 -0.1170262,0.6035969 -0.3182329,0.7675243 C 6.5283236,6.6989941 6.2034026,6.8056753 5.769664,6.8056753 H 5.437754 V 8.3957797 H 6.193851 V 7.5229912 C 6.5799202,7.4642455 6.9804539,7.4245038 7.2655789,7.1922063 7.6635843,6.8679419 7.8946602,6.354867 7.8946602,5.7675423 V 4.0933128 4.0693159 4.0682086 C 7.8809586,2.7185401 6.7690097,1.6257071 5.4193109,1.6360535 Z"
|
||||||
|
sodipodi:nodetypes="ccccccscccccccsssccccsscccc" />
|
||||||
|
<g
|
||||||
|
aria-label="B"
|
||||||
|
id="text1054"
|
||||||
|
style="font-style:italic;font-weight:900;font-size:6.35px;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke-width:0.285001;stop-color:#000000"
|
||||||
|
transform="matrix(0.71440613,0,0,0.71440613,-2.144828,0.00813001)">
|
||||||
|
<path
|
||||||
|
id="path1085"
|
||||||
|
style="font-style:normal;-inkscape-font-specification:'Roboto, Heavy';stroke-width:0.285"
|
||||||
|
d="M 8.865092,5.8580404 V 8.9958333 11.74073 H 9.9533976 V 8.9958333 h 0.7441404 c 0.549837,-0.00413 0.964283,-0.116789 1.243335,-0.3379638 0.281119,-0.223242 0.42168,-0.5560389 0.42168,-0.9983887 0,-0.2439125 -0.06305,-0.4506186 -0.189136,-0.6201172 -0.12609,-0.1694982 -0.306958,-0.2852537 -0.542602,-0.3472656 0.208772,-0.078548 0.366902,-0.2005048 0.474389,-0.3658692 0.107487,-0.1653644 0.161231,-0.3648358 0.161231,-0.598413 0,-0.4051429 -0.151929,-0.7141686 -0.455786,-0.9270752 C 11.508859,4.5878339 11.18123,4.4813802 10.486698,4.4813802 H 9.9533976 c -1.0883054,0 -1.0883056,1.029605 -1.0883056,1.3766602 z m 1.0883056,-0.022757 c 0,-0.3308701 0.1341694,-0.4768142 0.3334184,-0.4952 l 0.199882,-0.018444 c 0.203885,-0.018814 0.420647,0.042375 0.530201,0.127124 0.109553,0.082682 0.164331,0.2191083 0.164331,0.4092774 0,0.1653644 -0.05064,0.2904216 -0.151929,0.3751709 -0.101285,0.08475 -0.270784,0.1281579 -0.508496,0.1302246 H 9.9533976 Z m 0,1.2412875 h 0.7627444 c 0.374137,0.00207 0.561206,0.1912032 0.561206,0.5674073 0,0.1632973 -0.05271,0.2904217 -0.15813,0.381372 -0.105419,0.088883 -0.256315,0.1333252 -0.452686,0.1333252 H 9.9533976 Z"
|
||||||
|
sodipodi:nodetypes="cccccccsscssczccssscssccsccscscc" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 13 KiB |
@@ -0,0 +1,144 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="306"
|
||||||
|
height="36"
|
||||||
|
viewBox="0 0 80.962496 9.525"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
inkscape:version="1.2.2 (732a01da63, 2022-12-09, custom)"
|
||||||
|
sodipodi:docname="ToobCabSimLogo_master.svg"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview7"
|
||||||
|
pagecolor="#2e2e2e"
|
||||||
|
bordercolor="#000000"
|
||||||
|
borderopacity="0.25"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
inkscape:document-units="mm"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="1.414909"
|
||||||
|
inkscape:cx="195.77231"
|
||||||
|
inkscape:cy="90.465182"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1008"
|
||||||
|
inkscape:window-x="1440"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="layer1" />
|
||||||
|
<defs
|
||||||
|
id="defs2" />
|
||||||
|
<g
|
||||||
|
inkscape:label="Layer 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1">
|
||||||
|
<g
|
||||||
|
aria-label="TooB One-Button Looper"
|
||||||
|
id="text236"
|
||||||
|
style="font-style:italic;font-weight:bold;font-size:5.64444px;line-height:0;font-family:Timana;-inkscape-font-specification:'Timana Bold Italic';fill:#686868;stroke:#7f7f7f;stroke-width:0.285001;stop-color:#000000">
|
||||||
|
<path
|
||||||
|
d="m 10.655146,7.1034565 0.654755,-3.1383087 h -0.874888 l 0.191911,-0.8918216 h 2.833509 L 13.262878,3.9651478 H 12.38799 l -0.654756,3.1383087 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path460" />
|
||||||
|
<path
|
||||||
|
d="m 14.160346,7.1599009 q -0.575733,0 -0.891822,-0.3104442 Q 12.95808,6.533368 12.95808,5.9576351 q 0,-0.4007552 0.112889,-0.7619994 0.112889,-0.3668886 0.333022,-0.6491106 0.220133,-0.2878665 0.54751,-0.4515552 0.333022,-0.1693332 0.767644,-0.1693332 0.575733,0 0.886177,0.3160886 0.316089,0.3104442 0.316089,0.8861771 0,0.4007553 -0.112889,0.7676439 -0.112889,0.3612442 -0.333022,0.6491106 -0.220133,0.282222 -0.553155,0.4515552 -0.327377,0.1636888 -0.761999,0.1636888 z m 0.118533,-0.8015105 q 0.158044,0 0.282222,-0.1862665 0.124178,-0.191911 0.197555,-0.4797774 0.07338,-0.2935109 0.07338,-0.5983107 0,-0.3668886 -0.237066,-0.3668886 -0.158045,0 -0.282222,0.1919109 -0.124178,0.1862666 -0.197556,0.474133 -0.06773,0.2878665 -0.06773,0.5983107 0,0.3668886 0.231422,0.3668886 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path462" />
|
||||||
|
<path
|
||||||
|
d="m 17.586523,7.1599009 q -0.575733,0 -0.891822,-0.3104442 -0.310444,-0.3160887 -0.310444,-0.8918216 0,-0.4007552 0.112889,-0.7619994 0.112889,-0.3668886 0.333022,-0.6491106 0.220133,-0.2878665 0.54751,-0.4515552 0.333022,-0.1693332 0.767644,-0.1693332 0.575733,0 0.886177,0.3160886 0.316089,0.3104442 0.316089,0.8861771 0,0.4007553 -0.112889,0.7676439 -0.112889,0.3612442 -0.333022,0.6491106 -0.220133,0.282222 -0.553155,0.4515552 -0.327377,0.1636888 -0.761999,0.1636888 z m 0.118533,-0.8015105 q 0.158044,0 0.282222,-0.1862665 0.124178,-0.191911 0.197555,-0.4797774 0.07338,-0.2935109 0.07338,-0.5983107 0,-0.3668886 -0.237066,-0.3668886 -0.158045,0 -0.282222,0.1919109 -0.124178,0.1862666 -0.197556,0.474133 -0.06773,0.2878665 -0.06773,0.5983107 0,0.3668886 0.231422,0.3668886 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path464" />
|
||||||
|
<path
|
||||||
|
d="m 19.669324,7.1034565 0.85231,-4.0301303 h 1.343377 q 0.649111,0 0.931333,0.2483554 0.282222,0.2483553 0.282222,0.6321773 0,0.4120441 -0.214489,0.6660439 -0.208844,0.2539998 -0.603955,0.3725331 v 0.022578 q 0.242711,0.079022 0.383822,0.282222 0.146755,0.1975554 0.146755,0.4854219 0,0.4684885 -0.220133,0.7619994 -0.214489,0.2935109 -0.581377,0.4289775 -0.361244,0.1298221 -0.8128,0.1298221 z M 21.4699,4.6199028 q 0.282222,0 0.383822,-0.1241777 0.107245,-0.1241776 0.107245,-0.3160886 0,-0.282222 -0.349956,-0.282222 h -0.174977 l -0.163689,0.7224883 z m -0.316088,1.6425321 q 0.248355,0 0.400755,-0.1354666 0.1524,-0.141111 0.1524,-0.3330219 0,-0.191911 -0.09031,-0.282222 -0.09031,-0.095956 -0.321733,-0.095956 h -0.186267 l -0.180622,0.846666 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path466" />
|
||||||
|
<path
|
||||||
|
d="m 26.459591,7.1599009 q -0.767644,0 -1.15711,-0.423333 -0.389467,-0.4289775 -0.389467,-1.128888 0,-0.4684886 0.129822,-0.9256882 0.135467,-0.4628441 0.400756,-0.8410216 0.270933,-0.3781775 0.682977,-0.6039551 0.412044,-0.2257776 0.970844,-0.2257776 0.745066,0 1.128888,0.423333 0.383822,0.423333 0.383822,1.128888 0,0.4684886 -0.129823,0.9313326 -0.124177,0.4571997 -0.389466,0.8353772 -0.265289,0.3781775 -0.671688,0.6039551 -0.400756,0.2257776 -0.959555,0.2257776 z m 0.09596,-0.8918215 q 0.270933,0 0.491067,-0.2314221 0.220133,-0.231422 0.344311,-0.615244 0.129822,-0.3838219 0.129822,-0.846666 0,-0.3160887 -0.135467,-0.4910663 -0.129822,-0.1806221 -0.378177,-0.1806221 -0.225778,0 -0.412045,0.1523999 -0.186266,0.1467554 -0.321733,0.3951108 -0.129822,0.2427109 -0.203199,0.5475107 -0.06773,0.2991553 -0.06773,0.6039551 0,0.666044 0.553155,0.666044 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path468" />
|
||||||
|
<path
|
||||||
|
d="m 28.847187,7.1034565 0.660399,-3.1213754 h 0.852311 L 30.32603,4.416703 h 0.02258 q 0.1524,-0.2652887 0.3556,-0.3781775 0.208844,-0.1128888 0.502355,-0.1128888 0.293511,0 0.474133,0.1241777 0.180622,0.1185332 0.265289,0.3217331 0.08467,0.1975554 0.08467,0.4402663 0,0.1580443 -0.02258,0.3217331 -0.01693,0.1636887 -0.04516,0.3104442 l -0.349955,1.6594654 h -1.0668 l 0.3556,-1.7046209 q 0.01693,-0.073378 0.03387,-0.1806221 0.01693,-0.1128888 0.01693,-0.2088443 0,-0.1185333 -0.06209,-0.1749777 -0.06209,-0.062089 -0.146755,-0.062089 -0.158045,0 -0.293511,0.1975554 -0.129822,0.191911 -0.214489,0.6095996 l -0.321733,1.5239988 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path470" />
|
||||||
|
<path
|
||||||
|
d="m 33.763492,7.1599009 q -0.592666,0 -0.914399,-0.3273775 -0.321733,-0.333022 -0.321733,-0.9087549 0,-0.3838219 0.107244,-0.7394217 0.112889,-0.3612441 0.333022,-0.6434661 0.220133,-0.2822221 0.553155,-0.4459108 0.338666,-0.1693332 0.795866,-0.1693332 0.524933,0 0.824088,0.2370665 0.299156,0.2370665 0.299156,0.6321773 0,0.513644 -0.400756,0.8297327 -0.400755,0.3160886 -1.275643,0.3160886 h -0.163689 v 0.045155 q 0,0.4063997 0.451555,0.4063997 0.237067,0 0.445911,-0.073378 0.214489,-0.073378 0.4572,-0.1975554 v 0.756355 q -0.248356,0.1241777 -0.519289,0.2031998 -0.265288,0.079022 -0.671688,0.079022 z m 0.02258,-1.885243 q 0.361244,0 0.502355,-0.1354666 0.141111,-0.141111 0.141111,-0.282222 0,-0.090311 -0.05644,-0.1467554 -0.05644,-0.062089 -0.174978,-0.062089 -0.124178,0 -0.231422,0.095955 -0.1016,0.095955 -0.169333,0.2427109 -0.06773,0.141111 -0.09031,0.2878665 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path472" />
|
||||||
|
<path
|
||||||
|
d="m 35.62616,6.019724 0.174977,-0.8579549 h 1.523999 L 37.150158,6.019724 Z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path474" />
|
||||||
|
<path
|
||||||
|
d="m 37.511405,7.1034565 0.85231,-4.0301303 h 1.343377 q 0.649111,0 0.931333,0.2483554 0.282222,0.2483553 0.282222,0.6321773 0,0.4120441 -0.214489,0.6660439 -0.208844,0.2539998 -0.603955,0.3725331 v 0.022578 q 0.242711,0.079022 0.383822,0.282222 0.146755,0.1975554 0.146755,0.4854219 0,0.4684885 -0.220133,0.7619994 -0.214488,0.2935109 -0.581377,0.4289775 -0.361244,0.1298221 -0.812799,0.1298221 z m 1.800576,-2.4835537 q 0.282222,0 0.383822,-0.1241777 0.107245,-0.1241776 0.107245,-0.3160886 0,-0.282222 -0.349956,-0.282222 h -0.174977 l -0.163689,0.7224883 z m -0.316088,1.6425321 q 0.248355,0 0.400755,-0.1354666 0.1524,-0.141111 0.1524,-0.3330219 0,-0.191911 -0.09031,-0.282222 -0.09031,-0.095956 -0.321733,-0.095956 h -0.186267 l -0.180622,0.846666 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path476" />
|
||||||
|
<path
|
||||||
|
d="m 42.089052,7.1599009 q -0.287867,0 -0.474133,-0.1185332 Q 41.434297,6.91719 41.34963,6.7139901 41.26496,6.5107903 41.26496,6.2737238 q 0,-0.1580443 0.01693,-0.3217331 0.02258,-0.1636888 0.0508,-0.3104442 l 0.349955,-1.6594654 h 1.066799 l -0.355599,1.6989765 q -0.01693,0.073378 -0.03387,0.1862665 -0.01693,0.1072444 -0.01693,0.2031998 0,0.1185333 0.06209,0.1806221 0.06209,0.056444 0.146756,0.056444 0.141111,0 0.276577,-0.1919109 0.141111,-0.1975554 0.231422,-0.615244 l 0.321734,-1.5183544 h 1.066799 l -0.6604,3.1213754 h -0.85231 l 0.03387,-0.4346219 h -0.02258 q -0.1524,0.2596443 -0.3556,0.3781775 -0.2032,0.1128888 -0.502355,0.1128888 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path478" />
|
||||||
|
<path
|
||||||
|
d="m 45.639402,7.1599009 q -0.406399,0 -0.620888,-0.1749776 -0.208844,-0.1806221 -0.208844,-0.5757329 0,-0.1128888 0.02258,-0.2596443 0.02258,-0.1467554 0.04516,-0.2596442 l 0.231422,-1.1063103 h -0.423333 l 0.112889,-0.524933 0.59831,-0.2427109 0.378178,-0.6603995 h 0.711199 l -0.135466,0.6265329 h 0.795866 L 46.97149,4.7835916 h -0.795866 l -0.231422,1.0555103 q -0.01693,0.079022 -0.03387,0.1636888 -0.01129,0.079022 -0.01129,0.1241776 0,0.090311 0.0508,0.1354666 0.0508,0.039511 0.124177,0.039511 0.107245,0 0.237067,-0.033867 0.129822,-0.039511 0.265288,-0.095956 v 0.8015105 q -0.174977,0.084667 -0.406399,0.1354665 -0.225778,0.0508 -0.530578,0.0508 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path480" />
|
||||||
|
<path
|
||||||
|
d="m 48.218916,7.1599009 q -0.4064,0 -0.620889,-0.1749776 -0.208844,-0.1806221 -0.208844,-0.5757329 0,-0.1128888 0.02258,-0.2596443 0.02258,-0.1467554 0.04516,-0.2596442 l 0.231422,-1.1063103 h -0.423333 l 0.112889,-0.524933 0.598311,-0.2427109 0.378177,-0.6603995 h 0.7112 l -0.135467,0.6265329 h 0.795866 l -0.174977,0.8015105 h -0.795866 l -0.231422,1.0555103 q -0.01693,0.079022 -0.03387,0.1636888 -0.01129,0.079022 -0.01129,0.1241776 0,0.090311 0.0508,0.1354666 0.0508,0.039511 0.124178,0.039511 0.107244,0 0.237066,-0.033867 0.129822,-0.039511 0.265289,-0.095956 v 0.8015105 q -0.174978,0.084667 -0.4064,0.1354665 -0.225777,0.0508 -0.530577,0.0508 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path482" />
|
||||||
|
<path
|
||||||
|
d="m 51.103229,7.1599009 q -0.575733,0 -0.891821,-0.3104442 -0.310445,-0.3160887 -0.310445,-0.8918216 0,-0.4007552 0.112889,-0.7619994 0.112889,-0.3668886 0.333022,-0.6491106 0.220133,-0.2878665 0.547511,-0.4515552 0.333022,-0.1693332 0.767644,-0.1693332 0.575733,0 0.886177,0.3160886 0.316088,0.3104442 0.316088,0.8861771 0,0.4007553 -0.112888,0.7676439 -0.112889,0.3612442 -0.333022,0.6491106 -0.220133,0.282222 -0.553155,0.4515552 -0.327378,0.1636888 -0.762,0.1636888 z m 0.118533,-0.8015105 q 0.158045,0 0.282222,-0.1862665 0.124178,-0.191911 0.197556,-0.4797774 0.07338,-0.2935109 0.07338,-0.5983107 0,-0.3668886 -0.237067,-0.3668886 -0.158044,0 -0.282222,0.1919109 -0.124178,0.1862666 -0.197555,0.474133 -0.06773,0.2878665 -0.06773,0.5983107 0,0.3668886 0.231422,0.3668886 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path484" />
|
||||||
|
<path
|
||||||
|
d="m 53.157808,7.1034565 0.6604,-3.1213754 h 0.85231 l -0.03387,0.4346219 h 0.02258 q 0.1524,-0.2652887 0.3556,-0.3781775 0.208844,-0.1128888 0.502355,-0.1128888 0.293511,0 0.474133,0.1241777 0.180622,0.1185332 0.265289,0.3217331 0.08467,0.1975554 0.08467,0.4402663 0,0.1580443 -0.02258,0.3217331 -0.01693,0.1636887 -0.04516,0.3104442 L 55.92358,7.1034565 H 54.856781 L 55.21238,5.3988356 q 0.01693,-0.073378 0.03387,-0.1806221 0.01693,-0.1128888 0.01693,-0.2088443 0,-0.1185333 -0.06209,-0.1749777 -0.06209,-0.062089 -0.146756,-0.062089 -0.158044,0 -0.293511,0.1975554 -0.129822,0.191911 -0.214489,0.6095996 l -0.321733,1.5239988 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path486" />
|
||||||
|
<path
|
||||||
|
d="m 58.164424,7.1034565 0.85231,-4.0301303 h 1.078088 l -0.666043,3.1495976 h 1.315154 l -0.186266,0.8805327 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path488" />
|
||||||
|
<path
|
||||||
|
d="m 62.482425,7.1599009 q -0.575733,0 -0.891821,-0.3104442 Q 61.28016,6.533368 61.28016,5.9576351 q 0,-0.4007552 0.112888,-0.7619994 0.112889,-0.3668886 0.333022,-0.6491106 0.220134,-0.2878665 0.547511,-0.4515552 0.333022,-0.1693332 0.767644,-0.1693332 0.575733,0 0.886177,0.3160886 0.316089,0.3104442 0.316089,0.8861771 0,0.4007553 -0.112889,0.7676439 -0.112889,0.3612442 -0.333022,0.6491106 -0.220133,0.282222 -0.553155,0.4515552 -0.327378,0.1636888 -0.762,0.1636888 z m 0.118534,-0.8015105 q 0.158044,0 0.282222,-0.1862665 0.124177,-0.191911 0.197555,-0.4797774 0.07338,-0.2935109 0.07338,-0.5983107 0,-0.3668886 -0.237067,-0.3668886 -0.158044,0 -0.282222,0.1919109 -0.124177,0.1862666 -0.197555,0.474133 -0.06773,0.2878665 -0.06773,0.5983107 0,0.3668886 0.231422,0.3668886 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path490" />
|
||||||
|
<path
|
||||||
|
d="m 65.908603,7.1599009 q -0.575733,0 -0.891821,-0.3104442 -0.310444,-0.3160887 -0.310444,-0.8918216 0,-0.4007552 0.112888,-0.7619994 0.112889,-0.3668886 0.333022,-0.6491106 0.220133,-0.2878665 0.547511,-0.4515552 0.333022,-0.1693332 0.767644,-0.1693332 0.575733,0 0.886177,0.3160886 0.316089,0.3104442 0.316089,0.8861771 0,0.4007553 -0.112889,0.7676439 -0.112889,0.3612442 -0.333022,0.6491106 -0.220133,0.282222 -0.553155,0.4515552 -0.327378,0.1636888 -0.762,0.1636888 z m 0.118534,-0.8015105 q 0.158044,0 0.282222,-0.1862665 0.124177,-0.191911 0.197555,-0.4797774 0.07338,-0.2935109 0.07338,-0.5983107 0,-0.3668886 -0.237067,-0.3668886 -0.158044,0 -0.282222,0.1919109 -0.124177,0.1862666 -0.197555,0.474133 -0.06773,0.2878665 -0.06773,0.5983107 0,0.3668886 0.231422,0.3668886 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path492" />
|
||||||
|
<path
|
||||||
|
d="m 67.675316,8.4581221 0.948266,-4.476041 h 0.85231 l -0.03387,0.3499553 h 0.02258 q 0.129823,-0.1975554 0.299156,-0.2991554 0.174977,-0.1072443 0.412044,-0.1072443 0.417688,0 0.666044,0.2991553 0.254,0.2991553 0.254,0.8523105 0,0.3894663 -0.1016,0.7619994 -0.09596,0.3668886 -0.276578,0.6660439 -0.180622,0.2991554 -0.440266,0.4797775 -0.259644,0.1749776 -0.581378,0.1749776 -0.208844,0 -0.366888,-0.1072444 -0.158044,-0.1128888 -0.270933,-0.2935109 h -0.02258 q -0.01693,0.2201332 -0.04516,0.4346219 -0.02822,0.2201332 -0.107244,0.5870218 L 68.742115,8.4581221 Z M 69.481537,6.301946 q 0.146755,0 0.265288,-0.1693332 0.118534,-0.1693332 0.186267,-0.4289775 0.07338,-0.2596442 0.07338,-0.5249329 0,-0.3951108 -0.237067,-0.3951108 -0.124178,0 -0.220133,0.1072443 -0.09596,0.1072444 -0.169333,0.2765776 -0.06773,0.1693332 -0.107245,0.3668886 -0.03387,0.191911 -0.03387,0.3725331 0,0.1749776 0.06209,0.2878664 0.06773,0.1072444 0.180623,0.1072444 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path494" />
|
||||||
|
<path
|
||||||
|
d="m 72.794822,7.1599009 q -0.592666,0 -0.914399,-0.3273775 -0.321733,-0.333022 -0.321733,-0.9087549 0,-0.3838219 0.107244,-0.7394217 0.112889,-0.3612441 0.333022,-0.6434661 0.220133,-0.2822221 0.553155,-0.4459108 0.338667,-0.1693332 0.795866,-0.1693332 0.524933,0 0.824088,0.2370665 0.299156,0.2370665 0.299156,0.6321773 0,0.513644 -0.400755,0.8297327 -0.400756,0.3160886 -1.275644,0.3160886 h -0.163689 v 0.045155 q 0,0.4063997 0.451556,0.4063997 0.237066,0 0.44591,-0.073378 0.214489,-0.073378 0.4572,-0.1975554 v 0.756355 q -0.248355,0.1241777 -0.519289,0.2031998 -0.265288,0.079022 -0.671688,0.079022 z m 0.02258,-1.885243 q 0.361244,0 0.502355,-0.1354666 0.141111,-0.141111 0.141111,-0.282222 0,-0.090311 -0.05644,-0.1467554 -0.05644,-0.062089 -0.174978,-0.062089 -0.124178,0 -0.231422,0.095955 -0.1016,0.095955 -0.169333,0.2427109 -0.06773,0.141111 -0.09031,0.2878665 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path496" />
|
||||||
|
<path
|
||||||
|
d="m 74.657495,7.1034565 0.6604,-3.1213754 h 0.85231 l -0.0508,0.5192885 h 0.02258 q 0.197556,-0.333022 0.4064,-0.4515552 0.214489,-0.1241777 0.530577,-0.1241777 0.06209,0 0.129822,0.00564 0.06773,0.00564 0.09031,0.016933 l -0.231422,1.0555104 q -0.05644,-0.028222 -0.146755,-0.045156 -0.09031,-0.016933 -0.191911,-0.016933 -0.248355,0 -0.434622,0.1693332 -0.180622,0.1693332 -0.276578,0.6208884 l -0.29351,1.371599 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path498" />
|
||||||
|
</g>
|
||||||
|
<path
|
||||||
|
id="path1348"
|
||||||
|
style="color:#000000;fill:#e0e0e0;fill-opacity:0.752941;stroke-width:0.714406;-inkscape-stroke:none"
|
||||||
|
d="M 5.4193109,1.6360535 C 4.0746261,1.6465667 2.9804856,2.7485866 2.9805103,4.0933129 v 1.5080987 0.00443 0.00406 0.00702 c 0.00324,0.6351315 0.1709081,1.2397841 0.5330952,1.705241 0.091293,0.1173226 0.1960748,0.2241342 0.3126952,0.3186015 V 5.3666133 h 0.00259 V 4.0933129 C 3.8288705,3.2043172 4.5362516,2.4899017 5.4252198,2.4829515 6.3176074,2.4761075 7.0387059,3.1839609 7.0477631,4.0763306 v 0.016982 1.6742295 c 0,0.3851813 -0.1170262,0.6035969 -0.3182329,0.7675243 C 6.5283236,6.6989941 6.2034026,6.8056753 5.769664,6.8056753 H 5.437754 V 8.3957797 H 6.193851 V 7.5229912 C 6.5799202,7.4642455 6.9804539,7.4245038 7.2655789,7.1922063 7.6635843,6.8679419 7.8946602,6.354867 7.8946602,5.7675423 V 4.0933128 4.0693159 4.0682086 C 7.8809586,2.7185401 6.7690097,1.6257071 5.4193109,1.6360535 Z"
|
||||||
|
sodipodi:nodetypes="ccccccscccccccsssccccsscccc" />
|
||||||
|
<g
|
||||||
|
aria-label="B"
|
||||||
|
id="text1054"
|
||||||
|
style="font-style:italic;font-weight:900;font-size:6.35px;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke-width:0.285001;stop-color:#000000"
|
||||||
|
transform="matrix(0.71440613,0,0,0.71440613,-2.144828,0.00813001)">
|
||||||
|
<path
|
||||||
|
id="path1085"
|
||||||
|
style="font-style:normal;-inkscape-font-specification:'Roboto, Heavy';stroke-width:0.285"
|
||||||
|
d="M 8.865092,5.8580404 V 8.9958333 11.74073 H 9.9533976 V 8.9958333 h 0.7441404 c 0.549837,-0.00413 0.964283,-0.116789 1.243335,-0.3379638 0.281119,-0.223242 0.42168,-0.5560389 0.42168,-0.9983887 0,-0.2439125 -0.06305,-0.4506186 -0.189136,-0.6201172 -0.12609,-0.1694982 -0.306958,-0.2852537 -0.542602,-0.3472656 0.208772,-0.078548 0.366902,-0.2005048 0.474389,-0.3658692 0.107487,-0.1653644 0.161231,-0.3648358 0.161231,-0.598413 0,-0.4051429 -0.151929,-0.7141686 -0.455786,-0.9270752 C 11.508859,4.5878339 11.18123,4.4813802 10.486698,4.4813802 H 9.9533976 c -1.0883054,0 -1.0883056,1.029605 -1.0883056,1.3766602 z m 1.0883056,-0.022757 c 0,-0.3308701 0.1341694,-0.4768142 0.3334184,-0.4952 l 0.199882,-0.018444 c 0.203885,-0.018814 0.420647,0.042375 0.530201,0.127124 0.109553,0.082682 0.164331,0.2191083 0.164331,0.4092774 0,0.1653644 -0.05064,0.2904216 -0.151929,0.3751709 -0.101285,0.08475 -0.270784,0.1281579 -0.508496,0.1302246 H 9.9533976 Z m 0,1.2412875 h 0.7627444 c 0.374137,0.00207 0.561206,0.1912032 0.561206,0.5674073 0,0.1632973 -0.05271,0.2904217 -0.15813,0.381372 -0.105419,0.088883 -0.256315,0.1333252 -0.452686,0.1333252 H 9.9533976 Z"
|
||||||
|
sodipodi:nodetypes="cccccccsscssczccssscssccsccscscc" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 21 KiB |
@@ -0,0 +1,148 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="350"
|
||||||
|
height="36"
|
||||||
|
viewBox="0 0 92.604162 9.525"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
inkscape:version="1.2.2 (732a01da63, 2022-12-09, custom)"
|
||||||
|
sodipodi:docname="ToobCabSimLogo_master.svg"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview7"
|
||||||
|
pagecolor="#2e2e2e"
|
||||||
|
bordercolor="#000000"
|
||||||
|
borderopacity="0.25"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
inkscape:document-units="mm"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="1.414909"
|
||||||
|
inkscape:cx="195.77231"
|
||||||
|
inkscape:cy="90.465182"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1008"
|
||||||
|
inkscape:window-x="1440"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="layer1" />
|
||||||
|
<defs
|
||||||
|
id="defs2" />
|
||||||
|
<g
|
||||||
|
inkscape:label="Layer 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1">
|
||||||
|
<g
|
||||||
|
aria-label="TooB Record Input (mono)"
|
||||||
|
id="text236"
|
||||||
|
style="font-style:italic;font-weight:bold;font-size:5.64444px;line-height:0;font-family:Timana;-inkscape-font-specification:'Timana Bold Italic';fill:#686868;stroke:#7f7f7f;stroke-width:0.285001;stop-color:#000000">
|
||||||
|
<path
|
||||||
|
d="m 10.655146,7.1034565 0.654755,-3.1383087 h -0.874888 l 0.191911,-0.8918216 h 2.833509 L 13.262878,3.9651478 H 12.38799 l -0.654756,3.1383087 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path737" />
|
||||||
|
<path
|
||||||
|
d="m 14.160346,7.1599009 q -0.575733,0 -0.891822,-0.3104442 Q 12.95808,6.533368 12.95808,5.9576351 q 0,-0.4007552 0.112889,-0.7619994 0.112889,-0.3668886 0.333022,-0.6491106 0.220133,-0.2878665 0.54751,-0.4515552 0.333022,-0.1693332 0.767644,-0.1693332 0.575733,0 0.886177,0.3160886 0.316089,0.3104442 0.316089,0.8861771 0,0.4007553 -0.112889,0.7676439 -0.112889,0.3612442 -0.333022,0.6491106 -0.220133,0.282222 -0.553155,0.4515552 -0.327377,0.1636888 -0.761999,0.1636888 z m 0.118533,-0.8015105 q 0.158044,0 0.282222,-0.1862665 0.124178,-0.191911 0.197555,-0.4797774 0.07338,-0.2935109 0.07338,-0.5983107 0,-0.3668886 -0.237066,-0.3668886 -0.158045,0 -0.282222,0.1919109 -0.124178,0.1862666 -0.197556,0.474133 -0.06773,0.2878665 -0.06773,0.5983107 0,0.3668886 0.231422,0.3668886 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path739" />
|
||||||
|
<path
|
||||||
|
d="m 17.586523,7.1599009 q -0.575733,0 -0.891822,-0.3104442 -0.310444,-0.3160887 -0.310444,-0.8918216 0,-0.4007552 0.112889,-0.7619994 0.112889,-0.3668886 0.333022,-0.6491106 0.220133,-0.2878665 0.54751,-0.4515552 0.333022,-0.1693332 0.767644,-0.1693332 0.575733,0 0.886177,0.3160886 0.316089,0.3104442 0.316089,0.8861771 0,0.4007553 -0.112889,0.7676439 -0.112889,0.3612442 -0.333022,0.6491106 -0.220133,0.282222 -0.553155,0.4515552 -0.327377,0.1636888 -0.761999,0.1636888 z m 0.118533,-0.8015105 q 0.158044,0 0.282222,-0.1862665 0.124178,-0.191911 0.197555,-0.4797774 0.07338,-0.2935109 0.07338,-0.5983107 0,-0.3668886 -0.237066,-0.3668886 -0.158045,0 -0.282222,0.1919109 -0.124178,0.1862666 -0.197556,0.474133 -0.06773,0.2878665 -0.06773,0.5983107 0,0.3668886 0.231422,0.3668886 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path741" />
|
||||||
|
<path
|
||||||
|
d="m 19.669324,7.1034565 0.85231,-4.0301303 h 1.343377 q 0.649111,0 0.931333,0.2483554 0.282222,0.2483553 0.282222,0.6321773 0,0.4120441 -0.214489,0.6660439 -0.208844,0.2539998 -0.603955,0.3725331 v 0.022578 q 0.242711,0.079022 0.383822,0.282222 0.146755,0.1975554 0.146755,0.4854219 0,0.4684885 -0.220133,0.7619994 -0.214489,0.2935109 -0.581377,0.4289775 -0.361244,0.1298221 -0.8128,0.1298221 z M 21.4699,4.6199028 q 0.282222,0 0.383822,-0.1241777 0.107245,-0.1241776 0.107245,-0.3160886 0,-0.282222 -0.349956,-0.282222 h -0.174977 l -0.163689,0.7224883 z m -0.316088,1.6425321 q 0.248355,0 0.400755,-0.1354666 0.1524,-0.141111 0.1524,-0.3330219 0,-0.191911 -0.09031,-0.282222 -0.09031,-0.095956 -0.321733,-0.095956 h -0.186267 l -0.180622,0.846666 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path743" />
|
||||||
|
<path
|
||||||
|
d="m 24.715459,7.1034565 0.85231,-4.0301303 h 1.0668 q 0.694266,0 1.061154,0.2765776 0.372533,0.2765775 0.372533,0.8297327 0,0.3668886 -0.124177,0.615244 -0.118534,0.2483553 -0.299156,0.3951108 -0.180622,0.1467554 -0.355599,0.2257776 l 0.728132,1.6876876 H 26.843413 L 26.307191,5.6359021 h -0.2032 L 25.793547,7.1034565 Z M 26.42008,4.8174582 q 0.214489,0 0.389466,-0.1298221 0.180622,-0.1298221 0.180622,-0.4402663 0,-0.1467555 -0.08467,-0.2483554 -0.07902,-0.1015999 -0.287867,-0.1015999 H 26.47088 l -0.191911,0.9200437 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path745" />
|
||||||
|
<path
|
||||||
|
d="m 29.761587,7.1599009 q -0.592667,0 -0.9144,-0.3273775 -0.321733,-0.333022 -0.321733,-0.9087549 0,-0.3838219 0.107245,-0.7394217 0.112888,-0.3612441 0.333021,-0.6434661 0.220134,-0.2822221 0.553156,-0.4459108 0.338666,-0.1693332 0.795866,-0.1693332 0.524933,0 0.824088,0.2370665 0.299155,0.2370665 0.299155,0.6321773 0,0.513644 -0.400755,0.8297327 -0.400755,0.3160886 -1.275643,0.3160886 h -0.163689 v 0.045155 q 0,0.4063997 0.451555,0.4063997 0.237066,0 0.445911,-0.073378 0.214488,-0.073378 0.457199,-0.1975554 v 0.756355 q -0.248355,0.1241777 -0.519288,0.2031998 -0.265289,0.079022 -0.671688,0.079022 z m 0.02258,-1.885243 q 0.361244,0 0.502355,-0.1354666 0.141111,-0.141111 0.141111,-0.282222 0,-0.090311 -0.05644,-0.1467554 -0.05644,-0.062089 -0.174978,-0.062089 -0.124177,0 -0.231422,0.095955 -0.1016,0.095955 -0.169333,0.2427109 -0.06773,0.141111 -0.09031,0.2878665 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path747" />
|
||||||
|
<path
|
||||||
|
d="m 32.956342,7.1599009 q -0.316089,0 -0.581377,-0.1298221 -0.265289,-0.1298221 -0.423333,-0.4120442 -0.158045,-0.282222 -0.158045,-0.7337772 0,-0.5531551 0.2032,-0.9934215 0.208844,-0.4459107 0.581377,-0.705555 0.378178,-0.2596442 0.886178,-0.2596442 0.29351,0 0.530577,0.056444 0.242711,0.0508 0.479777,0.1636887 L 34.13603,4.9359915 q -0.141111,-0.062089 -0.3048,-0.1128888 -0.163689,-0.0508 -0.316088,-0.0508 -0.163689,0 -0.287867,0.1072444 -0.124178,0.1015999 -0.2032,0.2652887 -0.07902,0.1580443 -0.118533,0.3386664 -0.03951,0.1806221 -0.03951,0.3330219 0,0.2765776 0.09031,0.383822 0.09596,0.1015999 0.254,0.1015999 0.197555,0 0.383822,-0.062089 0.186266,-0.067733 0.395111,-0.1749777 v 0.846666 q -0.220134,0.1185333 -0.462845,0.1862666 -0.24271,0.062089 -0.570088,0.062089 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path749" />
|
||||||
|
<path
|
||||||
|
d="m 35.840648,7.1599009 q -0.575733,0 -0.891821,-0.3104442 -0.310444,-0.3160887 -0.310444,-0.8918216 0,-0.4007552 0.112888,-0.7619994 0.112889,-0.3668886 0.333022,-0.6491106 0.220133,-0.2878665 0.547511,-0.4515552 0.333022,-0.1693332 0.767644,-0.1693332 0.575733,0 0.886177,0.3160886 0.316089,0.3104442 0.316089,0.8861771 0,0.4007553 -0.112889,0.7676439 -0.112889,0.3612442 -0.333022,0.6491106 -0.220133,0.282222 -0.553155,0.4515552 -0.327378,0.1636888 -0.762,0.1636888 z m 0.118534,-0.8015105 q 0.158044,0 0.282222,-0.1862665 0.124177,-0.191911 0.197555,-0.4797774 0.07338,-0.2935109 0.07338,-0.5983107 0,-0.3668886 -0.237067,-0.3668886 -0.158044,0 -0.282222,0.1919109 -0.124178,0.1862666 -0.197555,0.474133 -0.06773,0.2878665 -0.06773,0.5983107 0,0.3668886 0.231423,0.3668886 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path751" />
|
||||||
|
<path
|
||||||
|
d="m 37.895227,7.1034565 0.6604,-3.1213754 h 0.85231 l -0.0508,0.5192885 h 0.02258 q 0.197555,-0.333022 0.4064,-0.4515552 0.214488,-0.1241777 0.530577,-0.1241777 0.06209,0 0.129822,0.00564 0.06773,0.00564 0.09031,0.016933 l -0.231422,1.0555104 q -0.05644,-0.028222 -0.146755,-0.045156 -0.09031,-0.016933 -0.191911,-0.016933 -0.248356,0 -0.434622,0.1693332 -0.180622,0.1693332 -0.276578,0.6208884 l -0.29351,1.371599 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path753" />
|
||||||
|
<path
|
||||||
|
d="m 41.304469,7.1599009 q -0.237067,0 -0.440267,-0.1128888 Q 40.661003,6.9341233 40.536825,6.674479 40.418292,6.4148348 40.418292,5.968924 q 0,-0.2257776 0.0508,-0.5023552 0.05644,-0.2765775 0.163688,-0.5475107 0.107245,-0.2709331 0.270934,-0.4967107 0.163688,-0.2257776 0.389466,-0.3612442 0.225778,-0.1354665 0.508,-0.1354665 0.253999,0 0.389466,0.1128888 0.141111,0.1128888 0.265289,0.3047998 h 0.02258 q 0,-0.033867 0.0056,-0.1523999 0.0056,-0.1185333 0.02258,-0.2652887 0.01693,-0.1523999 0.04516,-0.282222 L 42.721223,2.813682 h 1.078088 l -0.908755,4.2897745 h -0.85231 l 0.02822,-0.3386664 H 42.04389 Q 41.931002,6.9228344 41.767313,7.0413677 41.603624,7.1599009 41.304469,7.1599009 Z M 41.744735,6.301946 q 0.124178,0 0.220133,-0.1072444 0.1016,-0.1128888 0.169333,-0.282222 0.07338,-0.1749776 0.107245,-0.3668886 0.03951,-0.1975554 0.03951,-0.3668886 0,-0.1806221 -0.05644,-0.2878665 -0.0508,-0.1072443 -0.163689,-0.1072443 -0.146756,0 -0.276578,0.1693332 -0.124177,0.1693332 -0.2032,0.4289774 -0.07338,0.2539999 -0.07338,0.524933 0,0.3951108 0.237066,0.3951108 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path755" />
|
||||||
|
<path
|
||||||
|
d="m 44.860468,7.1034565 0.129823,-0.615244 0.530577,-0.2201331 0.496711,-2.3367983 -0.440267,-0.2370665 0.129822,-0.6208884 h 2.07151 l -0.129822,0.6208884 -0.553155,0.2370665 -0.496711,2.3367983 0.445911,0.2201331 -0.129822,0.615244 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path757" />
|
||||||
|
<path
|
||||||
|
d="m 47.53029,7.1034565 0.6604,-3.1213754 H 49.043 L 49.00913,4.416703 h 0.02258 q 0.152399,-0.2652887 0.355599,-0.3781775 0.208845,-0.1128888 0.502355,-0.1128888 0.293511,0 0.474133,0.1241777 0.180623,0.1185332 0.265289,0.3217331 0.08467,0.1975554 0.08467,0.4402663 0,0.1580443 -0.02258,0.3217331 -0.01693,0.1636887 -0.04516,0.3104442 l -0.349955,1.6594654 h -1.066799 l 0.3556,-1.7046209 q 0.01693,-0.073378 0.03387,-0.1806221 0.01693,-0.1128888 0.01693,-0.2088443 0,-0.1185333 -0.06209,-0.1749777 -0.06209,-0.062089 -0.146756,-0.062089 -0.158044,0 -0.293511,0.1975554 -0.129822,0.191911 -0.214488,0.6095996 l -0.321727,1.523999 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path759" />
|
||||||
|
<path
|
||||||
|
d="m 50.753265,8.4581221 0.948266,-4.476041 h 0.852311 l -0.03387,0.3499553 h 0.02258 q 0.129822,-0.1975554 0.299155,-0.2991554 0.174978,-0.1072443 0.412044,-0.1072443 0.417689,0 0.666044,0.2991553 0.254,0.2991553 0.254,0.8523105 0,0.3894663 -0.1016,0.7619994 -0.09595,0.3668886 -0.276577,0.6660439 -0.180622,0.2991554 -0.440267,0.4797775 -0.259644,0.1749776 -0.581377,0.1749776 -0.208844,0 -0.366889,-0.1072444 -0.158044,-0.1128888 -0.270933,-0.2935109 h -0.02258 q -0.01693,0.2201332 -0.04515,0.4346219 -0.02822,0.2201332 -0.107244,0.5870218 L 51.820065,8.4581221 Z M 52.559486,6.301946 q 0.146756,0 0.265289,-0.1693332 0.118533,-0.1693332 0.186266,-0.4289775 0.07338,-0.2596442 0.07338,-0.5249329 0,-0.3951108 -0.237066,-0.3951108 -0.124178,0 -0.220133,0.1072443 -0.09596,0.1072444 -0.169334,0.2765776 -0.06773,0.1693332 -0.107244,0.3668886 -0.03387,0.191911 -0.03387,0.3725331 0,0.1749776 0.06209,0.2878664 0.06773,0.1072444 0.180622,0.1072444 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path761" />
|
||||||
|
<path
|
||||||
|
d="m 55.494598,7.1599009 q -0.287867,0 -0.474133,-0.1185332 Q 54.839843,6.91719 54.755176,6.7139901 54.67051,6.5107903 54.67051,6.2737238 q 0,-0.1580443 0.01693,-0.3217331 0.02258,-0.1636888 0.0508,-0.3104442 l 0.349955,-1.6594654 h 1.066799 l -0.355599,1.6989765 q -0.01693,0.073378 -0.03387,0.1862665 -0.01693,0.1072444 -0.01693,0.2031998 0,0.1185333 0.06209,0.1806221 0.06209,0.056444 0.146755,0.056444 0.141111,0 0.276578,-0.1919109 0.141111,-0.1975554 0.231422,-0.615244 l 0.321733,-1.5183544 h 1.066799 l -0.6604,3.1213754 h -0.85231 l 0.03387,-0.4346219 h -0.02258 q -0.1524,0.2596443 -0.3556,0.3781775 -0.2032,0.1128888 -0.502355,0.1128888 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path763" />
|
||||||
|
<path
|
||||||
|
d="m 59.044947,7.1599009 q -0.4064,0 -0.620889,-0.1749776 -0.208844,-0.1806221 -0.208844,-0.5757329 0,-0.1128888 0.02258,-0.2596443 0.02258,-0.1467554 0.04516,-0.2596442 l 0.231422,-1.1063103 h -0.423333 l 0.112889,-0.524933 0.598311,-0.2427109 0.378177,-0.6603995 h 0.7112 l -0.135467,0.6265329 h 0.795866 l -0.174978,0.8015105 h -0.795866 l -0.231422,1.0555103 q -0.01693,0.079022 -0.03387,0.1636888 -0.01129,0.079022 -0.01129,0.1241776 0,0.090311 0.0508,0.1354666 0.0508,0.039511 0.124177,0.039511 0.107245,0 0.237067,-0.033867 0.129822,-0.039511 0.265289,-0.095956 v 0.8015105 q -0.174978,0.084667 -0.4064,0.1354665 -0.225778,0.0508 -0.530577,0.0508 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path765" />
|
||||||
|
<path
|
||||||
|
d="M 62.567083,7.995278 Q 62.437261,7.763856 62.341306,7.4534118 62.24535,7.148612 62.19455,6.8268789 62.14939,6.4995014 62.14939,6.2059905 q 0,-0.9595548 0.361244,-1.7497764 0.366888,-0.7902217 1.049866,-1.4957767 h 0.891821 Q 64.051566,3.3950593 63.735477,3.8974145 63.419389,4.3941252 63.233122,4.981147 63.0525,5.5625243 63.0525,6.251146 q 0,0.2596443 0.03951,0.5700885 0.03951,0.3047998 0.107244,0.6095995 0.07338,0.3047998 0.174978,0.564444 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path767" />
|
||||||
|
<path
|
||||||
|
d="m 64.13624,7.1034565 0.660399,-3.1213754 h 0.852311 l -0.04516,0.513644 h 0.02258 q 0.163689,-0.3104442 0.372533,-0.4402663 0.208844,-0.1298221 0.530578,-0.1298221 0.321733,0 0.49671,0.1467554 0.174978,0.1467555 0.248356,0.423333 h 0.02258 q 0.344311,-0.5700884 0.948266,-0.5700884 0.383822,0 0.587022,0.2370665 0.2032,0.231422 0.2032,0.6829772 0,0.2539998 -0.06209,0.564444 l -0.344311,1.6933321 h -1.066799 l 0.3556,-1.7384876 q 0.01129,-0.056444 0.02258,-0.1523999 0.01693,-0.095955 0.01693,-0.2144887 0,-0.2257776 -0.191911,-0.2257776 -0.2032,0 -0.333022,0.2088443 -0.124178,0.2088443 -0.208844,0.6265329 l -0.3048,1.4957766 H 65.85215 l 0.361244,-1.7384876 q 0.01129,-0.062089 0.02258,-0.1636887 0.01693,-0.1016 0.01693,-0.1693332 0,-0.1411111 -0.05644,-0.1975555 -0.05644,-0.062089 -0.141111,-0.062089 -0.158045,0 -0.287867,0.1636888 Q 65.637664,5.09968 65.53042,5.5851019 l -0.327378,1.5183544 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path769" />
|
||||||
|
<path
|
||||||
|
d="m 70.734596,7.1599009 q -0.575733,0 -0.891822,-0.3104442 Q 69.53233,6.533368 69.53233,5.9576351 q 0,-0.4007552 0.112889,-0.7619994 0.112889,-0.3668886 0.333022,-0.6491106 0.220133,-0.2878665 0.547511,-0.4515552 0.333022,-0.1693332 0.767643,-0.1693332 0.575733,0 0.886178,0.3160886 0.316088,0.3104442 0.316088,0.8861771 0,0.4007553 -0.112889,0.7676439 -0.112888,0.3612442 -0.333022,0.6491106 -0.220133,0.282222 -0.553155,0.4515552 -0.327377,0.1636888 -0.761999,0.1636888 z m 0.118533,-0.8015105 q 0.158044,0 0.282222,-0.1862665 0.124178,-0.191911 0.197556,-0.4797774 0.07338,-0.2935109 0.07338,-0.5983107 0,-0.3668886 -0.237066,-0.3668886 -0.158045,0 -0.282222,0.1919109 -0.124178,0.1862666 -0.197556,0.474133 -0.06773,0.2878665 -0.06773,0.5983107 0,0.3668886 0.231422,0.3668886 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path771" />
|
||||||
|
<path
|
||||||
|
d="m 72.789175,7.1034565 0.660399,-3.1213754 h 0.852311 l -0.03387,0.4346219 h 0.02258 q 0.1524,-0.2652887 0.3556,-0.3781775 0.208844,-0.1128888 0.502355,-0.1128888 0.293511,0 0.474133,0.1241777 0.180622,0.1185332 0.265289,0.3217331 0.08467,0.1975554 0.08467,0.4402663 0,0.1580443 -0.02258,0.3217331 -0.01693,0.1636887 -0.04516,0.3104442 l -0.349955,1.6594654 h -1.0668 l 0.3556,-1.7046209 q 0.01693,-0.073378 0.03387,-0.1806221 0.01693,-0.1128888 0.01693,-0.2088443 0,-0.1185333 -0.06209,-0.1749777 -0.06209,-0.062089 -0.146755,-0.062089 -0.158045,0 -0.293511,0.1975554 -0.129822,0.191911 -0.214489,0.6095996 l -0.321733,1.5239988 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path773" />
|
||||||
|
<path
|
||||||
|
d="m 77.671611,7.1599009 q -0.575732,0 -0.891821,-0.3104442 -0.310444,-0.3160887 -0.310444,-0.8918216 0,-0.4007552 0.112888,-0.7619994 0.112889,-0.3668886 0.333022,-0.6491106 0.220134,-0.2878665 0.547511,-0.4515552 0.333022,-0.1693332 0.767644,-0.1693332 0.575733,0 0.886177,0.3160886 0.316089,0.3104442 0.316089,0.8861771 0,0.4007553 -0.112889,0.7676439 -0.112889,0.3612442 -0.333022,0.6491106 -0.220133,0.282222 -0.553155,0.4515552 -0.327378,0.1636888 -0.762,0.1636888 z m 0.118534,-0.8015105 q 0.158044,0 0.282222,-0.1862665 0.124177,-0.191911 0.197555,-0.4797774 0.07338,-0.2935109 0.07338,-0.5983107 0,-0.3668886 -0.237067,-0.3668886 -0.158044,0 -0.282222,0.1919109 -0.124177,0.1862666 -0.197555,0.474133 -0.06773,0.2878665 -0.06773,0.5983107 0,0.3668886 0.231422,0.3668886 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path775" />
|
||||||
|
<path
|
||||||
|
d="m 79.297213,7.995278 q 0.400755,-0.4346218 0.711199,-0.9313326 0.310445,-0.5023552 0.485422,-1.0893769 0.180622,-0.5870218 0.180622,-1.2699991 0,-0.2652887 -0.03951,-0.5700884 -0.03951,-0.3047998 -0.112888,-0.6095996 -0.07338,-0.3047997 -0.174978,-0.564444 h 0.812799 q 0.146756,0.2483554 0.237067,0.5531551 0.09031,0.3047998 0.135466,0.6265329 0.04516,0.3160887 0.04516,0.6095995 0,0.9595549 -0.349955,1.7497765 -0.344311,0.7902216 -1.032933,1.4957766 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path777" />
|
||||||
|
</g>
|
||||||
|
<path
|
||||||
|
id="path1348"
|
||||||
|
style="color:#000000;fill:#e0e0e0;fill-opacity:0.752941;stroke-width:0.714406;-inkscape-stroke:none"
|
||||||
|
d="M 5.4193109,1.6360535 C 4.0746261,1.6465667 2.9804856,2.7485866 2.9805103,4.0933129 v 1.5080987 0.00443 0.00406 0.00702 c 0.00324,0.6351315 0.1709081,1.2397841 0.5330952,1.705241 0.091293,0.1173226 0.1960748,0.2241342 0.3126952,0.3186015 V 5.3666133 h 0.00259 V 4.0933129 C 3.8288705,3.2043172 4.5362516,2.4899017 5.4252198,2.4829515 6.3176074,2.4761075 7.0387059,3.1839609 7.0477631,4.0763306 v 0.016982 1.6742295 c 0,0.3851813 -0.1170262,0.6035969 -0.3182329,0.7675243 C 6.5283236,6.6989941 6.2034026,6.8056753 5.769664,6.8056753 H 5.437754 V 8.3957797 H 6.193851 V 7.5229912 C 6.5799202,7.4642455 6.9804539,7.4245038 7.2655789,7.1922063 7.6635843,6.8679419 7.8946602,6.354867 7.8946602,5.7675423 V 4.0933128 4.0693159 4.0682086 C 7.8809586,2.7185401 6.7690097,1.6257071 5.4193109,1.6360535 Z"
|
||||||
|
sodipodi:nodetypes="ccccccscccccccsssccccsscccc" />
|
||||||
|
<g
|
||||||
|
aria-label="B"
|
||||||
|
id="text1054"
|
||||||
|
style="font-style:italic;font-weight:900;font-size:6.35px;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke-width:0.285001;stop-color:#000000"
|
||||||
|
transform="matrix(0.71440613,0,0,0.71440613,-2.144828,0.00813001)">
|
||||||
|
<path
|
||||||
|
id="path1085"
|
||||||
|
style="font-style:normal;-inkscape-font-specification:'Roboto, Heavy';stroke-width:0.285"
|
||||||
|
d="M 8.865092,5.8580404 V 8.9958333 11.74073 H 9.9533976 V 8.9958333 h 0.7441404 c 0.549837,-0.00413 0.964283,-0.116789 1.243335,-0.3379638 0.281119,-0.223242 0.42168,-0.5560389 0.42168,-0.9983887 0,-0.2439125 -0.06305,-0.4506186 -0.189136,-0.6201172 -0.12609,-0.1694982 -0.306958,-0.2852537 -0.542602,-0.3472656 0.208772,-0.078548 0.366902,-0.2005048 0.474389,-0.3658692 0.107487,-0.1653644 0.161231,-0.3648358 0.161231,-0.598413 0,-0.4051429 -0.151929,-0.7141686 -0.455786,-0.9270752 C 11.508859,4.5878339 11.18123,4.4813802 10.486698,4.4813802 H 9.9533976 c -1.0883054,0 -1.0883056,1.029605 -1.0883056,1.3766602 z m 1.0883056,-0.022757 c 0,-0.3308701 0.1341694,-0.4768142 0.3334184,-0.4952 l 0.199882,-0.018444 c 0.203885,-0.018814 0.420647,0.042375 0.530201,0.127124 0.109553,0.082682 0.164331,0.2191083 0.164331,0.4092774 0,0.1653644 -0.05064,0.2904216 -0.151929,0.3751709 -0.101285,0.08475 -0.270784,0.1281579 -0.508496,0.1302246 H 9.9533976 Z m 0,1.2412875 h 0.7627444 c 0.374137,0.00207 0.561206,0.1912032 0.561206,0.5674073 0,0.1632973 -0.05271,0.2904217 -0.15813,0.381372 -0.105419,0.088883 -0.256315,0.1333252 -0.452686,0.1333252 H 9.9533976 Z"
|
||||||
|
sodipodi:nodetypes="cccccccsscssczccssscssccsccscscc" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 22 KiB |
@@ -0,0 +1,156 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="350"
|
||||||
|
height="36"
|
||||||
|
viewBox="0 0 92.604162 9.525"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
inkscape:version="1.2.2 (732a01da63, 2022-12-09, custom)"
|
||||||
|
sodipodi:docname="ToobCabSimLogo_master.svg"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview7"
|
||||||
|
pagecolor="#2e2e2e"
|
||||||
|
bordercolor="#000000"
|
||||||
|
borderopacity="0.25"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
inkscape:document-units="mm"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="1.414909"
|
||||||
|
inkscape:cx="195.77231"
|
||||||
|
inkscape:cy="90.465182"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1008"
|
||||||
|
inkscape:window-x="1440"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="layer1" />
|
||||||
|
<defs
|
||||||
|
id="defs2" />
|
||||||
|
<g
|
||||||
|
inkscape:label="Layer 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1">
|
||||||
|
<g
|
||||||
|
aria-label="TooB Record Input (stereo)"
|
||||||
|
id="text236"
|
||||||
|
style="font-style:italic;font-weight:bold;font-size:5.64444px;line-height:0;font-family:Timana;-inkscape-font-specification:'Timana Bold Italic';fill:#686868;stroke:#7f7f7f;stroke-width:0.285001;stop-color:#000000">
|
||||||
|
<path
|
||||||
|
d="m 10.655146,7.1034565 0.654755,-3.1383087 h -0.874888 l 0.191911,-0.8918216 h 2.833509 L 13.262878,3.9651478 H 12.38799 l -0.654756,3.1383087 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path893" />
|
||||||
|
<path
|
||||||
|
d="m 14.160346,7.1599009 q -0.575733,0 -0.891822,-0.3104442 Q 12.95808,6.533368 12.95808,5.9576351 q 0,-0.4007552 0.112889,-0.7619994 0.112889,-0.3668886 0.333022,-0.6491106 0.220133,-0.2878665 0.54751,-0.4515552 0.333022,-0.1693332 0.767644,-0.1693332 0.575733,0 0.886177,0.3160886 0.316089,0.3104442 0.316089,0.8861771 0,0.4007553 -0.112889,0.7676439 -0.112889,0.3612442 -0.333022,0.6491106 -0.220133,0.282222 -0.553155,0.4515552 -0.327377,0.1636888 -0.761999,0.1636888 z m 0.118533,-0.8015105 q 0.158044,0 0.282222,-0.1862665 0.124178,-0.191911 0.197555,-0.4797774 0.07338,-0.2935109 0.07338,-0.5983107 0,-0.3668886 -0.237066,-0.3668886 -0.158045,0 -0.282222,0.1919109 -0.124178,0.1862666 -0.197556,0.474133 -0.06773,0.2878665 -0.06773,0.5983107 0,0.3668886 0.231422,0.3668886 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path895" />
|
||||||
|
<path
|
||||||
|
d="m 17.586523,7.1599009 q -0.575733,0 -0.891822,-0.3104442 -0.310444,-0.3160887 -0.310444,-0.8918216 0,-0.4007552 0.112889,-0.7619994 0.112889,-0.3668886 0.333022,-0.6491106 0.220133,-0.2878665 0.54751,-0.4515552 0.333022,-0.1693332 0.767644,-0.1693332 0.575733,0 0.886177,0.3160886 0.316089,0.3104442 0.316089,0.8861771 0,0.4007553 -0.112889,0.7676439 -0.112889,0.3612442 -0.333022,0.6491106 -0.220133,0.282222 -0.553155,0.4515552 -0.327377,0.1636888 -0.761999,0.1636888 z m 0.118533,-0.8015105 q 0.158044,0 0.282222,-0.1862665 0.124178,-0.191911 0.197555,-0.4797774 0.07338,-0.2935109 0.07338,-0.5983107 0,-0.3668886 -0.237066,-0.3668886 -0.158045,0 -0.282222,0.1919109 -0.124178,0.1862666 -0.197556,0.474133 -0.06773,0.2878665 -0.06773,0.5983107 0,0.3668886 0.231422,0.3668886 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path897" />
|
||||||
|
<path
|
||||||
|
d="m 19.669324,7.1034565 0.85231,-4.0301303 h 1.343377 q 0.649111,0 0.931333,0.2483554 0.282222,0.2483553 0.282222,0.6321773 0,0.4120441 -0.214489,0.6660439 -0.208844,0.2539998 -0.603955,0.3725331 v 0.022578 q 0.242711,0.079022 0.383822,0.282222 0.146755,0.1975554 0.146755,0.4854219 0,0.4684885 -0.220133,0.7619994 -0.214489,0.2935109 -0.581377,0.4289775 -0.361244,0.1298221 -0.8128,0.1298221 z M 21.4699,4.6199028 q 0.282222,0 0.383822,-0.1241777 0.107245,-0.1241776 0.107245,-0.3160886 0,-0.282222 -0.349956,-0.282222 h -0.174977 l -0.163689,0.7224883 z m -0.316088,1.6425321 q 0.248355,0 0.400755,-0.1354666 0.1524,-0.141111 0.1524,-0.3330219 0,-0.191911 -0.09031,-0.282222 -0.09031,-0.095956 -0.321733,-0.095956 h -0.186267 l -0.180622,0.846666 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path899" />
|
||||||
|
<path
|
||||||
|
d="m 24.715459,7.1034565 0.85231,-4.0301303 h 1.0668 q 0.694266,0 1.061154,0.2765776 0.372533,0.2765775 0.372533,0.8297327 0,0.3668886 -0.124177,0.615244 -0.118534,0.2483553 -0.299156,0.3951108 -0.180622,0.1467554 -0.355599,0.2257776 l 0.728132,1.6876876 H 26.843413 L 26.307191,5.6359021 h -0.2032 L 25.793547,7.1034565 Z M 26.42008,4.8174582 q 0.214489,0 0.389466,-0.1298221 0.180622,-0.1298221 0.180622,-0.4402663 0,-0.1467555 -0.08467,-0.2483554 -0.07902,-0.1015999 -0.287867,-0.1015999 H 26.47088 l -0.191911,0.9200437 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path901" />
|
||||||
|
<path
|
||||||
|
d="m 29.761587,7.1599009 q -0.592667,0 -0.9144,-0.3273775 -0.321733,-0.333022 -0.321733,-0.9087549 0,-0.3838219 0.107245,-0.7394217 0.112888,-0.3612441 0.333021,-0.6434661 0.220134,-0.2822221 0.553156,-0.4459108 0.338666,-0.1693332 0.795866,-0.1693332 0.524933,0 0.824088,0.2370665 0.299155,0.2370665 0.299155,0.6321773 0,0.513644 -0.400755,0.8297327 -0.400755,0.3160886 -1.275643,0.3160886 h -0.163689 v 0.045155 q 0,0.4063997 0.451555,0.4063997 0.237066,0 0.445911,-0.073378 0.214488,-0.073378 0.457199,-0.1975554 v 0.756355 q -0.248355,0.1241777 -0.519288,0.2031998 -0.265289,0.079022 -0.671688,0.079022 z m 0.02258,-1.885243 q 0.361244,0 0.502355,-0.1354666 0.141111,-0.141111 0.141111,-0.282222 0,-0.090311 -0.05644,-0.1467554 -0.05644,-0.062089 -0.174978,-0.062089 -0.124177,0 -0.231422,0.095955 -0.1016,0.095955 -0.169333,0.2427109 -0.06773,0.141111 -0.09031,0.2878665 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path903" />
|
||||||
|
<path
|
||||||
|
d="m 32.956342,7.1599009 q -0.316089,0 -0.581377,-0.1298221 -0.265289,-0.1298221 -0.423333,-0.4120442 -0.158045,-0.282222 -0.158045,-0.7337772 0,-0.5531551 0.2032,-0.9934215 0.208844,-0.4459107 0.581377,-0.705555 0.378178,-0.2596442 0.886178,-0.2596442 0.29351,0 0.530577,0.056444 0.242711,0.0508 0.479777,0.1636887 L 34.13603,4.9359915 q -0.141111,-0.062089 -0.3048,-0.1128888 -0.163689,-0.0508 -0.316088,-0.0508 -0.163689,0 -0.287867,0.1072444 -0.124178,0.1015999 -0.2032,0.2652887 -0.07902,0.1580443 -0.118533,0.3386664 -0.03951,0.1806221 -0.03951,0.3330219 0,0.2765776 0.09031,0.383822 0.09596,0.1015999 0.254,0.1015999 0.197555,0 0.383822,-0.062089 0.186266,-0.067733 0.395111,-0.1749777 v 0.846666 q -0.220134,0.1185333 -0.462845,0.1862666 -0.24271,0.062089 -0.570088,0.062089 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path905" />
|
||||||
|
<path
|
||||||
|
d="m 35.840648,7.1599009 q -0.575733,0 -0.891821,-0.3104442 -0.310444,-0.3160887 -0.310444,-0.8918216 0,-0.4007552 0.112888,-0.7619994 0.112889,-0.3668886 0.333022,-0.6491106 0.220133,-0.2878665 0.547511,-0.4515552 0.333022,-0.1693332 0.767644,-0.1693332 0.575733,0 0.886177,0.3160886 0.316089,0.3104442 0.316089,0.8861771 0,0.4007553 -0.112889,0.7676439 -0.112889,0.3612442 -0.333022,0.6491106 -0.220133,0.282222 -0.553155,0.4515552 -0.327378,0.1636888 -0.762,0.1636888 z m 0.118534,-0.8015105 q 0.158044,0 0.282222,-0.1862665 0.124177,-0.191911 0.197555,-0.4797774 0.07338,-0.2935109 0.07338,-0.5983107 0,-0.3668886 -0.237067,-0.3668886 -0.158044,0 -0.282222,0.1919109 -0.124178,0.1862666 -0.197555,0.474133 -0.06773,0.2878665 -0.06773,0.5983107 0,0.3668886 0.231423,0.3668886 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path907" />
|
||||||
|
<path
|
||||||
|
d="m 37.895227,7.1034565 0.6604,-3.1213754 h 0.85231 l -0.0508,0.5192885 h 0.02258 q 0.197555,-0.333022 0.4064,-0.4515552 0.214488,-0.1241777 0.530577,-0.1241777 0.06209,0 0.129822,0.00564 0.06773,0.00564 0.09031,0.016933 l -0.231422,1.0555104 q -0.05644,-0.028222 -0.146755,-0.045156 -0.09031,-0.016933 -0.191911,-0.016933 -0.248356,0 -0.434622,0.1693332 -0.180622,0.1693332 -0.276578,0.6208884 l -0.29351,1.371599 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path909" />
|
||||||
|
<path
|
||||||
|
d="m 41.304469,7.1599009 q -0.237067,0 -0.440267,-0.1128888 Q 40.661003,6.9341233 40.536825,6.674479 40.418292,6.4148348 40.418292,5.968924 q 0,-0.2257776 0.0508,-0.5023552 0.05644,-0.2765775 0.163688,-0.5475107 0.107245,-0.2709331 0.270934,-0.4967107 0.163688,-0.2257776 0.389466,-0.3612442 0.225778,-0.1354665 0.508,-0.1354665 0.253999,0 0.389466,0.1128888 0.141111,0.1128888 0.265289,0.3047998 h 0.02258 q 0,-0.033867 0.0056,-0.1523999 0.0056,-0.1185333 0.02258,-0.2652887 0.01693,-0.1523999 0.04516,-0.282222 L 42.721223,2.813682 h 1.078088 l -0.908755,4.2897745 h -0.85231 l 0.02822,-0.3386664 H 42.04389 Q 41.931002,6.9228344 41.767313,7.0413677 41.603624,7.1599009 41.304469,7.1599009 Z M 41.744735,6.301946 q 0.124178,0 0.220133,-0.1072444 0.1016,-0.1128888 0.169333,-0.282222 0.07338,-0.1749776 0.107245,-0.3668886 0.03951,-0.1975554 0.03951,-0.3668886 0,-0.1806221 -0.05644,-0.2878665 -0.0508,-0.1072443 -0.163689,-0.1072443 -0.146756,0 -0.276578,0.1693332 -0.124177,0.1693332 -0.2032,0.4289774 -0.07338,0.2539999 -0.07338,0.524933 0,0.3951108 0.237066,0.3951108 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path911" />
|
||||||
|
<path
|
||||||
|
d="m 44.860468,7.1034565 0.129823,-0.615244 0.530577,-0.2201331 0.496711,-2.3367983 -0.440267,-0.2370665 0.129822,-0.6208884 h 2.07151 l -0.129822,0.6208884 -0.553155,0.2370665 -0.496711,2.3367983 0.445911,0.2201331 -0.129822,0.615244 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path913" />
|
||||||
|
<path
|
||||||
|
d="m 47.53029,7.1034565 0.6604,-3.1213754 H 49.043 L 49.00913,4.416703 h 0.02258 q 0.152399,-0.2652887 0.355599,-0.3781775 0.208845,-0.1128888 0.502355,-0.1128888 0.293511,0 0.474133,0.1241777 0.180623,0.1185332 0.265289,0.3217331 0.08467,0.1975554 0.08467,0.4402663 0,0.1580443 -0.02258,0.3217331 -0.01693,0.1636887 -0.04516,0.3104442 l -0.349955,1.6594654 h -1.066799 l 0.3556,-1.7046209 q 0.01693,-0.073378 0.03387,-0.1806221 0.01693,-0.1128888 0.01693,-0.2088443 0,-0.1185333 -0.06209,-0.1749777 -0.06209,-0.062089 -0.146756,-0.062089 -0.158044,0 -0.293511,0.1975554 -0.129822,0.191911 -0.214488,0.6095996 l -0.321727,1.523999 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path915" />
|
||||||
|
<path
|
||||||
|
d="m 50.753265,8.4581221 0.948266,-4.476041 h 0.852311 l -0.03387,0.3499553 h 0.02258 q 0.129822,-0.1975554 0.299155,-0.2991554 0.174978,-0.1072443 0.412044,-0.1072443 0.417689,0 0.666044,0.2991553 0.254,0.2991553 0.254,0.8523105 0,0.3894663 -0.1016,0.7619994 -0.09595,0.3668886 -0.276577,0.6660439 -0.180622,0.2991554 -0.440267,0.4797775 -0.259644,0.1749776 -0.581377,0.1749776 -0.208844,0 -0.366889,-0.1072444 -0.158044,-0.1128888 -0.270933,-0.2935109 h -0.02258 q -0.01693,0.2201332 -0.04515,0.4346219 -0.02822,0.2201332 -0.107244,0.5870218 L 51.820065,8.4581221 Z M 52.559486,6.301946 q 0.146756,0 0.265289,-0.1693332 0.118533,-0.1693332 0.186266,-0.4289775 0.07338,-0.2596442 0.07338,-0.5249329 0,-0.3951108 -0.237066,-0.3951108 -0.124178,0 -0.220133,0.1072443 -0.09596,0.1072444 -0.169334,0.2765776 -0.06773,0.1693332 -0.107244,0.3668886 -0.03387,0.191911 -0.03387,0.3725331 0,0.1749776 0.06209,0.2878664 0.06773,0.1072444 0.180622,0.1072444 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path917" />
|
||||||
|
<path
|
||||||
|
d="m 55.494598,7.1599009 q -0.287867,0 -0.474133,-0.1185332 Q 54.839843,6.91719 54.755176,6.7139901 54.67051,6.5107903 54.67051,6.2737238 q 0,-0.1580443 0.01693,-0.3217331 0.02258,-0.1636888 0.0508,-0.3104442 l 0.349955,-1.6594654 h 1.066799 l -0.355599,1.6989765 q -0.01693,0.073378 -0.03387,0.1862665 -0.01693,0.1072444 -0.01693,0.2031998 0,0.1185333 0.06209,0.1806221 0.06209,0.056444 0.146755,0.056444 0.141111,0 0.276578,-0.1919109 0.141111,-0.1975554 0.231422,-0.615244 l 0.321733,-1.5183544 h 1.066799 l -0.6604,3.1213754 h -0.85231 l 0.03387,-0.4346219 h -0.02258 q -0.1524,0.2596443 -0.3556,0.3781775 -0.2032,0.1128888 -0.502355,0.1128888 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path919" />
|
||||||
|
<path
|
||||||
|
d="m 59.044947,7.1599009 q -0.4064,0 -0.620889,-0.1749776 -0.208844,-0.1806221 -0.208844,-0.5757329 0,-0.1128888 0.02258,-0.2596443 0.02258,-0.1467554 0.04516,-0.2596442 l 0.231422,-1.1063103 h -0.423333 l 0.112889,-0.524933 0.598311,-0.2427109 0.378177,-0.6603995 h 0.7112 l -0.135467,0.6265329 h 0.795866 l -0.174978,0.8015105 h -0.795866 l -0.231422,1.0555103 q -0.01693,0.079022 -0.03387,0.1636888 -0.01129,0.079022 -0.01129,0.1241776 0,0.090311 0.0508,0.1354666 0.0508,0.039511 0.124177,0.039511 0.107245,0 0.237067,-0.033867 0.129822,-0.039511 0.265289,-0.095956 v 0.8015105 q -0.174978,0.084667 -0.4064,0.1354665 -0.225778,0.0508 -0.530577,0.0508 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path921" />
|
||||||
|
<path
|
||||||
|
d="M 62.567083,7.995278 Q 62.437261,7.763856 62.341306,7.4534118 62.24535,7.148612 62.19455,6.8268789 62.14939,6.4995014 62.14939,6.2059905 q 0,-0.9595548 0.361244,-1.7497764 0.366888,-0.7902217 1.049866,-1.4957767 h 0.891821 Q 64.051566,3.3950593 63.735477,3.8974145 63.419389,4.3941252 63.233122,4.981147 63.0525,5.5625243 63.0525,6.251146 q 0,0.2596443 0.03951,0.5700885 0.03951,0.3047998 0.107244,0.6095995 0.07338,0.3047998 0.174978,0.564444 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path923" />
|
||||||
|
<path
|
||||||
|
d="m 65.14095,7.1599009 q -0.310444,0 -0.558799,-0.045155 -0.242711,-0.045155 -0.423333,-0.1298221 v -0.857955 q 0.253999,0.1411111 0.468488,0.1975555 0.220133,0.0508 0.445911,0.0508 0.06773,0 0.1524,-0.011289 0.09031,-0.016933 0.1524,-0.056444 0.06773,-0.039511 0.06773,-0.1241777 0,-0.062089 -0.02822,-0.1128888 -0.02822,-0.0508 -0.118533,-0.1185332 -0.09031,-0.067733 -0.282222,-0.1693332 -0.293511,-0.1636888 -0.428978,-0.3668886 -0.129822,-0.2088443 -0.129822,-0.5023552 0,-0.4402663 0.310444,-0.7111995 0.316089,-0.2765775 0.970844,-0.2765775 0.3048,0 0.558799,0.073378 0.259645,0.073378 0.496711,0.2201332 L 66.461749,4.9134137 Q 66.303705,4.8118138 66.10615,4.7327916 q -0.191911,-0.079022 -0.3556,-0.079022 -0.208845,0 -0.208845,0.1862665 0,0.079022 0.08467,0.141111 0.09031,0.062089 0.282222,0.1580443 0.620889,0.3047998 0.620889,0.8805327 0,0.5813773 -0.378178,0.8635993 -0.372533,0.2765776 -1.010355,0.2765776 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path925" />
|
||||||
|
<path
|
||||||
|
d="m 68.036554,7.1599009 q -0.406399,0 -0.620888,-0.1749776 -0.208844,-0.1806221 -0.208844,-0.5757329 0,-0.1128888 0.02258,-0.2596443 0.02258,-0.1467554 0.04516,-0.2596442 l 0.231422,-1.1063103 h -0.423333 l 0.112889,-0.524933 0.59831,-0.2427109 0.378178,-0.6603995 h 0.711199 l -0.135466,0.6265329 h 0.795866 l -0.174978,0.8015105 h -0.795866 l -0.231422,1.0555103 q -0.01693,0.079022 -0.03387,0.1636888 -0.01129,0.079022 -0.01129,0.1241776 0,0.090311 0.0508,0.1354666 0.0508,0.039511 0.124178,0.039511 0.107244,0 0.237067,-0.033867 0.129822,-0.039511 0.265288,-0.095956 v 0.8015105 q -0.174977,0.084667 -0.406399,0.1354665 -0.225778,0.0508 -0.530578,0.0508 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path927" />
|
||||||
|
<path
|
||||||
|
d="m 70.954734,7.1599009 q -0.592666,0 -0.914399,-0.3273775 -0.321733,-0.333022 -0.321733,-0.9087549 0,-0.3838219 0.107244,-0.7394217 0.112889,-0.3612441 0.333022,-0.6434661 0.220133,-0.2822221 0.553155,-0.4459108 0.338667,-0.1693332 0.795866,-0.1693332 0.524933,0 0.824089,0.2370665 0.299155,0.2370665 0.299155,0.6321773 0,0.513644 -0.400755,0.8297327 -0.400756,0.3160886 -1.275644,0.3160886 h -0.163689 v 0.045155 q 0,0.4063997 0.451556,0.4063997 0.237066,0 0.44591,-0.073378 0.214489,-0.073378 0.4572,-0.1975554 v 0.756355 q -0.248355,0.1241777 -0.519288,0.2031998 -0.265289,0.079022 -0.671689,0.079022 z m 0.02258,-1.885243 q 0.361244,0 0.502355,-0.1354666 0.141111,-0.141111 0.141111,-0.282222 0,-0.090311 -0.05644,-0.1467554 -0.05644,-0.062089 -0.174978,-0.062089 -0.124178,0 -0.231422,0.095955 -0.1016,0.095955 -0.169333,0.2427109 -0.06773,0.141111 -0.09031,0.2878665 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path929" />
|
||||||
|
<path
|
||||||
|
d="m 72.817404,7.1034565 0.660399,-3.1213754 h 0.852311 l -0.0508,0.5192885 h 0.02258 q 0.197556,-0.333022 0.4064,-0.4515552 0.214489,-0.1241777 0.530578,-0.1241777 0.06209,0 0.129822,0.00564 0.06773,0.00564 0.09031,0.016933 L 75.22758,5.0037248 q -0.05644,-0.028222 -0.146756,-0.045156 -0.09031,-0.016933 -0.191911,-0.016933 -0.248355,0 -0.434622,0.1693332 -0.180622,0.1693332 -0.276577,0.6208884 l -0.293511,1.371599 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path931" />
|
||||||
|
<path
|
||||||
|
d="m 76.576595,7.1599009 q -0.592667,0 -0.9144,-0.3273775 -0.321733,-0.333022 -0.321733,-0.9087549 0,-0.3838219 0.107245,-0.7394217 0.112888,-0.3612441 0.333022,-0.6434661 0.220133,-0.2822221 0.553155,-0.4459108 0.338666,-0.1693332 0.795866,-0.1693332 0.524933,0 0.824088,0.2370665 0.299155,0.2370665 0.299155,0.6321773 0,0.513644 -0.400755,0.8297327 -0.400755,0.3160886 -1.275643,0.3160886 h -0.163689 v 0.045155 q 0,0.4063997 0.451555,0.4063997 0.237067,0 0.445911,-0.073378 0.214489,-0.073378 0.4572,-0.1975554 v 0.756355 q -0.248356,0.1241777 -0.519289,0.2031998 -0.265289,0.079022 -0.671688,0.079022 z m 0.02258,-1.885243 q 0.361245,0 0.502356,-0.1354666 0.141111,-0.141111 0.141111,-0.282222 0,-0.090311 -0.05644,-0.1467554 -0.05644,-0.062089 -0.174977,-0.062089 -0.124178,0 -0.231422,0.095955 -0.1016,0.095955 -0.169334,0.2427109 -0.06773,0.141111 -0.09031,0.2878665 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path933" />
|
||||||
|
<path
|
||||||
|
d="m 79.810863,7.1599009 q -0.575733,0 -0.891821,-0.3104442 -0.310445,-0.3160887 -0.310445,-0.8918216 0,-0.4007552 0.112889,-0.7619994 0.112889,-0.3668886 0.333022,-0.6491106 0.220133,-0.2878665 0.547511,-0.4515552 0.333022,-0.1693332 0.767644,-0.1693332 0.575733,0 0.886177,0.3160886 0.316088,0.3104442 0.316088,0.8861771 0,0.4007553 -0.112888,0.7676439 -0.112889,0.3612442 -0.333022,0.6491106 -0.220133,0.282222 -0.553155,0.4515552 -0.327378,0.1636888 -0.762,0.1636888 z m 0.118533,-0.8015105 q 0.158045,0 0.282222,-0.1862665 0.124178,-0.191911 0.197556,-0.4797774 0.07338,-0.2935109 0.07338,-0.5983107 0,-0.3668886 -0.237067,-0.3668886 -0.158044,0 -0.282222,0.1919109 -0.124178,0.1862666 -0.197555,0.474133 -0.06773,0.2878665 -0.06773,0.5983107 0,0.3668886 0.231422,0.3668886 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path935" />
|
||||||
|
<path
|
||||||
|
d="m 81.436465,7.995278 q 0.400755,-0.4346218 0.711199,-0.9313326 0.310444,-0.5023552 0.485422,-1.0893769 0.180622,-0.5870218 0.180622,-1.2699991 0,-0.2652887 -0.03951,-0.5700884 -0.03951,-0.3047998 -0.112889,-0.6095996 -0.07338,-0.3047997 -0.174977,-0.564444 h 0.812799 q 0.146755,0.2483554 0.237066,0.5531551 0.09031,0.3047998 0.135467,0.6265329 0.04516,0.3160887 0.04516,0.6095995 0,0.9595549 -0.349956,1.7497765 -0.344311,0.7902216 -1.032932,1.4957766 z"
|
||||||
|
style="font-weight:900;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke:none;stroke-width:0.285"
|
||||||
|
id="path937" />
|
||||||
|
</g>
|
||||||
|
<path
|
||||||
|
id="path1348"
|
||||||
|
style="color:#000000;fill:#e0e0e0;fill-opacity:0.752941;stroke-width:0.714406;-inkscape-stroke:none"
|
||||||
|
d="M 5.4193109,1.6360535 C 4.0746261,1.6465667 2.9804856,2.7485866 2.9805103,4.0933129 v 1.5080987 0.00443 0.00406 0.00702 c 0.00324,0.6351315 0.1709081,1.2397841 0.5330952,1.705241 0.091293,0.1173226 0.1960748,0.2241342 0.3126952,0.3186015 V 5.3666133 h 0.00259 V 4.0933129 C 3.8288705,3.2043172 4.5362516,2.4899017 5.4252198,2.4829515 6.3176074,2.4761075 7.0387059,3.1839609 7.0477631,4.0763306 v 0.016982 1.6742295 c 0,0.3851813 -0.1170262,0.6035969 -0.3182329,0.7675243 C 6.5283236,6.6989941 6.2034026,6.8056753 5.769664,6.8056753 H 5.437754 V 8.3957797 H 6.193851 V 7.5229912 C 6.5799202,7.4642455 6.9804539,7.4245038 7.2655789,7.1922063 7.6635843,6.8679419 7.8946602,6.354867 7.8946602,5.7675423 V 4.0933128 4.0693159 4.0682086 C 7.8809586,2.7185401 6.7690097,1.6257071 5.4193109,1.6360535 Z"
|
||||||
|
sodipodi:nodetypes="ccccccscccccccsssccccsscccc" />
|
||||||
|
<g
|
||||||
|
aria-label="B"
|
||||||
|
id="text1054"
|
||||||
|
style="font-style:italic;font-weight:900;font-size:6.35px;font-family:Roboto;-inkscape-font-specification:'Roboto, Heavy Italic';fill:#e0e0e0;fill-opacity:0.752941;stroke-width:0.285001;stop-color:#000000"
|
||||||
|
transform="matrix(0.71440613,0,0,0.71440613,-2.144828,0.00813001)">
|
||||||
|
<path
|
||||||
|
id="path1085"
|
||||||
|
style="font-style:normal;-inkscape-font-specification:'Roboto, Heavy';stroke-width:0.285"
|
||||||
|
d="M 8.865092,5.8580404 V 8.9958333 11.74073 H 9.9533976 V 8.9958333 h 0.7441404 c 0.549837,-0.00413 0.964283,-0.116789 1.243335,-0.3379638 0.281119,-0.223242 0.42168,-0.5560389 0.42168,-0.9983887 0,-0.2439125 -0.06305,-0.4506186 -0.189136,-0.6201172 -0.12609,-0.1694982 -0.306958,-0.2852537 -0.542602,-0.3472656 0.208772,-0.078548 0.366902,-0.2005048 0.474389,-0.3658692 0.107487,-0.1653644 0.161231,-0.3648358 0.161231,-0.598413 0,-0.4051429 -0.151929,-0.7141686 -0.455786,-0.9270752 C 11.508859,4.5878339 11.18123,4.4813802 10.486698,4.4813802 H 9.9533976 c -1.0883054,0 -1.0883056,1.029605 -1.0883056,1.3766602 z m 1.0883056,-0.022757 c 0,-0.3308701 0.1341694,-0.4768142 0.3334184,-0.4952 l 0.199882,-0.018444 c 0.203885,-0.018814 0.420647,0.042375 0.530201,0.127124 0.109553,0.082682 0.164331,0.2191083 0.164331,0.4092774 0,0.1653644 -0.05064,0.2904216 -0.151929,0.3751709 -0.101285,0.08475 -0.270784,0.1281579 -0.508496,0.1302246 H 9.9533976 Z m 0,1.2412875 h 0.7627444 c 0.374137,0.00207 0.561206,0.1912032 0.561206,0.5674073 0,0.1632973 -0.05271,0.2904217 -0.15813,0.381372 -0.105419,0.088883 -0.256315,0.1333252 -0.452686,0.1333252 H 9.9533976 Z"
|
||||||
|
sodipodi:nodetypes="cccccccsscssczccssscssccsccscscc" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 7.2 KiB |
|
After Width: | Height: | Size: 5.6 KiB |
|
After Width: | Height: | Size: 5.8 KiB |
@@ -33,6 +33,10 @@
|
|||||||
#include "ModFileTypes.hpp"
|
#include "ModFileTypes.hpp"
|
||||||
|
|
||||||
|
|
||||||
|
#define PIPEDAL_PATCH "http://github.com/rerdavies/pipedal/patch"
|
||||||
|
#define PIPEDAL_PATCH_PREFIX PIPEDAL_PATCH "#"
|
||||||
|
#define PIPEDAL_PATCH__readable (PIPEDAL_PATCH_PREFIX "readable")
|
||||||
|
|
||||||
#define PIPEDAL_UI "http://github.com/rerdavies/pipedal/ui"
|
#define PIPEDAL_UI "http://github.com/rerdavies/pipedal/ui"
|
||||||
#define PIPEDAL_UI_PREFIX PIPEDAL_UI "#"
|
#define PIPEDAL_UI_PREFIX PIPEDAL_UI "#"
|
||||||
|
|
||||||
|
|||||||
@@ -193,6 +193,7 @@ void PluginHost::LilvUris::Initialize(LilvWorld *pWorld)
|
|||||||
|
|
||||||
patch__writable = lilv_new_uri(pWorld, LV2_PATCH__writable);
|
patch__writable = lilv_new_uri(pWorld, LV2_PATCH__writable);
|
||||||
patch__readable = lilv_new_uri(pWorld, LV2_PATCH__readable);
|
patch__readable = lilv_new_uri(pWorld, LV2_PATCH__readable);
|
||||||
|
pipedal_patch__readable = lilv_new_uri(pWorld, PIPEDAL_PATCH__readable);
|
||||||
|
|
||||||
dc__format = lilv_new_uri(pWorld, "http://purl.org/dc/terms/format");
|
dc__format = lilv_new_uri(pWorld, "http://purl.org/dc/terms/format");
|
||||||
|
|
||||||
|
|||||||
@@ -757,6 +757,7 @@ namespace pipedal
|
|||||||
|
|
||||||
AutoLilvNode patch__writable;
|
AutoLilvNode patch__writable;
|
||||||
AutoLilvNode patch__readable;
|
AutoLilvNode patch__readable;
|
||||||
|
AutoLilvNode pipedal_patch__readable;
|
||||||
|
|
||||||
AutoLilvNode mod__brand;
|
AutoLilvNode mod__brand;
|
||||||
AutoLilvNode mod__label;
|
AutoLilvNode mod__label;
|
||||||
|
|||||||