Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeoliphant committed Jun 8, 2023
2 parents 8aff765 + a34215c commit 47f75cc
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,16 @@ jobs:
cmake --build . --config $BUILD_TYPE -j4
cpack
build-windows:
name: Build Windows
runs-on: windows-latest
steps:
- uses: actions/[email protected]
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
1 change: 1 addition & 0 deletions models/BossLSTM-1x16.nam

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions models/BossLSTM-1x24.nam

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions models/BossLSTM-2x16.nam

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions models/BossLSTM-2x8.nam

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions models/BossWN-4x2x1.nam

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions models/BossWN-feather.nam

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions models/README.md
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit 47f75cc

Please sign in to comment.