File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111# ===============================================================
1212# ===============================================================
1313 Linux-amd64 :
14- runs-on : ubuntu-latest
14+ runs-on : ubuntu-22.04
1515 steps :
1616 - uses : actions/checkout@v6
1717 with :
4141# ===============================================================
4242# ===============================================================
4343 Linux-arm64 :
44- runs-on : ubuntu-24 .04-arm
44+ runs-on : ubuntu-22 .04-arm
4545 steps :
4646 - uses : actions/checkout@v6
4747 with :
Original file line number Diff line number Diff line change 1- lib.name = pdnam
1+ lib.name = PDNAM
2+
3+ datafiles = \
4+ pdnam~-help.pd \
5+ pdnam+~-help.pd \
6+ README.md \
7+ LICENSE
8+
9+ datadirs = data/
210
311# pdnam~ only needs its own source (header-only MicroNAM + nlohmann/json)
412pdnam~.class.sources = pdnam~.cpp
@@ -13,14 +21,6 @@ pdnam+~.class.sources = pdnam+~.cpp \
1321 dep/NeuralAudio/deps/NeuralAmpModelerCore/NAM/dsp.cpp \
1422 dep/NeuralAudio/deps/NeuralAmpModelerCore/NAM/wavenet.cpp
1523
16- datafiles = \
17- pdnam~-help.pd \
18- pdnam+~-help.pd \
19- README.md \
20- LICENSE
21-
22- datadirs = data/
23-
2424# Definitions and flags
2525cflags = -std=gnu++20 -DNAM_SAMPLE_FLOAT -DDSP_SAMPLE_FLOAT \
2626 -DBUILD_INTERNAL_STATIC_WAVENET -DBUILD_INTERNAL_STATIC_LSTM \
You can’t perform that action at this time.
0 commit comments