Metadata-Version: 2.1
Name: maquinitas
Version: 0.0.1
Summary: Control of MIDI hardware devices
Home-page: https://github.com/maquinitas/maquinitas-foxdot
Author: Aarón Montoya-Moraga
Author-email: montoyamoraga@gmail.com.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# maquinitas-foxdot

## About

maquinitas-foxdot is a project by [Aarón Montoya-Moraga](http://montoyamoraga.io/).

maquinitas-foxdot is a flavor of the maquinitas library, intended to be used in conjunction with [FoxDot](http://foxdot.org/).

## Developing

* Create a virtual environment

```bash
python3 -m venv env
```

* Activate the virtual environment

```bash
source env/bin/activate
```

* Install dependencies

```bash
python3 -m pip install setuptools wheel twine
```

* Build

```bash
python3 setup.py sdist bdist_wheel
```

## Deploying

```bash
python3 -m venv env
```

* Activate the virtual environment

```bash
source env/bin/activate
```

* Install dependencies

```bash
python3 -m pip install setuptools wheel twine
```

## Installing

* Install [SuperCollider](https://supercollider.github.io/)

* Create a virtual environment

```bash
python3 -m venv env
```

* Activate the virtual environment

```bash
source env/bin/activate
```

* Install FoxDot

```bash
pip3 install FoxDot
```


## Testing

## License

MIT


