Skip to content

Commit

Permalink
hide the fuzz node
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasKozel committed Mar 23, 2020
1 parent 48b8151 commit 61de3aa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ It's fairly unstable and experimental but contains most of the important feature
This whole thing started as my bachelors thesis, but I plan on developing it further to a point where it's usable.

## Builds
No pre-build Binaries yet.
[See here](https://github.com/TobiasKozel/GuitarD/releases)

## I'm not responsible for any crashes or hearing loss. (Seriously, be careful)

## How to use
TODO

## Compilation
To build a plugin you'll need [this fork of iPlug2](https://github.com/TobiasKozel/iPlug2) and switch to the `guitard` branch there.
Expand Down
2 changes: 1 addition & 1 deletion src/nodes/fuzz/FuzzNode.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ namespace guitard {
}
};

GUITARD_REGISTER_NODE(FuzzNode, "Fuzz", "Distortion", "apparently fuzz")
GUITARD_REGISTER_NODE(FuzzNode, "Fuzz", "Distortion", "apparently fuzz", "", true)
}

0 comments on commit 61de3aa

Please sign in to comment.