Readme: Updated TOC

This commit is contained in:
Ludwig Frühschütz 2021-04-21 12:50:53 +02:00
parent 463d0775eb
commit c222f2855e

View File

@ -1,4 +1,4 @@
# OSC2AHK ## OSC2AHK
This is a DLL extension for [AutoHotkey](https://www.autohotkey.com/) that enables support for OSC (Open Sound Control). This is a DLL extension for [AutoHotkey](https://www.autohotkey.com/) that enables support for OSC (Open Sound Control).
@ -6,10 +6,13 @@ This is a DLL extension for [AutoHotkey](https://www.autohotkey.com/) that enabl
While most functions should already work as intended, there may still be some bugs. If you encounter some possibly wrong behaviour, please let us know! While most functions should already work as intended, there may still be some bugs. If you encounter some possibly wrong behaviour, please let us know!
* OSC address wildcards are supported now but probably need some testing * OSC address wildcards are supported now but probably need some testing
## Table of contents
- [OSC2AHK](#osc2ahk) - [OSC2AHK](#osc2ahk)
- [Work in progress](#work-in-progress) - [Work in progress](#work-in-progress)
- [Installation](#installation) - [Table of contents](#table-of-contents)
- [Usage](#usage) - [Installation](#installation)
- [Usage](#usage)
- [General concept](#general-concept) - [General concept](#general-concept)
- [Receive functions](#receive-functions) - [Receive functions](#receive-functions)
- [Load DLL](#load-dll) - [Load DLL](#load-dll)
@ -22,7 +25,7 @@ While most functions should already work as intended, there may still be some bu
- [Send integer message](#send-integer-message) - [Send integer message](#send-integer-message)
- [Send float message](#send-float-message) - [Send float message](#send-float-message)
- [Send string message](#send-string-message) - [Send string message](#send-string-message)
- [Credits](#credits) - [Credits](#credits)
## Installation ## Installation
Just download the latest version of OSC2AHK.dll from the [releases page](https://files.eleton-audio.de/gitea/Ludwig/OSC2AHK/releases) and place it in the same directory as your AutoHotkey scripts. Maybe you also want to check out the provided [usage examples](https://files.eleton-audio.de/gitea/Ludwig/OSC2AHK/src/branch/master/examples). Just download the latest version of OSC2AHK.dll from the [releases page](https://files.eleton-audio.de/gitea/Ludwig/OSC2AHK/releases) and place it in the same directory as your AutoHotkey scripts. Maybe you also want to check out the provided [usage examples](https://files.eleton-audio.de/gitea/Ludwig/OSC2AHK/src/branch/master/examples).