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
+21 -13
View File
@@ -52,7 +52,7 @@ recordPrefix:audioFile
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-mono-ui>;
@@ -64,7 +64,7 @@ recordPrefix:audioFile
lv2:extensionData state:interface ;
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";
@@ -80,7 +80,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;
@@ -93,7 +93,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;
@@ -117,8 +117,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 recorded file. Click again to stop.";
lv2:default 0.0 ;
lv2:minimum 0.0;
lv2:maximum 1.0;
lv2:portProperty lv2:toggled,pprop:trigger;
@@ -159,7 +159,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 [
@@ -187,8 +187,8 @@ Record the signal input to file.
lv2:index 7;
lv2:symbol "level" ;
lv2:name "Level";
lv2:name "Input trim level for recording";
lv2:default 0 ;
rdfs:comment "Input trim level for recording";
lv2:default 0.0 ;
lv2:minimum -60.0;
lv2:maximum 30.0;
lv2:scalePoint [
@@ -197,8 +197,6 @@ Record the signal input to file.
];
units:unit units:db
],
[
@@ -234,6 +232,9 @@ Record the signal input to file.
a atom:AtomPort ,
lv2:InputPort ;
lv2:index 11 ;
atom:bufferType atom:Sequence ;
atom:supports patch:Message;
lv2:designation lv2:control ;
lv2:symbol "controlIn" ;
lv2:name "ControlIn"
],
@@ -241,6 +242,10 @@ Record the signal input to file.
a atom:AtomPort ,
lv2:OutputPort ;
lv2:index 12 ;
atom:bufferType atom:Sequence ;
atom:supports patch:Message;
lv2:designation lv2:control ;
lv2:symbol "controlOut" ;
lv2:name "ControlOut"
]
@@ -248,11 +253,14 @@ Record the signal input to file.
<http://two-play.com/plugins/toob-record-mono-ui>
a ui:X11UI ;
lv2:binary <.so>;
lv2:binary <ToobAmpUI.so>;
lv2:extensionData ui:resize ;
lv2:extensionData ui:idleInterface ;
lv2:requiredFeature ui:idleInterface ;
ui:portNotification [
ui:plugin <http://two-play.com/plugins/toob-record-mono> ;
lv2:symbol "controlOut" ;
];
.