This commit is contained in:
Mike Oliphant
2023-06-08 09:30:40 -07:00
8 changed files with 20 additions and 0 deletions
+13
View File
@@ -24,3 +24,16 @@ jobs:
cmake --build . --config $BUILD_TYPE -j4 cmake --build . --config $BUILD_TYPE -j4
cpack cpack
build-windows:
name: Build Windows
runs-on: windows-latest
steps:
- uses: actions/checkout@v3.3.0
with:
submodules: recursive
- name: Build Plugin
working-directory: ${{github.workspace}}/build
run: |
cmake.exe -G "Visual Studio 17 2022" -A x64 ..
cmake --build . --config=release -j4
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
View File
@@ -0,0 +1 @@
These are some sample NAM models designed to be used for performance testing on CPU-limited devices. They are all based on a [LiveSpice model of a Boss SD-1 pedal](https://blog.nostatic.org/2023/04/this-boss-sd-1-pedal-does-not-exist.html).