-
Notifications
You must be signed in to change notification settings - Fork 133
/
Copy pathpyo_release_0.8.9.txt
148 lines (79 loc) · 3.5 KB
/
pyo_release_0.8.9.txt
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
[English version follows]
Bonjour à tous,
La version 0.8.9 de pyo est maintenant disponible en téléchargement :
http://ajaxsoundstudio.com/software/pyo/
La documentation:
http://ajaxsoundstudio.com/pyodoc/
Sources et suivi des bugs:
https://github.com/belangeo/pyo
Bugs corrigés:
- Correction d'une condition erronée dans la fonction listscramble.
- Correction de la fonction pa_get_devices_infos() sous Windows.
- Correction d'un crash au moment de quitter l'interpréteur lorsqu'un
objet Server a été créé mais pas activé (issue #117).
- Correction de l'enveloppe d'amplitude de l'objet Harmonizer (utilise
maintenant une fenêtre sinus/cosinus au lieu d'une fenêtre hanning).
- Correction d'un crash lors du dessin d'un ControlSlider lorsqu'il a
une longueur ou une hauteur de 0 pixel.
Amélioration:
- L'objet Pan utilise maintenant une loi de panoramisation sinus/cosinus
en mode stéréo.
- Optimisation du calcul d'un certain nombre d'objets.
- L'argument "mode" de l'objet Resample peut maintenant être chagé de
façon dynamique.
- Ajout d'un nouvel objet : HRTF, Head-Related Transfert Function pour
faire de la spatialisation 3D en stéréo.
Olivier
---
Hello all,
pyo 0.8.9 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:
- Fixed erroneous condition in listscramble function.
- Fixed pa_get_devices_infos() function on Windows.
- Fixed segfault at exit when a Server object is created but never
booted (fixed issue #117).
- Fixed window shape in the Harmonizer object (use an halfsine instead
of an hanning).
- Fixed crash when trying to draw a ControlSlider with width or height of 0.
Enhancements:
- Changed the stereo panning law for cosine/sine within Pan object.
- Speed-up computation for various objects.
- Allow the "mode" argument of Resample object to be changed dynamically.
- Added new object: HRTF, Head-Related Transfert Function 3D spatialization.
Olivier
================================================================================
Hello all,
I'm glad to announce the release of pyo 0.8.9, 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:
- Fixed erroneous condition in listscramble function.
- Fixed pa_get_devices_infos() function on Windows.
- Fixed segfault at exit when a Server object is created but never
booted (fixed issue #117).
- Fixed window shape in the Harmonizer object (use an halfsine instead
of an hanning).
- Fixed crash when trying to draw a ControlSlider with width or height of 0.
Enhancements:
- Changed the stereo panning law for cosine/sine within Pan object.
- Speed-up computation for various objects.
- Allow the "mode" argument of Resample object to be changed dynamically.
- Added new object: HRTF, Head-Related Transfert Function 3D spatialization.
Olivier Belanger
http://olivier.ajaxsoundstudio.com/
----
P><A HREF="http://ajaxsoundstudio.com/software/pyo/">Pyo 0.8.9</A>
Python DSP library. (05-Feb-18)