-
Notifications
You must be signed in to change notification settings - Fork 133
/
Copy pathpyo_release_0.8.6.txt
156 lines (83 loc) · 3.89 KB
/
pyo_release_0.8.6.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
148
149
150
151
152
153
154
155
[English version follows]
Bonjour à tous,
La version 0.8.6 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:
- Correction de l'objet TableRead qui continuait à jouer lorsque la vitesse est
négative et le mode loop à off.
- Correction de l'objet CallAfter (segfault) lorsque détruit à l'intérieur de
son propre appel de fonction.
- Correction d'un segfault lorsque l'objet graphique ControlSlider est mis à
jour depuis le thread audio.
- Mise à jour de liblo (de 0.26 à 0.28) sous Windows. Correction d'un bug où
les ports réseau n'étaient pas proprement fermés après utilisation.
- Correction d'un segfault à la destruction de l'objet Resample.
- Correction de certains liens dynamiques dans les librairies à la création
des installeurs sous MacOS.
- Correction des flux audio "time" des objets TableRec, TrigTableRec et Looper.
Amélioration:
- Ajout d'un attribut "speed" à l'objet Seq. Cela permet des modifications
temporelles continues.
- Ajout d'une méthode "setRandomType(dist, x)" à l'objet SfMarkerShuffler.
- Ajout d'un item "Copy" dans le menu des fenêtres ouvertes via les méthodes
PyoObject.ctrl() et DataTable.graph().
Olivier
---
Hello all,
pyo 0.8.6 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 TableRead which continues to play when freq is negative and loop is off.
- Fixed CallAfter segfault when deleted inside its own callback.
- Fixed segfault when updating ControlSlider value from the audio thread.
- Updated liblo from 0.26 to 0.28 on Windows. This fixes a bug with socket
not properly closed.
- Fixed segfault in Resample_dealloc function.
- Fixed libraries dynamic links in MacOS installer scripts.
- Fixed TableRec, TrigTableRec and Looper time stream not started on play.
Enhancements:
- Added "speed" argument to Seq object. Useful to create continuous time
deceleration or acceleration.
- Added setRandomType(dist, x) method to SfMarkerShuffler object.
- Added a "Copy" menu item in PyoObject.ctrl() and DataTable.graph() windows.
Olivier
================================================================================
Hello all,
I'm glad to announce the release of pyo 0.8.6, available for python 2.7 and 3.5.
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 TableRead which continues to play when freq is negative and loop is off.
- Fixed CallAfter segfault when deleted inside its own callback.
- Fixed segfault when updating ControlSlider value from the audio thread.
- Updated liblo from 0.26 to 0.28 on Windows. This fixes a bug with socket
not properly closed.
- Fixed segfault in Resample_dealloc function.
- Fixed libraries dynamic links in MacOS installer scripts.
- Fixed TableRec, TrigTableRec and Looper time stream not started on play.
Enhancements:
- Added "speed" argument to Seq object. Useful to create continuous time
deceleration or acceleration.
- Added setRandomType(dist, x) method to SfMarkerShuffler object.
- Added a "Copy" menu item in PyoObject.ctrl() and DataTable.graph() windows.
Olivier Belanger
http://olivier.ajaxsoundstudio.com/
----
P><A HREF="http://ajaxsoundstudio.com/software/pyo/">Pyo 0.8.6</A>
Python DSP library. (21-Apr-17)