1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
[English version follows]
Bonjour à tous,
La version 0.8.2 de pyo est maintenant disponible en téléchargement :
http://ajaxsoundstudio.com/software/pyo/
La documentation:
http://ajaxsoundstudio.com/pyodoc/
Sources and suivi des bugs:
https://github.com/belangeo/pyo
Changements:
- Problème de latence élevée avec portaudio réglé.
- Les objets TrigFunc et Pattern acceptent maintenant un tuple comme argument "arg".
- E-Pyo: La fenêtre de documentation affiche correctement la documentation des objets.
- Amélioration de la gestion des évènements midi en entrée.
- L'interpolation des contrôleurs midi continus est maintenant à off par défaut.
Olivier
---
Hello all,
pyo 0.8.2 is now available to download on pyo's web site :
http://ajaxsoundstudio.com/software/pyo/
pyo's documentation:
http://ajaxsoundstudio.com/pyodoc/
Latest sources and bug tracker:
https://github.com/belangeo/pyo
What's new:
- Fixed latency issue when using portaudio as audio backend.
- TrigFunc and Pattern now accept a tuple as "arg" argument (fixed issue #90).
- E-Pyo: Fixed a bug in the documentation window.
- Fixed midi input events handling.
- Set interpolation to off by default for midi continuous controllers.
Olivier
|