Skip to content
Open
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
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Puara Module

Library for creating music controllers using the Puara framework
Library for developing embedded controllers with the Puara framework based on ESP-32 based platforms.

It includes a Wi-Fi manager (set SSID/password for wireless networks), a [OSC](https://en.wikipedia.org/wiki/Open_Sound_Control) manager (set addresses to send OSC messages), setup tools, and [libmapper](http://libmapper.github.io/) compatibility*.
It includes a Wi-Fi manager (set SSID/password for wireless networks), an [OSC](https://en.wikipedia.org/wiki/Open_Sound_Control) manager (set addresses to send OSC messages), setup tools, and [libmapper](http://libmapper.github.io/) compatibility*.

This pseudo-library currently has the following dependencies:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This info is outdated. We don´t use libmapper-arduino anymore


Expand All @@ -12,10 +12,11 @@ This pseudo-library currently has the following dependencies:

Use the [template](https://github.com/Puara/puara-module-template) to start using the Puara Module.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Use the [template](https://github.com/Puara/puara-module-template) to start using the Puara Module.
Use the [templates](https://github.com/Puara/puara-module-templates) to start using the Puara Module.




## More Info on the related [GuitarAMI](https://github.com/Puara/GuitarAMI) and [Puara](https://github.com/Puara) research

[https://www.edumeneses.com](https://www.edumeneses.com)

[http://www-new.idmil.org/project/guitarami/](http://www-new.idmil.org/project/guitarami/)

## Licensing
Expand Down