Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,34 +108,39 @@ <h5 class="modal-title">About vMixAPI.com</h5>
<a href="https://www.vmix.com/help25/index.htm?ShortcutFunctionReference.html">v25</a>
<a href="https://www.vmix.com/help26/ShortcutFunctionReference.html">v26</a>
<a href="https://www.vmix.com/help27/ShortcutFunctionReference.html">v27</a>
<a href="https://www.vmix.com/help28/ShortcutFunctionReference.html">v28</a>
</li>
<li>
VB.NET scripting reference
<a href="https://www.vmix.com/help24/index.htm?VBNetScripting.html">v24</a>
<a href="https://www.vmix.com/help25/index.htm?VBNetScripting.html">v25</a>
<a href="https://www.vmix.com/help26/VBNetScripting.html">v26</a>
<a href="https://www.vmix.com/help27/VBNetScripting.html">v27</a>
<a href="https://www.vmix.com/help28/VBNetScripting.html">v28</a>
</li>
<li>
Web scripting reference
<a href="https://www.vmix.com/help24/index.htm?WebScripting.html">v24</a>
<a href="https://www.vmix.com/help25/index.htm?WebScripting.html">v25</a>
<a href="https://www.vmix.com/help26/WebScripting.html">v26</a>
<a href="https://www.vmix.com/help27/WebScripting.html">v27</a>
<a href="https://www.vmix.com/help28/WebScripting.html">v28</a>
</li>
<li>
TCP API reference
<a href="https://www.vmix.com/help24/index.htm?TCPAPI.html">v24</a>
<a href="https://www.vmix.com/help25/index.htm?TCPAPI.html">v25</a>
<a href="https://www.vmix.com/help26/TCPAPI.html">v26</a>
<a href="https://www.vmix.com/help27/TCPAPI.html">v27</a>
<a href="https://www.vmix.com/help28/TCPAPI.html">v28</a>
</li>
<li>
HTTP GET API reference
<a href="https://www.vmix.com/help24/index.htm?DeveloperAPI.html">v24</a>
<a href="https://www.vmix.com/help25/index.htm?DeveloperAPI.html">v25</a>
<a href="https://www.vmix.com/help26/DeveloperAPI.html">v26</a>
<a href="https://www.vmix.com/help27/DeveloperAPI.html">v27</a>
<a href="https://www.vmix.com/help28/DeveloperAPI.html">v28</a>
</li>
</ul>
<p>
Expand All @@ -154,6 +159,11 @@ <h5 class="modal-title">About vMixAPI.com</h5>
Questions? Comments? Found a mistake?
<a href="mailto: nick@zinc.uk.com">Drop me an email</a>.
</p>
<p>
Want to contribute to the project? You can do so on
<a href="https://github.com/phuvf/vmixapi">GitHub</a>!
Feel free to fork the repository, make improvements, and submit a pull request.
</p>
<p>
Finally, there's no guarantee that anything on this site is relevant, correct or useful. Use at your own risk.
</p>
Expand Down