Skip to content

Commit

Permalink
Updated release notes 1.0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
belangeo committed Mar 26, 2023
1 parent fc0529a commit 33d716f
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions release-notes/pyo_release_1.0.5.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ des logiciels audio, composer des musiques algorithmiques ou simplement explorer
le traitement du signal audio. Il est disponible pour Windows, MacOS et Linux.
Il est publié sous la licence LGPL 3.

Site web officiel: http://ajaxsoundstudio.com/software/pyo/
Site web officiel: https://github.com/belangeo/pyo

La documentation: http://ajaxsoundstudio.com/pyodoc/
La documentation: https://belangeo.github.io/pyo/

Sources et suivi des bugs: https://github.com/belangeo/pyo

Expand All @@ -37,7 +37,7 @@ Olivier

Hello all,

I'm very happy to announce the release of pyo 1.0.4, available for the following
I'm very happy to announce the release of pyo 1.0.5, available for the following
python versions:

3.7 (Windows amd64, MacOS x86_64, linux x86_64)
Expand All @@ -51,9 +51,9 @@ script creation. It provides a complete set of classes to build audio softwares,
compose algorithmic musics or simply explore audio processing.It is available for
Windows, macOS and linux. It is released under the LGPL 3 license.

Official website: http://ajaxsoundstudio.com/software/pyo/
Official website: https://github.com/belangeo/pyo

pyo's documentation: http://ajaxsoundstudio.com/pyodoc/
pyo's documentation: https://belangeo.github.io/pyo/

Latest sources and bug tracker: https://github.com/belangeo/pyo

Expand All @@ -71,7 +71,7 @@ New features:

- Update Coreaudio support (thnaks to Hans-Jörg Bibiko).
- Added to MidiNote holdmode, first/last velocity support and sendAllNotesOff method (thnaks to Hans-Jörg Bibiko).
- Made SndTable, NewTable and DataTable size attribute mutable.
- Made SndTable, NewTable and DataTable size attributes mutable.
- Objects writing samples in tables can now write to any PyoTableObject.
- Made getRate() and getDur() methods available to all PyoTableObject.
- UI: Improved handling of system's dark mode.
Expand All @@ -82,16 +82,16 @@ Bug Fixes:
- Fixed PY_SSIZE_T_CLEAN macro must be defined for '#' formats.
- Fixed OscReceive.addAddress not polling the address immediately.
- Fixed memory leak in trigmodule.
- Ensure that there is no leaking audio streams in the server when objects are deleted.
- Ensure that there are no leaking audio streams in the server when objects are deleted.
- Fix Keyboard widget note off handling in hold mode.
- Improved behavior consistency of PyoTableObject.setSize method.
- Fixed bug when making the size of a table bigger at runtime.
- Fixed a bug when making the size of a table bigger at runtime.

================================================================================

Hello all,

I'm very happy to announce the release of pyo 1.0.4, available for the following
I'm very happy to announce the release of pyo 1.0.5, available for the following
python versions:

3.7 (Windows amd64, MacOS x86_64, linux x86_64)
Expand All @@ -105,9 +105,9 @@ script creation. It provides a complete set of classes to build audio softwares,
compose algorithmic musics or simply explore audio processing.It is available for
Windows, macOS and linux. It is released under the LGPL 3 license.

Official website: http://ajaxsoundstudio.com/software/pyo/
Official website: https://github.com/belangeo/pyo

pyo's documentation: http://ajaxsoundstudio.com/pyodoc/
pyo's documentation: https://belangeo.github.io/pyo/

Latest sources and bug tracker: https://github.com/belangeo/pyo

Expand All @@ -122,7 +122,7 @@ New features:

- Update Coreaudio support (thnaks to Hans-Jörg Bibiko).
- Added to MidiNote holdmode, first/last velocity support and sendAllNotesOff method (thnaks to Hans-Jörg Bibiko).
- Made SndTable, NewTable and DataTable size attribute mutable.
- Made SndTable, NewTable and DataTable size attributes mutable.
- Objects writing samples in tables can now write to any PyoTableObject.
- Made getRate() and getDur() methods available to all PyoTableObject.
- UI: Improved handling of system's dark mode.
Expand All @@ -133,10 +133,10 @@ Bug Fixes:
- Fixed PY_SSIZE_T_CLEAN macro must be defined for '#' formats.
- Fixed OscReceive.addAddress not polling the address immediately.
- Fixed memory leak in trigmodule.
- Ensure that there is no leaking audio streams in the server when objects are deleted.
- Ensure that there are no leaking audio streams in the server when objects are deleted.
- Fix Keyboard widget note off handling in hold mode.
- Improved behavior consistency of PyoTableObject.setSize method.
- Fixed bug when making the size of a table bigger at runtime.
- Fixed a bug when making the size of a table bigger at runtime.


Olivier Belanger
Expand Down

0 comments on commit 33d716f

Please sign in to comment.