Skip to content

Commit

Permalink
impulse loader
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaji Khan committed Feb 5, 2025
1 parent 0e277aa commit 869b8c5
Show file tree
Hide file tree
Showing 9 changed files with 87 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/assets/creator.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"Guitarix": [
7001,7002,7003,7004,7005,7006,7007,7008,7009,7010,7011,7012,7013,7014,7015,7016,7017,7018,7019,7020,7021,7022,7023,7024,7025,7026,7027,7028,7029,7030,7031,7032,7033,7034,7035,7036,7037,7038,7039,7040,7041,7042,4062,4061,4063,4064,4068,4066,4067,
8017,8018,8019,8020,8021,8022,8023,8024,8025,8026,8027,8028,8029,8030,8031,8032,8033,8034,8035,8036,8037,8038,8039,8040,8041,8042,8043,8044,8045,8046,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,
8113,8114,8115,8116
8113,8114,8115,8116, 8117, 8118
],
"Steve Harris": [
1407,1895,1896,1897,1181,1433,1431,1432,1430,1195,1898,1899,1900,1438,1403,1913,1191,1213,1196,1413,1220,1440,1409,1914,1436,1908,1421,1422,1420,1419,1605,1188,1408,1881,1203,1198,1414,1406,1212,1401,1214,1412,1915,1428,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
{
"-1": {
"http://lv2plug.in/ns/extensions/ui#notifyType": "http://lv2plug.in/ns/ext/atom#Blank",
"http://lv2plug.in/ns/extensions/ui#plugin": "urn:brummer:ImpulseLoader",
"symbol": "NOTIFY",
"prefix": "urn:brummer:ImpulseLoader#",
"pluginName": "ImpulseLoader"
},
"0": {
"AudioPort": true,
"InputPort": true,
"index": 0,
"name": "In0",
"symbol": "in0"
},
"1": {
"AudioPort": true,
"OutputPort": true,
"index": 1,
"name": "Out0",
"symbol": "out0"
},
"2": {
"InputPort": true,
"ControlPort": true,
"default": "1.0",
"designation": "http://lv2plug.in/ns/lv2core#enabled",
"index": 2,
"maximum": "1.0",
"minimum": "0.0",
"name": "bypass",
"toggle": true,
"portProperty": "http://lv2plug.in/ns/lv2core#toggled",
"symbol": "Bypass"
},
"3": {
"InputPort": true,
"ControlPort": true,
"default": "0.0",
"index": 3,
"maximum": "20.0",
"minimum": "-20.0",
"name": "input",
"symbol": "INPUT"
},
"4": {
"InputPort": true,
"ControlPort": true,
"default": "100.0",
"index": 4,
"maximum": "100.0",
"minimum": "0.0",
"name": "dry_wet",
"symbol": "DRY_WET"
},
"5": {
"InputPort": true,
"AtomPort": true,
"bufferType": "Sequence",
"supports": "Message",
"minimumSize": 8192,
"designation": "control",
"index": 5,
"name": "irfile",
"symbol": "CONTROL"
},
"6": {
"OutputPort": true,
"AtomPort": true,
"bufferType": "Sequence",
"supports": "Message",
"minimumSize": 8192,
"designation": "control",
"index": 6,
"name": "NOTIFY",
"symbol": "NOTIFY"
}
}
6 changes: 6 additions & 0 deletions app/src/main/assets/lv2_plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -1438,5 +1438,11 @@
"name": "Ratatouille",
"index": 0,
"library": "libRatatouille.so"
},
"34700": {
"id": 8118,
"name": "Impulse Loader",
"index": 0,
"library": "libImpulseLoader.so"
}
}
2 changes: 1 addition & 1 deletion app/src/main/assets/plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"Neural Amp Modelling": [
8101, 8104, 8117
],
"Impulse Response": [1885, 8108],
"Impulse Response": [1885, 8108, 8117, 8118],
"Cabinet": [
2592, 2601, 2606, 2589, 15012, 8095, 8018, 24700, 7037, 5006, 5004,
6004,5033,4065,2603,2607,7033,7035,8027,8060,8092,7038,8029,
Expand Down
Binary file not shown.
Binary file not shown.
Binary file added app/src/main/jniLibs/x86/libImpulseLoader.so
Binary file not shown.
Binary file added app/src/main/jniLibs/x86_64/libImpulseLoader.so
Binary file not shown.
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 @@ -518,6 +518,7 @@
<item>libPreAmpImpulses.so</item>
<item>libPreAmps.so</item>
<item>libRatatouille.so</item>
<item>libImpulseLoader.so</item>
</string-array>
<string name="title_activity_settings">Settings</string>

Expand Down

0 comments on commit 869b8c5

Please sign in to comment.