This commit is contained in:
Phil Schatzmann 2022-04-22 21:54:27 +02:00
parent bc841660d9
commit ef516918e5
2 changed files with 5 additions and 1 deletions

View File

@ -143,7 +143,7 @@ Get some inspiration [from projects that were using this library](https://github
### Documentation
- Here is the generated [Class Documentation](https://pschatzmann.github.io/arduino-audio-tools/html/annotated.html).
- Here is the generated [Class Documentation](https://pschatzmann.github.io/arduino-audio-tools/html/namespaceaudio__tools.html).
- Please also check out the [Information in the Wiki](https://github.com/pschatzmann/arduino-audio-tools/wiki)
- You also might find further information in [one of my Blogs](https://www.pschatzmann.ch/home/category/machine-sound/)

View File

@ -6,9 +6,11 @@
#define FAUSTFLOAT float
#endif
// forward declarations
class UI;
/**
* @brief minimal dsp base class needed by Faust
* @author Phil Schatzmann
@ -140,3 +142,5 @@ class UI {
}
};