Skip to content

Commit

Permalink
looper
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaji Khan committed Feb 19, 2024
1 parent 0768709 commit 99bee7c
Show file tree
Hide file tree
Showing 14 changed files with 36 additions and 11 deletions.
10 changes: 10 additions & 0 deletions .idea/deploymentTargetDropDown.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/migrations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions app/src/main/assets/lv2/liblooper.so/looper.json
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": "_:n62c4bb580b1c42edb579f4b1e2d6cc04b8", "project": "http://lv2plug.in/ns/lv2", "http://usefulinc.com/ns/doap#license": "http://opensource.org/licenses/isc", "http://usefulinc.com/ns/doap#name": "Looper Plugin", "pluginName": "Looper Plugin"}, "0": {"InputPort": true, "ControlPort": true, "default": "0.0", "index": 0, "maximum": 1, "minimum": 0, "name": "toggle_rec", "symbol": "toggle_rec"}, "1": {"InputPort": true, "ControlPort": true, "default": "0.0", "index": 1, "maximum": 1, "minimum": 0, "name": "Toggle Playback", "symbol": "toggle_play"}, "3": {"InputPort": true, "ControlPort": true, "default": "1.0", "index": 3, "maximum": 6, "minimum": 0, "name": "gain", "symbol": "gain"}, "4": {"InputPort": true, "ControlPort": true, "default": 1024, "index": 4, "maximum": 1048576, "minimum": 128, "name": "Buffer Size", "symbol": "buffer_size_control"}, "5": {"InputPort": true, "ControlPort": true, "default": 0, "index": 5, "maximum": 100, "minimum": 0, "name": "Trim Start", "symbol": "start"}, "6": {"InputPort": true, "ControlPort": true, "default": 100, "index": 6, "maximum": 100, "minimum": 0, "name": "Trim End", "symbol": "end"}, "7": {"AudioPort": true, "InputPort": true, "index": 7, "name": "In", "symbol": "input"}, "8": {"AudioPort": true, "OutputPort": true, "index": 8, "name": "Out", "symbol": "output"}}
7 changes: 6 additions & 1 deletion app/src/main/assets/lv2_plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -899,6 +899,11 @@
"id": 8099,
"index": 0,
"library": "libgnuitar-distort2.lv2.so"
},
"32900": {
"name": "Looper",
"id": 8100,
"index": 0,
"library": "liblooper.so"
}

}
3 changes: 3 additions & 0 deletions app/src/main/assets/plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
8092,8093,8094,8095,8096,8097,8098,8099

],
"Looper": [
8100
],
"Delay": [
5013,5014,5015,5024,6007,6010,
1895,1896,1897,1889,1887,1888,1886,1898,1899,1900,1402,4063,
Expand Down
4 changes: 0 additions & 4 deletions app/src/main/cpp/camera_engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,3 @@ void CameraAppEngine::createDecoder () {

OUT
}

void CameraAppEngine::testEncode () {

}
Binary file added app/src/main/jniLibs/arm64-v8a/liblooper.so
Binary file not shown.
Binary file added app/src/main/jniLibs/armeabi-v7a/liblooper.so
Binary file not shown.
Binary file added app/src/main/jniLibs/x86/liblooper.so
Binary file not shown.
Binary file added app/src/main/jniLibs/x86_64/liblooper.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 @@ -479,6 +479,7 @@
<item>libgxmetal_head.lv2.so</item>
<item>libgnuitar-distort.lv2.so</item>
<item>libgnuitar-distort2.lv2.so</item>
<item>liblooper.so</item>
</string-array>
<string name="title_activity_settings">Settings</string>

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ buildscript {

plugins {
id 'com.google.firebase.crashlytics' version '2.8.1' apply false
id 'com.android.application' version '8.1.4' apply false
id 'com.android.library' version '8.1.4' apply false
id 'com.android.application' version '8.2.2' apply false
id 'com.android.library' version '8.2.2' apply false
id 'com.google.gms.google-services' version '4.3.10' apply false
// id 'org.jetbrains.kotlin.android' version '1.6.21' apply false
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Feb 22 15:33:56 IST 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit 99bee7c

Please sign in to comment.