Skip to content

Commit

Permalink
GNUitar Tube Amplifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaji Khan committed Apr 26, 2023
1 parent 8ce9e3a commit cb11d92
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"-1": {"Plugin": true, "AmplifierPlugin": true, "optionalFeature": "http://lv2plug.in/ns/lv2core#hardRTCapable", "port": "_:n56a8a7a0c5c24d068c818a5ef968a192b6", "project": "http://lv2plug.in/ns/lv2", "http://usefulinc.com/ns/doap#license": "http://opensource.org/licenses/isc", "http://usefulinc.com/ns/doap#name": "GNUitar Distortion", "pluginName": "GNUitar Distortion"}, "2": {"InputPort": true, "ControlPort": true, "default": 55, "index": 2, "maximum": "100.0", "minimum": "1.0", "name": "Drive", "symbol": "drive"}, "3": {"InputPort": true, "ControlPort": true, "default": 50, "index": 3, "maximum": "100.0", "minimum": "1.0", "name": "Saturation", "symbol": "sat"}, "4": {"InputPort": true, "ControlPort": true, "default": "50.0", "index": 4, "maximum": "100.0", "minimum": "1.0", "name": "Level", "symbol": "level"}, "5": {"InputPort": true, "ControlPort": true, "default": "350.0", "index": 5, "maximum": "3000.0", "minimum": "1.0", "name": "Lowpass", "symbol": "lowpass"}, "0": {"AudioPort": true, "InputPort": true, "index": 0, "name": "In", "symbol": "in"}, "1": {"AudioPort": true, "OutputPort": true, "index": 1, "name": "Out", "symbol": "out"}}
7 changes: 7 additions & 0 deletions app/src/main/assets/lv2_plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -893,5 +893,12 @@
"id": 8098,
"index": 0,
"library": "libgnuitar-distort.lv2.so"
},
"32800": {
"name": "GNUitar Tube Amplifier",
"id": 8099,
"index": 0,
"library": "libgnuitar-distort2.lv2.so"
}

}
4 changes: 2 additions & 2 deletions app/src/main/assets/plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
8047,8048,8049,8050,8051,8052,8053,8054,8055,8056,8057,8058,8059,8060,8061,
8062,8063,8064,8065,8066,8067,8068,8069,8070,8071,8072,8073,8074,8075,8076,
8077,8078,8079,8080,8081,8082,8083,8084,8085,8086,8087,8088,8089,8090,8091,
8092,8093,8094,8095,8096,8097,8098
8092,8093,8094,8095,8096,8097,8098,8099

],
"Delay": [
Expand All @@ -25,7 +25,7 @@
8033,8034,8035,8036,8038,8039,8040,8043,8046,8047,8049,8052,
8053,8054,8055,8056,8058,8059,8060,8062,8066,8068,8069,8070,
8071,8072,8074,8075,8079,8085,8086,8087,8088,8089,8090,8092,
8093,8094,8095,8096,8097,
8093,8094,8095,8096,8097,8098,8099,
5003,5004,5006,5007,5009,5010,5011,5022,5031,5032,5033,5034,
5035,5037,5038,5039,5041,5042,6002,6003,6004,6006,6009,6011,
6014,6015,6016,6020,6024,6026,6027,6030,
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@
<item>libgxmetal_amp.lv2.so</item>
<item>libgxmetal_head.lv2.so</item>
<item>libgnuitar-distort.lv2.so</item>
<item>libgnuitar-distort2.lv2.so</item>
</string-array>
<string name="title_activity_settings">Settings</string>

Expand Down

0 comments on commit cb11d92

Please sign in to comment.