> For the complete documentation index, see [llms.txt](https://josephlyons.gitbook.io/face-control-digital-toolkit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://josephlyons.gitbook.io/face-control-digital-toolkit/links/further-softwares.md).

# Software Index

**Arduino** - Open-source electronic prototyping platform enabling users to create interactive electronic objects. <https://www.arduino.cc/>

**Ableton Live** - Ableton Live is a digital audio workstation for macOS and Windows. <https://www.ableton.com/en/trial/>

**FaceOSC** - FaceOSC is a desktop application that converts face tracking data such as pose & gesture to OSC data. <https://github.com/kylemcdonald/ofxFaceTracker/releases>

**Max/MSP** - Max is a visual programming language for the specialized needs of artists, educators, and researchers working with audio, visual media, and physical computing. <https://cycling74.com/>

**Max for Live** - Max for Live is a platform to build your own instruments and effects, tools for live performance and visuals, and more. It is an implementation of the Max/MSP software within Ableton Live. <https://www.ableton.com/en/live/max-for-live/>

**OSC** - Open Sound Control (OSC) is a protocol for communication among computers, sound synthesizers, and other multimedia devices that is optimized for modern networking technology. <http://opensoundcontrol.org/introduction-osc>

**Puredata** - Pure Data (or just Pd ) is an open-source visual programming language for multimedia. It is very similar to Max/MSP and shares a lot of the same language and structure. (Within the toolkit we use Puredata Extended which is a very slightly edited version of puredata.) <https://puredata.info/>

**Processing** - Processing is a flexible software sketchbook and a language for learning how to code within the context of the visual arts. <https://processing.org/>

**P5.js** - p5.js a JS client-side library for creating graphic and interactive experiences, based on the core principles of Processing. <https://p5js.org/>

**Shiftr.io** - Is an IOT prototyping platform used to connect MQTT enabled programs and microcontrollers and thus IOT objects. <https://shiftr.io/>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://josephlyons.gitbook.io/face-control-digital-toolkit/links/further-softwares.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
