ToobAmp aarch64 1.1.58

This commit is contained in:
Robin E. R. Davies
2025-03-18 05:09:13 -04:00
parent 94cd18f316
commit 842fa68797
32 changed files with 686 additions and 100 deletions
+15 -10
View File
@@ -88,7 +88,7 @@ myprefix:loop3_group
doap:license <https://opensource.org/license/mit/> ;
doap:maintainer <http://two-play.com/rerdavies#me> ;
lv2:minorVersion 1 ;
lv2:microVersion 57 ;
lv2:microVersion 58 ;
ui:ui <http://two-play.com/plugins/toob-record-stereo-ui>;
@@ -101,7 +101,7 @@ myprefix:loop3_group
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";
@@ -117,7 +117,7 @@ Record the signal input to file.
lv2:symbol "stop" ;
lv2:name "⏹";
rdfs:comment "Stop.";
lv2:default 0 ;
lv2:default 0.0 ;
lv2:minimum 0.0;
lv2:maximum 1.0;
lv2:portProperty lv2:toggled,pprop:trigger;
@@ -130,7 +130,7 @@ Record the signal input to file.
lv2:symbol "record" ;
lv2:name "⏺";
rdfs:comment "Start recording. Click again to stop.";
lv2:default 0 ;
lv2:default 0.0 ;
lv2:minimum 0.0;
lv2:maximum 1.0;
lv2:portProperty lv2:toggled,pprop:trigger;
@@ -154,8 +154,8 @@ Record the signal input to file.
lv2:index 3;
lv2:symbol "play" ;
lv2:name "⏵";
rdfs:comment "Play. Click again to stop.";
lv2:default 0 ;
rdfs:comment "Preview the recorded file. Click again to stop.";
lv2:default 0.0 ;
lv2:minimum 0.0;
lv2:maximum 1.0;
lv2:portProperty lv2:toggled,pprop:trigger;
@@ -196,7 +196,7 @@ Record the signal input to file.
lv2:portProperty lv2:integer, lv2:enumeration ;
lv2:default 0 ;
lv2:default 0.0 ;
lv2:minimum 0 ;
lv2:maximum 3 ;
lv2:scalePoint [
@@ -225,7 +225,7 @@ Record the signal input to file.
lv2:symbol "level" ;
lv2:name "Level";
lv2:name "Input trim level for recording";
lv2:default 0 ;
lv2:default 0.0 ;
lv2:minimum -60.0;
lv2:maximum 30.0;
lv2:scalePoint [
@@ -276,6 +276,9 @@ Record the signal input to file.
a atom:AtomPort ,
lv2:InputPort ;
lv2:index 11 ;
atom:bufferType atom:Sequence ;
atom:supports patch:Message;
lv2:symbol "controlIn" ;
lv2:name "ControlIn"
],
@@ -283,6 +286,9 @@ Record the signal input to file.
a atom:AtomPort ,
lv2:OutputPort ;
lv2:index 12 ;
atom:bufferType atom:Sequence ;
atom:supports patch:Message;
lv2:symbol "controlOut" ;
lv2:name "ControlOut"
],
@@ -310,8 +316,7 @@ Record the signal input to file.
<http://two-play.com/plugins/toob-record-stereo-ui>
a ui:X11UI ;
lv2:binary <.so>;
lv2:binary <ToobAmpUI.so>;
lv2:extensionData ui:resize ;
lv2:extensionData ui:idleInterface ;
lv2:requiredFeature ui:idleInterface ;