Skip to content

Commit 8d7a661

Browse files
committed
README
1 parent 3c146e4 commit 8d7a661

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,16 @@ can get some cheap Microcontrollers, which provide almost the same capabilities.
1212
This project has been implemented as Arduino Library and runs on ESP32 processors.
1313

1414
## Further information
15+
16+
The oringial STK library is asking to include each used header file separately. For convinence I have added the StkAll.h which provides all header files.
17+
1518
Further information can be found in my Blogs
1619
- [Overview](https://www.pschatzmann.ch/home/2020/09/24/the-synthesis-toolkit-skt-library-for-the-arduino-esp32/)
1720
- [Sound without Files](https://www.pschatzmann.ch/home/2020/09/26/the-synthesis-toolkit-stk-w-o-files/)
1821
- [Using Midi](https://www.pschatzmann.ch/home/2020/09/28/the-synthesis-toolkit-skt-library-for-the-arduino-esp32-midi/)
1922
- [Bluetooth Support](https://www.pschatzmann.ch/home/2020/10/02/the-synthesis-toolkit-skt-library-for-the-arduino-esp32-bluetooth-support/)
2023

24+
2125
## Installation
2226
Download the project as zip and install the file in the Arduino IDE via -> Sketch -> Include Library -> Add ZIP Library or execute the following command in the Arduino Library Folder
2327

0 commit comments

Comments
 (0)