Skip to content

Commit 808f2a7

Browse files
committed
cleanup2
1 parent ca8392e commit 808f2a7

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PDNAM
22

3-
Basic [NAM](https://www.neuralampmodeler.com/) loader externals for Pure Data. These externals are deliberatily minimal with no additional options. The only argument is a relative path to a model file to load.
3+
Basic [NAM](https://www.neuralampmodeler.com/) loader externals for Pure Data. These externals are deliberately minimal with no additional options. The only argument is a relative path to a model file to load.
44

55
`pdnam~` uses the [MicroNAM](https://github.com/jaffco/MicroNAM) implementation and supports the four WaveNet model types: Nano, Feather, Lite, and Standard.
66

pdnam~.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include <memory>
1212
#include <variant>
1313
#include <filesystem>
14+
#include <type_traits>
1415
#include "nlohmann/json.hpp"
1516
#include "MicroNAM.h"
1617

0 commit comments

Comments
 (0)