-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/belangeo/pyo
- Loading branch information
Showing
1 changed file
with
69 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,20 +2,89 @@ | |
|
||
* Upgraded version number to 0.8.8. | ||
|
||
2017-11-07 belangeo <[email protected]> | ||
|
||
* E-Pyo: fixed tempfile encoding on windows. | ||
|
||
2017-11-07 belangeo <[email protected]> | ||
|
||
* Fixed path encoding on windows for python 3.6. | ||
|
||
2017-11-06 belangeo <[email protected]> | ||
|
||
* Properly incref and decref server references inside pyo objects. | ||
|
||
2017-11-06 belangeo <[email protected]> | ||
|
||
* Added missing objects in server's garbage collecting process. | ||
|
||
2017-11-06 belangeo <[email protected]> | ||
|
||
* Fixed audio and midi backends memory allocation. | ||
|
||
2017-11-05 belangeo <[email protected]> | ||
|
||
* Don't try to deactivate jack if it is stopped externally (ex. from | ||
qjackctl). Fixed issue #109. | ||
|
||
2017-11-03 belangeo <[email protected]> | ||
|
||
* Added a callback attribute to PVAnal. The function receives magnitudes | ||
and true frequencies for every analysis frame. | ||
|
||
2017-11-02 belangeo <[email protected]> | ||
|
||
* Fixed PyoArgumentTypeError when ctrl() is called for an object with | ||
dataOnly parameter and tk is used instead of wxpython. | ||
|
||
2017-11-02 belangeo <[email protected]> | ||
|
||
* Granulator now compensates for the difference between the loaded sound's | ||
sampling rate and pyo's sampling rate, if any. | ||
|
||
2017-11-01 belangeo <[email protected]> | ||
|
||
* E-Pyo: Fixed crash when preferences contains unicode characters. | ||
|
||
2017-10-31 belangeo <[email protected]> | ||
|
||
* E-Pyo: template, snippets and other features now defaults to python3. | ||
|
||
2017-10-15 belangeo <[email protected]> | ||
|
||
* Added a new init argument (wintitle) to Scope and Spectrum objects to | ||
allow the user to set the title name of their window. Also added a | ||
method to show/hide the channel labels in their window. | ||
|
||
2017-10-09 belangeo <[email protected]> | ||
|
||
* Added Jack midi support to the Server. | ||
|
||
2017-10-09 belangeo <[email protected]> | ||
|
||
* Added missing static declaration to functions in pyomodule. | ||
|
||
2017-10-07 belangeo <[email protected]> | ||
|
||
* Removed internal import of the random module. Scripts importing | ||
both pyo and random modules segfault on garbagge collection at exit. | ||
|
||
2017-09-15 belangeo <[email protected]> | ||
|
||
* Added missing binding to stop method in MidiListener. | ||
|
||
2017-09-06 belangeo <[email protected]> | ||
|
||
* Added windows audio inspector script. | ||
|
||
2017-08-31 belangeo <[email protected]> | ||
|
||
* Fixed compiling with debug symbols on MacOS. | ||
|
||
2017-08-28 belangeo <[email protected]> | ||
|
||
* Fixed VoiceManager dealloc function. | ||
|
||
2017-08-28 belangeo <[email protected]> | ||
|
||
* Upgraded version number to 0.8.7. | ||
|