Skip to content

Commit 61de3aa

Browse files
committed
hide the fuzz node
1 parent 48b8151 commit 61de3aa

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ It's fairly unstable and experimental but contains most of the important feature
77
This whole thing started as my bachelors thesis, but I plan on developing it further to a point where it's usable.
88

99
## Builds
10-
No pre-build Binaries yet.
10+
[See here](https://github.com/TobiasKozel/GuitarD/releases)
11+
12+
## I'm not responsible for any crashes or hearing loss. (Seriously, be careful)
13+
14+
## How to use
15+
TODO
1116

1217
## Compilation
1318
To build a plugin you'll need [this fork of iPlug2](https://github.com/TobiasKozel/iPlug2) and switch to the `guitard` branch there.

src/nodes/fuzz/FuzzNode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ namespace guitard {
1515
}
1616
};
1717

18-
GUITARD_REGISTER_NODE(FuzzNode, "Fuzz", "Distortion", "apparently fuzz")
18+
GUITARD_REGISTER_NODE(FuzzNode, "Fuzz", "Distortion", "apparently fuzz", "", true)
1919
}

0 commit comments

Comments
 (0)