v1.5.97, ToobAmp aarch64 update.

This commit is contained in:
Robin E. R. Davies
2026-01-21 07:16:28 -05:00
parent fcb94c4718
commit 5fa458a599
15 changed files with 653 additions and 24 deletions
+2 -2
View File
@@ -1,13 +1,13 @@
cmake_minimum_required(VERSION 3.16.0)
project(pipedal
VERSION 1.5.96
VERSION 1.5.97
DESCRIPTION "PiPedal Guitar Effect Pedal For Raspberry Pi"
HOMEPAGE_URL "https://rerdavies.github.io/pipedal"
)
execute_process( COMMAND dpkg --print-architecture COMMAND tr -d '\n' OUTPUT_VARIABLE DEBIAN_ARCHITECTURE )
set (DISPLAY_VERSION "PiPedal v1.5.96-Experimental")
set (DISPLAY_VERSION "PiPedal v1.5.97-Beta")
set (PACKAGE_ARCHITECTURE ${DEBIAN_ARCHITECTURE})
set (CMAKE_INSTALL_PREFIX "/usr/")
+2 -2
View File
@@ -9,11 +9,11 @@
<img src="https://img.shields.io/github/downloads/rerdavies/pipedal/total?color=%23808080&link=https%3A%2F%2Frerdavies.github.io%2Fpipedal%2Fdownload.html"/>
Download:&nbsp;<a href='https://rerdavies.github.io/pipedal/download.html'>v1.5.96</a>
Download:&nbsp;<a href='https://rerdavies.github.io/pipedal/download.html'>v1.5.97</a>
Website:&nbsp;[https://rerdavies.github.io/pipedal](https://rerdavies.github.io/pipedal).
Documentation:&nbsp;[https://rerdavies.github.io/pipedal/Documentation.html](https://rerdavies.github.io/pipedal/Documentation.html).
#### NEW version 1.5.96 Release. See the [release notes](https://rerdavies.github.io/pipedal/ReleaseNotes) for details. TooB NAM calibration, manipulation of i/r files in Toob Convolution Reverb, new Parametric EQ and 3 Band EQ plugins, and MORE!
#### NEW version 1.5.97 Release. See the [release notes](https://rerdavies.github.io/pipedal/ReleaseNotes) for details. TooB NAM calibration, manipulation of i/r files in Toob Convolution Reverb, new Parametric EQ and 3 Band EQ plugins, and MORE!
&nbsp;
+5 -5
View File
@@ -13,18 +13,18 @@ page_icon: img/Install4.jpg
Download the most recent Debian (.deb) package for your platform:
- [Raspberry Pi OS bookworm (aarch64) v1.5.96](https://github.com/rerdavies/pipedal/releases/download/v1.5.96/pipedal_1.5.96_arm64.deb)
- [Ubuntu 24.04 through 25.04 (aarch64) v1.5.96](https://github.com/rerdavies/pipedal/releases/download/v1.5.96/pipedal_1.5.96_arm64.deb)
- [Ubuntu 24.04 through 25.04 (amd64) v1.5.96](https://github.com/rerdavies/pipedal/releases/download/v1.5.96/pipedal_1.5.96_amd64.deb)
- [Raspberry Pi OS bookworm (aarch64) v1.5.97](https://github.com/rerdavies/pipedal/releases/download/v1.5.97/pipedal_1.5.97_arm64.deb)
- [Ubuntu 24.04 through 25.04 (aarch64) v1.5.97](https://github.com/rerdavies/pipedal/releases/download/v1.5.97/pipedal_1.5.97_arm64.deb)
- [Ubuntu 24.04 through 25.04 (amd64) v1.5.97](https://github.com/rerdavies/pipedal/releases/download/v1.5.97/pipedal_1.5.97_amd64.deb)
Version 1.5.96 has been tested on Raspberry Pi OS bookworm, Ubuntu 24.04 (amd64), Ubuntu 24.10 (aarch64), and Ubuntu 25.04 (aarch64). Download the appropriate package for your platform, and install using the following procedure:
Version 1.5.97 has been tested on Raspberry Pi OS bookworm, Ubuntu 24.04 (amd64), Ubuntu 24.10 (aarch64), and Ubuntu 25.04 (aarch64). Download the appropriate package for your platform, and install using the following procedure:
```
sudo apt update
sudo apt upgrade
cd ~/Downloads
sudo apt-get install ./pipedal_1.5.96_arm64.deb
sudo apt-get install ./pipedal_1.5.97_arm64.deb
```
You MUST use `apt-get`. `apt` will not install downloaded packages; and `dpkg -i` will not install dependencies.
+5 -3
View File
@@ -1,16 +1,18 @@
# Release Notes
## PiPedal 1.5.96 Beta
A very minor feature, and a series of small but important bug fixes.
## PiPedal 1.5.97 Beta
### Minor Features
### Features
- Stereo versions of TooB 3 Band EQ and TooB Parameteric EQ
- Added a Start Offset control to the TooB Convolution Reverbs.
### Bug Fixes
- TooB 3 Band Eq has no effect.
- TooB Convolution Reveb Bypass not saved in Snapshots.
- Split controls do not reset to default when double-tapped/-clicked.
- Convolution Reverb: Default values changed. Direct control defaults to 0dB, Reverb control defaults to -12dB
- L/R Split volume controls should default to 0Db instead of -3dB.
- Split controls behave unpredictably if the type of a Split is changed by a snapshot change.
- Split controls behave unpredictably if the type of a Split is changed when switching between presets that have otherwise identical structure.
+4 -4
View File
@@ -4,9 +4,9 @@
Download the most recent Debian (.deb) package for your platform:
- [Raspberry Pi OS bookworm (aarch64) v1.5.96 Beta](https://github.com/rerdavies/pipedal/releases/download/v1.5.96/pipedal_1.5.96_arm64.deb)
- [Ubuntu 24.x, 25.04 (aarch64) v1.5.96 Alpha](https://github.com/rerdavies/pipedal/releases/download/v1.5.96/pipedal_1.5.96_arm64.deb)
- [Ubuntu 24.x, 25.04 (amd64) v1.5.96 Alpha](https://github.com/rerdavies/pipedal/releases/download/v1.5.96/pipedal_1.5.96_amd64.deb)
- [Raspberry Pi OS bookworm (aarch64) v1.5.97 Beta](https://github.com/rerdavies/pipedal/releases/download/v1.5.97/pipedal_1.5.97_arm64.deb)
- [Ubuntu 24.x, 25.04 (aarch64) v1.5.97 Alpha](https://github.com/rerdavies/pipedal/releases/download/v1.5.97/pipedal_1.5.97_arm64.deb)
- [Ubuntu 24.x, 25.04 (amd64) v1.5.97 Alpha](https://github.com/rerdavies/pipedal/releases/download/v1.5.97/pipedal_1.5.97_amd64.deb)
Install the package by running
@@ -14,7 +14,7 @@ Install the package by running
```
sudo apt update
cd ~/Downloads
sudo apt-get install ./pipedal_1.5.96_arm64.deb
sudo apt-get install ./pipedal_1.5.97_arm64.deb
```
You MUST use `apt-get` to install the package. `apt install` will NOT install the package correctly. The message about missing permissions given by `apt-get` is
expected, and can be safely ignored.
@@ -208,7 +208,7 @@ Source: https://www.openair.hosted.york.ac.uk/?page_id=483
lv2:index 2;
lv2:symbol "direct_mix" ;
lv2:name "Direct";
lv2:default -3.0 ;
lv2:default 0.0 ;
lv2:minimum -40.0 ;
lv2:maximum 40.0 ;
units:unit units:db ;
@@ -228,7 +228,7 @@ Source: https://www.openair.hosted.york.ac.uk/?page_id=483
lv2:symbol "reverb_mix" ;
lv2:name "Reverb";
lv2:default -6.0 ;
lv2:default -12.0 ;
lv2:minimum -40.0 ;
lv2:maximum 40.0 ;
units:unit units:db ;
@@ -210,7 +210,7 @@ Source: https://www.openair.hosted.york.ac.uk/?page_id=483
lv2:index 2;
lv2:symbol "direct_mix" ;
lv2:name "Direct";
lv2:default -6.0 ;
lv2:default 0.0 ;
lv2:minimum -40.0 ;
lv2:maximum 40.0 ;
units:unit units:db ;
@@ -230,7 +230,7 @@ Source: https://www.openair.hosted.york.ac.uk/?page_id=483
lv2:symbol "reverb_mix" ;
lv2:name "Reverb";
lv2:default 0.0 ;
lv2:default -12.0 ;
lv2:minimum -40.0 ;
lv2:maximum 40.0 ;
units:unit units:db ;
+2 -2
View File
@@ -45,8 +45,8 @@ toob:frequencyResponseVector
<http://two-play.com/plugins/toob-three-band-eq>
a lv2:Plugin ,
lv2:EQPlugin ;
doap:name "TooB 3 Band EQ" ,
"TooB 3 Band EQ"@en-gb-gb
doap:name "TooB 3 Band EQ (mono)" ,
"TooB 3 Band EQ (mono)"@en-gb-gb
;
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
@@ -0,0 +1,224 @@
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix units: <http://lv2plug.in/ns/extensions/units#> .
@prefix urid: <http://lv2plug.in/ns/ext/urid#> .
@prefix atom: <http://lv2plug.in/ns/ext/atom#> .
@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 idpy: <http://harrisonconsoles.com/lv2/inlinedisplay#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix mod: <http://moddevices.com/ns/mod#> .
@prefix param: <http://lv2plug.in/ns/ext/parameters#> .
@prefix work: <http://lv2plug.in/ns/ext/worker#> .
@prefix pg: <http://lv2plug.in/ns/ext/port-groups#> .
@prefix atom: <http://lv2plug.in/ns/ext/atom#> .
@prefix patch: <http://lv2plug.in/ns/ext/patch#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix state: <http://lv2plug.in/ns/ext/state#> .
@prefix urid: <http://lv2plug.in/ns/ext/urid#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@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 tonestack: <two-play.com/plugins/toob-three-band-eq-stereo#> .
toob:frequencyResponseVector
a lv2:Parameter;
rdfs:label "Frequency Response";
rdfs:range atom:Vector.
<http://two-play.com/rerdavies#me>
a foaf:Person ;
foaf:name "Robin Davies" ;
foaf:mbox <mailto:rerdavies@gmail.com> ;
foaf:homepage <https://github.com/sponsors/rerdavies> .
<http://two-play.com/plugins/toob-three-band-eq-stereo>
a lv2:Plugin ,
lv2:EQPlugin ;
doap:name "TooB 3 Band EQ (Stereo)" ,
"TooB 3 Band EQ (Stereo)"@en-gb-gb
;
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
doap:maintainer <http://two-play.com/rerdavies#me> ;
lv2:minorVersion 0 ;
lv2:microVersion 73 ;
uiext:ui <http://two-play.com/plugins/toob-three-band-eq-stereo-ui>;
rdfs:comment """
TooB 3 Band Eq provides a basic 3-band equalizer optimized for shaping guitar tones.
Beside being useful, TooB 3 Band Eq matches the EQ section found in Steven Atkinson's Neural Amp Modeler plugin, and is
therefore useful for migrating NAM presets to TooB Neural Amp Modeler.
This plugin uses code from https://github.com/sdatkinson/NeuralAmpModelerPlugin covered under the following license.
MIT License
Copyright (c) 2022 Steven Atkinson
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
""" ;
mod:brand "TooB";
mod:label "3 Band EQ";
lv2:requiredFeature urid:map ;
lv2:optionalFeature lv2:hardRTCapable;
pipedal_patch:readable
toob:frequencyResponseVector;
lv2:port
[
a lv2:InputPort ,
lv2:ControlPort ;
lv2:index 0 ;
lv2:symbol "bass" ;
lv2:name "Bass";
lv2:default 5.0 ;
lv2:minimum 0.0 ;
lv2:maximum 10.0 ;
], [
a lv2:InputPort ,
lv2:ControlPort ;
lv2:index 1 ;
lv2:symbol "mid" ;
lv2:name "Mid";
lv2:default 5.0 ;
lv2:minimum 0.0 ;
lv2:maximum 10.0 ;
], [
a lv2:InputPort ,
lv2:ControlPort ;
lv2:index 2 ;
lv2:symbol "treble" ;
lv2:name "Treble";
lv2:default 5.0 ;
lv2:minimum 0.0 ;
lv2:maximum 10.0;
], [
a lv2:InputPort ,
lv2:ControlPort ;
lv2:index 3 ;
lv2:symbol "gain" ;
lv2:name "Gain";
lv2:default 0.0 ;
lv2:minimum -40.0 ;
lv2:maximum 30.0;
units:unit units:db;
],
[
a lv2:AudioPort ,
lv2:InputPort ;
lv2:index 4 ;
lv2:symbol "in" ;
lv2:name "InL"
], [
a lv2:AudioPort ,
lv2:OutputPort ;
lv2:index 5 ;
lv2:symbol "out" ;
lv2:name "OutL"
],[
a atom:AtomPort ,
lv2:InputPort;
atom:bufferType atom:Sequence ;
# atom:supports patch:Message;
lv2:designation lv2:control ;
lv2:index 6 ;
lv2:symbol "control" ;
lv2:name "Control" ;
rdfs:comment "Plugin to GUI communication" ;
] , [
a atom:AtomPort ,
lv2:OutputPort ;
atom:bufferType atom:Sequence ;
# atom:supports patch:Message;
lv2:designation lv2:control ;
lv2:index 7 ;
lv2:symbol "notify" ;
lv2:name "Notify" ;
rdfs:comment "Plugin to GUI communication" ;
],
[
a lv2:AudioPort ,
lv2:InputPort ;
lv2:index 8 ;
lv2:symbol "inR" ;
lv2:name "InR"
], [
a lv2:AudioPort ,
lv2:OutputPort ;
lv2:index 9 ;
lv2:symbol "outR" ;
lv2:name "OutR"
]
.
<http://two-play.com/plugins/toob-three-band-eq-stereo-ui>
a uiext:X11UI ;
lv2:binary <ToobAmpUI.so>;
lv2:extensionData uiext::idle ;
lv2:extensionData uiext:resize ;
lv2:extensionData uiext:idleInterface;
lv2:requiredFeature uiext:idleInterface ;
.
<http://two-play.com/plugins/toob-three-band-eq-stereo>
pipedal_ui:ui <http://two-play.com/plugins/toob-three-band-eq-stereo#piPedalUI>.
<http://two-play.com/plugins/toob-three-band-eq-stereo#piPedalUI>
a pipedal_ui:ui ;
pipedal_ui:frequencyPlot
[
lv2:index 0 ;
pipedal_ui:patchProperty toob:frequencyResponseVector;
pipedal_ui:xLeft 30 ;
pipedal_ui:xRight 22050 ;
pipedal_ui:yTop 10 ;
pipedal_ui:yBottom -35 ;
pipedal_ui:xLog 1 ;
pipedal_ui:yDb 1 ;
pipedal_ui:width 236 ;
]
.
Binary file not shown.
+2 -2
View File
@@ -80,8 +80,8 @@ parametric_eq:hfGroup
<http://two-play.com/plugins/toob-parametric-eq>
a lv2:Plugin ,
lv2:ParaEQPlugin ;
doap:name "TooB Parametric EQ" ,
"TooB Parametric EQ"@en-gb-gb
doap:name "TooB Parametric EQ (Mono)" ,
"TooB Parametric EQ (Mono)"@en-gb-gb
;
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
@@ -0,0 +1,395 @@
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix units: <http://lv2plug.in/ns/extensions/units#> .
@prefix urid: <http://lv2plug.in/ns/ext/urid#> .
@prefix atom: <http://lv2plug.in/ns/ext/atom#> .
@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 idpy: <http://harrisonconsoles.com/lv2/inlinedisplay#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix mod: <http://moddevices.com/ns/mod#> .
@prefix param: <http://lv2plug.in/ns/ext/parameters#> .
@prefix work: <http://lv2plug.in/ns/ext/worker#> .
@prefix pg: <http://lv2plug.in/ns/ext/port-groups#> .
@prefix atom: <http://lv2plug.in/ns/ext/atom#> .
@prefix patch: <http://lv2plug.in/ns/ext/patch#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix state: <http://lv2plug.in/ns/ext/state#> .
@prefix urid: <http://lv2plug.in/ns/ext/urid#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@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-parametric-eq-stereo: <two-play.com/plugins/toob-parametric-eq-stereo#> .
toob:frequencyResponseVector
a lv2:Parameter;
rdfs:label "Frequency Response";
rdfs:range atom:Vector.
toob-parametric-eq-stereo:filterGroup
a param:ControlGroup ,
pg:InputGroup ;
lv2:name "Filters" ;
lv2:symbol "filterGroup" .
toob-parametric-eq-stereo:lfGroup
a param:ControlGroup ,
pg:InputGroup ;
lv2:name "Low" ;
lv2:symbol "lfGroup" .
toob-parametric-eq-stereo:lmfGroup
a param:ControlGroup ,
pg:InputGroup ;
lv2:name "Low Mid" ;
lv2:symbol "lmfGroup" .
toob-parametric-eq-stereo:hmfGroup
a param:ControlGroup ,
pg:InputGroup ;
lv2:name "High Mid" ;
lv2:symbol "hmfGroup" .
toob-parametric-eq-stereo:hfGroup
a param:ControlGroup ,
pg:InputGroup ;
lv2:name "High" ;
lv2:symbol "hfGroup" .
<http://two-play.com/rerdavies#me>
a foaf:Person ;
foaf:name "Robin Davies" ;
foaf:mbox <mailto:rerdavies@gmail.com> ;
foaf:homepage <https://github.com/sponsors/rerdavies> .
<http://two-play.com/plugins/toob-parametric-eq-stereo>
a lv2:Plugin ,
lv2:ParaEQPlugin ;
doap:name "TooB Parametric EQ (Stereo)" ,
"TooB Parametric EQ (Stereo)"@en-gb-gb
;
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
doap:maintainer <http://two-play.com/rerdavies#me> ;
lv2:minorVersion 0 ;
lv2:microVersion 73 ;
uiext:ui <http://two-play.com/plugins/toob-parametric-eq-stereo-ui>;
rdfs:comment """
TooB Parametric EQ provides a flexible 4-band parametric studio EQ that is up the task of shaping tone before or after amp models.
""" ;
mod:brand "TooB";
mod:label "Parametric EQ";
lv2:requiredFeature urid:map ;
lv2:optionalFeature lv2:hardRTCapable;
pipedal_patch:readable
toob:frequencyResponseVector;
lv2:port
### FILTERS ###
[
a lv2:InputPort ,
lv2:ControlPort ;
lv2:index 0 ;
lv2:symbol "loCut" ;
lv2:name "Lo Cut";
pg:group toob-parametric-eq-stereo:filterGroup;
lv2:default 0.0 ;
lv2:minimum 20.0 ;
lv2:maximum 350.0 ;
lv2:portProperty epp:logarithmic;
units:unit units:hz;
lv2:scalePoint [
rdfs:label "OFF" ;
rdf:value 20.0
];
],
[
a lv2:InputPort ,
lv2:ControlPort ;
lv2:index 1 ;
lv2:symbol "hiCut" ;
lv2:name "Hi Cut";
pg:group toob-parametric-eq-stereo:filterGroup;
lv2:default 21.000 ;
lv2:minimum 3.000 ;
lv2:maximum 21.000 ;
lv2:portProperty epp:logarithmic;
units:unit units:khz;
lv2:scalePoint [
rdfs:label "OFF" ;
rdf:value 21.000
];
],
## LF ###########
[
a lv2:InputPort ,
lv2:ControlPort ;
lv2:index 2 ;
lv2:symbol "lfLevel" ;
lv2:name "Level";
pg:group toob-parametric-eq-stereo:lfGroup;
lv2:default 0.0 ;
lv2:minimum -15.0 ;
lv2:maximum 15.0 ;
units:unit units:db ;
],
[
a lv2:InputPort ,
lv2:ControlPort ;
lv2:index 3 ;
lv2:symbol "lfC" ;
lv2:name "Freq";
pg:group toob-parametric-eq-stereo:lfGroup;
lv2:default 120.0 ;
lv2:minimum 30.0 ;
lv2:maximum 450.0 ;
units:unit units:hz ;
],
## LMF #####
[
a lv2:InputPort ,
lv2:ControlPort ;
lv2:index 4 ;
lv2:symbol "lmfLevel" ;
lv2:name "Level";
pg:group toob-parametric-eq-stereo:lmfGroup;
lv2:default 0.0 ;
lv2:minimum -15.0 ;
lv2:maximum 15.0 ;
units:unit units:db ;
],
[
a lv2:InputPort ,
lv2:ControlPort ;
lv2:index 5 ;
lv2:symbol "lmfC" ;
lv2:name "Freq";
pg:group toob-parametric-eq-stereo:lmfGroup;
lv2:portProperty epp:logarithmic ;
lv2:default 400.0 ;
lv2:minimum 129.0 ;
lv2:maximum 2500.0 ;
units:unit units:hz ;
],
[
a lv2:InputPort ,
lv2:ControlPort ;
lv2:index 6 ;
lv2:symbol "lmfQ" ;
lv2:name "Q";
pg:group toob-parametric-eq-stereo:lmfGroup;
lv2:portProperty epp:logarithmic;
lv2:default 1.5 ;
lv2:minimum 0.5 ;
lv2:maximum 3.0 ;
],
## HMF #####
[
a lv2:InputPort ,
lv2:ControlPort ;
lv2:index 7 ;
lv2:symbol "hmfLevel" ;
lv2:name "Level";
pg:group toob-parametric-eq-stereo:hmfGroup;
lv2:default 0.0 ;
lv2:minimum -15.0 ;
lv2:maximum 15.0 ;
units:unit units:db ;
],
[
a lv2:InputPort ,
lv2:ControlPort ;
lv2:index 8 ;
lv2:symbol "hmfC" ;
lv2:name "Freq";
pg:group toob-parametric-eq-stereo:hmfGroup;
lv2:portProperty epp:logarithmic;
lv2:default 2.0 ;
lv2:minimum 0.600 ;
lv2:maximum 7.500 ;
units:unit units:khz ;
],
[
a lv2:InputPort ,
lv2:ControlPort ;
lv2:index 9 ;
lv2:symbol "hmfQ" ;
lv2:name "Q";
pg:group toob-parametric-eq-stereo:hmfGroup;
lv2:portProperty epp:logarithmic;
lv2:default 1.5 ;
lv2:minimum 0.5 ;
lv2:maximum 3.0 ;
],
## HF ###########
[
a lv2:InputPort ,
lv2:ControlPort ;
lv2:index 10 ;
lv2:symbol "hfLevel" ;
lv2:name "Level";
pg:group toob-parametric-eq-stereo:hfGroup;
lv2:default 0.0 ;
lv2:minimum -15.0 ;
lv2:maximum 15.0 ;
units:unit units:db ;
],
[
a lv2:InputPort ,
lv2:ControlPort ;
lv2:index 11 ;
lv2:symbol "hfC" ;
lv2:name "Freq";
pg:group toob-parametric-eq-stereo:hfGroup;
lv2:default 2.0 ;
lv2:minimum 1.0 ;
lv2:maximum 16.0 ;
units:unit units:khz ;
],
[
a lv2:InputPort ,
lv2:ControlPort ;
lv2:index 12 ;
lv2:symbol "gain" ;
lv2:name "Gain";
lv2:default 0.0 ;
lv2:minimum -40.0 ;
lv2:maximum 30.0;
units:unit units:db;
],
[
a lv2:AudioPort ,
lv2:InputPort ;
lv2:index 13 ;
lv2:symbol "in" ;
lv2:name "InL"
], [
a lv2:AudioPort ,
lv2:OutputPort ;
lv2:index 14 ;
lv2:symbol "out" ;
lv2:name "OutL"
],[
a atom:AtomPort ,
lv2:InputPort;
atom:bufferType atom:Sequence ;
# atom:supports patch:Message;
lv2:designation lv2:control ;
lv2:index 15 ;
lv2:symbol "control" ;
lv2:name "Control" ;
rdfs:comment "Plugin to GUI communication" ;
] , [
a atom:AtomPort ,
lv2:OutputPort ;
atom:bufferType atom:Sequence ;
# atom:supports patch:Message;
lv2:designation lv2:control ;
lv2:index 16 ;
lv2:symbol "notify" ;
lv2:name "Notify" ;
rdfs:comment "Plugin to GUI communication" ;
],
[
a lv2:AudioPort ,
lv2:InputPort ;
lv2:index 17 ;
lv2:symbol "inR" ;
lv2:name "InR"
], [
a lv2:AudioPort ,
lv2:OutputPort ;
lv2:index 18 ;
lv2:symbol "outR" ;
lv2:name "OutR"
]
.
<http://two-play.com/plugins/toob-parametric-eq-stereo-ui>
a uiext:X11UI ;
lv2:binary <ToobAmpUI.so>;
lv2:extensionData uiext::idle ;
lv2:extensionData uiext:resize ;
lv2:extensionData uiext:idleInterface;
lv2:requiredFeature uiext:idleInterface ;
.
<http://two-play.com/plugins/toob-parametric-eq-stereo>
pipedal_ui:ui <http://two-play.com/plugins/toob-parametric-eq-stereo#piPedalUI>.
<http://two-play.com/plugins/toob-parametric-eq-stereo#piPedalUI>
a pipedal_ui:ui ;
pipedal_ui:frequencyPlot
[
lv2:index 0 ;
pipedal_ui:patchProperty toob:frequencyResponseVector;
pipedal_ui:xLeft 30 ;
pipedal_ui:xRight 22050 ;
pipedal_ui:yTop 10 ;
pipedal_ui:yBottom -35 ;
pipedal_ui:xLog 1 ;
pipedal_ui:yDb 1 ;
pipedal_ui:width 236 ;
]
.
Binary file not shown.
Binary file not shown.
+8
View File
@@ -12,10 +12,18 @@
lv2:binary <ToobAmp.so> ;
rdfs:seeAlso <Toob3BandEq.ttl> .
<http://two-play.com/plugins/toob-three-band-eq-stereo> a lv2:Plugin ;
lv2:binary <ToobAmp.so> ;
rdfs:seeAlso <Toob3BandEqStereo.ttl> .
<http://two-play.com/plugins/toob-parametric-eq> a lv2:Plugin ;
lv2:binary <ToobAmp.so> ;
rdfs:seeAlso <ToobParametricEq.ttl> .
<http://two-play.com/plugins/toob-parametric-eq-stereo> a lv2:Plugin ;
lv2:binary <ToobAmp.so> ;
rdfs:seeAlso <ToobParametricEqStereo.ttl> .
<http://two-play.com/plugins/toob-convolution-reverb> a lv2:Plugin ;
lv2:binary <ToobAmp.so> ;