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 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162
|
[English version follows]
Bonjour à tous,
La version 0.8.7 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
Bugs corrigés:
- Désactivation des interfaces MIDI Microsoft par défaut. Une méthode a été
ajoutée au Server pour les activer, Server.allowMicrosoftMidiDevices().
- La recherche de l'API de jack est inclu dans une exception pour les cas où
jack2-dbus est installé plutôt que jackd.
- Correction de bugs dans la gestion des encodages de l'objet Expr.
- Correction des dépendances sous Windows 10.
- L'objet VoiceManager est maintenant proprement détruit.
- Correction de l'encodage des chemins de fichiers, en particulier sous Windows.
Amélioration:
- La fenêtre graphique du serveur permet maintenant de dessiner les vu-mètres
jusqu'à 16 canaux.
- Ajout d'une méthode getInterpolated() à l'objet PyoMatrixObject. Permet de
récupérer la valeur d'une position donnée en nombres décimaux.
- OscDataSend peut maintenant envoyer plus d'une message par buffer size.
- Mise à jour des routines de compilation sous MacOS et Windows pour produire
des installeurs pour les versions 2.7, 3.5 et 3.6 de python.
Olivier
---
Hello all,
pyo 0.8.7 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
Bug Fixes:
- Disable Microsoft Midi devices by default. Added
Server.allowMicrosoftMidiDevices() method to enable them.
- Wrap jack api detection inside a try-except statement in case
jack2-dbus is used instead of jackd.
- Fixed bugs in Expr object's unicode handling.
- Fixed windows 10 dependencies.
- Fixed ending point of TableRec's time stream (now keep the last
value instead of switching back to 0).
- Fixed clean-up of VoiceManager object.
- Fixed encoding of file path on windows for various objects.
Enhancements:
- The server now allow up to 16 channel rms outputs for GUI drawing.
- Added getInterpolated method to PyoMatrixObject class. Returns the
interpolated value for a floating-point position in the matrix.
- OscDataSend now can send more than one message per buffer size.
- Update MacOS and Windows build routine to compile for python 2.7,
3.5 and 3.6.
Olivier
================================================================================
Hello all,
I'm glad to announce the release of pyo 0.8.7, available for python 2.7, 3.5 and 3.6.
Pyo is a Python module written in C to help real-time digital signal processing
script creation. It is available for Windows, macOS and linux. It is released
under the LGPL 3 license.
For more info, downloads and other links, see the official web site:
http://ajaxsoundstudio.com/software/pyo/
The documentation:
http://ajaxsoundstudio.com/pyodoc/
For the latest sources and bug tracker:
https://github.com/belangeo/pyo
Bug Fixes:
- Disable Microsoft Midi devices by default. Added
Server.allowMicrosoftMidiDevices() method to enable them.
- Wrap jack api detection inside a try-except statement in case
jack2-dbus is used instead of jackd.
- Fixed bugs in Expr object's unicode handling.
- Fixed windows 10 dependencies.
- Fixed ending point of TableRec's time stream (now keep the last
value instead of switching back to 0).
- Fixed clean-up of VoiceManager object.
- Fixed encoding of file path on windows for various objects.
Enhancements:
- The server now allow up to 16 channel rms outputs for GUI drawing.
- Added getInterpolated method to PyoMatrixObject class. Returns the
interpolated value for a floating-point position in the matrix.
- OscDataSend now can send more than one message per buffer size.
- Update MacOS and Windows build routine to compile for python 2.7,
3.5 and 3.6.
Olivier Belanger
belangeo@gmail.com
http://olivier.ajaxsoundstudio.com/
----
P><A HREF="http://ajaxsoundstudio.com/software/pyo/">Pyo 0.8.7</A>
Python DSP library. (29-Aug-17)
|