maquinitas-tidal: library for MIDI control of hardware

[ library, mit, sound ] [ Propose Tags ]

maquinitas is a library for MIDI control of hardware


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0, 0.2.0, 0.2.1, 0.2.2, 0.2.3, 0.2.4, 0.2.5, 0.2.6, 0.2.7, 0.2.8, 0.2.9, 0.2.10, 0.2.11, 0.2.13, 0.2.16, 0.2.17
Change log ChangeLog.md
Dependencies base (>=4.8 && <5), tidal [details]
License MIT
Copyright (c) Aarón Montoya-Moraga
Author montoyamoraga
Maintainer montoyamoraga@gmail.com
Category Sound
Home page https://github.com/maquinitas/maquinitas-tidal
Source repo head: git clone https://github.com/maquinitas/maquinitas-tidal
Uploaded by montoyamoraga at 2022-11-09T15:07:16Z
Distributions NixOS:0.2.17
Downloads 1760 total (45 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-11-09 [all 1 reports]

Readme for maquinitas-tidal-0.2.11

[back to package description]

maquinitas-tidal

About

maquinitas-tidal is a project by Aarón Montoya-Moraga.

maquinitas-tidal is a flavor of the maquinitas library, intended to be used in conjunction with TidalCycles.

maquinitas-tidal is built using the programming language Haskell, and with the cabal package manager.

Releases

All releases of maquinitas-tidal are available at Hackage.

  • v0.1.0 (2019-12): first release, support for 4 instruments.
  • v0.2.x (2020-04): made the decision to have one module per instrument manufacturer.

Features to be added

  • Add support for more instruments
  • Add more examples
  • Add conventions for drum voice names
  • Add conventions for parameter names

Install local package

cabal install --allow-newer --lib .

Developing

cabal configure
cabal build

Deploying

cabal sdist
cabal upload dist-newstyle/sdist/maquinitas-tidal-x.x.x.tar.gz --publish

Installing

cabal update
cabal install maquinitas-tidal --lib

License

MIT