9 Commits

Author SHA256 Message Date
a3078f58cf Accepting request 1278976 from devel:languages:python:numeric
- Use libalternatives
- Add python-standard-aifc for python >= 3.13

- Switch building to use of PEP517 backend.

OBS-URL: https://build.opensuse.org/request/show/1278976
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyo?expand=0&rev=5
2025-05-22 14:56:18 +00:00
149196f102 Accepting request 1180113 from devel:languages:python:numeric
- Update to 1.0.5
    * Update Coreaudio support.
    * Added to MidiNote holdmode, first/last velocity support and sendAllNotesOff method.
    * UI: Improved handling of system's dark mode.
    * 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.
    * Fix Keyboard widget note off handling in hold mode.
    * Made SndTable, NewTable and DataTable size attribute mutable.
    * Improved behavior consistency of PyoTableObject.setSize method.
    * Fixed bug when making the size of a table bigger at runtime.
    * Objects writing samples in tables can now write to any PyoTableObject.
    * Made getRate() and getDur() methods available to all PyoTableObject.
    * Allow more than 10 controls in PyoObjectControl window.
    * Fixed linux libasound and libjack symlinks (included in version 1.0.4).
- from version 1.0.4
    * Replaced unsecure vsprintf function with vsnprintf in server logging functions (fixed issue #222).
    * Removed useless string copy in the Jack backend (fixed issue #221).
    * TableMorph checks table sizes before interpolating to prevent segmentation fault.
    * Scale's exp argument now supports float or PyoObject.
    * Added documentation for IFFTMatrix object.
    * Added support for item assigment in PyoObjectBase.
    * Replaced all allocation functions with python's memory interface.
    * Fixed Select counter type range (now accept a long long value).
    * Removed unwanted call to Server_process_buffers at start of an embedded audio server.
    * Fixed segfault in embedded pyo_end_interpreter function.
    * Fixed FreqShift backward shifting (issue #193).
    * Fixed wx assertion in Scope color rendering.
    * Removed deprecated files.

OBS-URL: https://build.opensuse.org/request/show/1180113
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyo?expand=0&rev=4
2024-06-12 13:38:48 +00:00
a9a9941e0d - Cherry-pick upstream 277.patch to fix build with GCC 14
* On Windows, use 'directsound' as the default audio host (much more
  * Added a new object: MultiBand, frequency splitter using Linkwitz-Riley
    * Fixed segfault at exit when a Server object is created but never
    * Fixed window shape in the Harmonizer object (use an halfsine instead
    * Fixed ending point of TableRec's time stream (now keep the last
    * Added getInterpolated method to PyoMatrixObject class. Returns the
    * Added pa_get_default_devices_from_host(host) function. This function can
      greatly help finding the device indexes (especially on Windows) to give to
    * Check the jack api version before compiling to ensure existing functions are
    * Added PyoTableObject.getBuffer() method. The PyoTableObject now support
      the buffer protocol (see PEP 3118), which allow a table to share its data
      process function. This function will be called once per buffer size, just
    * Improve Looper object: Added a time stream, which gives the current
      loop immediately with crossfade. Added appendFadeTime() and fadeInSeconds()
    * Added an 'inverse' argument to PVGate object. When set to True, the
    * TableWrite object now takes into account the feedback argument of NewTable
      object and interpolates to fill in gaps if its writing pointer moves faster
    * Added a reset() method to various delay line-based objects (AllpassWG,
    * Replaced all printf calls with PySys_WriteStdout. This allow to redirect
    * Added a new file, called "How to improve performance of your pyo programs",
  * Added midi output methods to the Server object. noteout, afterout, ctlout,
  * Server.setMidiOutputDevice(idx) with `idx` greater than the higher portmidi
  * Added new object: FToM, converts an audio stream containning frequencies in
  * Added new function: hzToMidi, converts a frequency in hertz to a midi note
  * Server.setMidiInputDevice(idx) with `idx` greater than the higher portmidi
  * OSX installer: Also install pyo in anaconda site-packages directory if
  * Added new object : TrigBurst, generates a time/amplitude expandable trigger
  * Windows installers now check for the current python installation directory
  * Added new object : SmoothDelay, a delay line that does not produce clicks

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pyo?expand=0&rev=9
2024-06-12 07:24:11 +00:00
3065f6cb57 Accepting request 1180026 from home:glaubitz:branches:devel:languages:python:numeric
- Update to 1.0.5
    * Update Coreaudio support.
    * Added to MidiNote holdmode, first/last velocity support and sendAllNotesOff method.
    * UI: Improved handling of system's dark mode.
    * 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.
    * Fix Keyboard widget note off handling in hold mode.
    * Made SndTable, NewTable and DataTable size attribute mutable.
    * Improved behavior consistency of PyoTableObject.setSize method.
    * Fixed bug when making the size of a table bigger at runtime.
    * Objects writing samples in tables can now write to any PyoTableObject.
    * Made getRate() and getDur() methods available to all PyoTableObject.
    * Allow more than 10 controls in PyoObjectControl window.
    * Fixed linux libasound and libjack symlinks (included in version 1.0.4).
- from version 1.0.4
    * Replaced unsecure vsprintf function with vsnprintf in server logging functions (fixed issue #222).
    * Removed useless string copy in the Jack backend (fixed issue #221).
    * TableMorph checks table sizes before interpolating to prevent segmentation fault.
    * Scale's exp argument now supports float or PyoObject.
    * Added documentation for IFFTMatrix object.
    * Added support for item assigment in PyoObjectBase.
    * Replaced all allocation functions with python's memory interface.
    * Fixed Select counter type range (now accept a long long value).
    * Removed unwanted call to Server_process_buffers at start of an embedded audio server.
    * Fixed segfault in embedded pyo_end_interpreter function.
    * Fixed FreqShift backward shifting (issue #193).
    * Fixed wx assertion in Scope color rendering.
    * Removed deprecated files.

OBS-URL: https://build.opensuse.org/request/show/1180026
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pyo?expand=0&rev=8
2024-06-11 17:34:14 +00:00
fa6fea2139 Accepting request 889206 from devel:languages:python:numeric
- Update to 1.0.3
  * Added new object: MML, Music Macro Language evaluator.
  * Fixed segfault in reducePoints function.
  * PVBuffer's length attribute can now be changed dynamically.
  * Added the first version of the Events framework.
  * Expr API: Expr now can handle multiple input sources.
  * Expr API: Expr now can generate multiple output signals.
  * CallAfter's time and arg arguments can be changed dynamically.
  * Epyo: Added auto complete for cpp file (from corresponding header file).
- Add upstream-but-rebased py39.patch to fix build with python 3.9
- Pull LICENSE from github because it isn't in the tarball

OBS-URL: https://build.opensuse.org/request/show/889206
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyo?expand=0&rev=3
2021-04-29 20:46:28 +00:00
94c00fe7b2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pyo?expand=0&rev=6 2021-04-29 07:43:01 +00:00
e8bf902301 Accepting request 889190 from home:mcalabkova:branches:devel:languages:python:numeric
- Update to 1.0.3
  * Added new object: MML, Music Macro Language evaluator.
  * Fixed segfault in reducePoints function.
  * PVBuffer's length attribute can now be changed dynamically.
  * Added the first version of the Events framework.
  * Expr API: Expr now can handle multiple input sources.
  * Expr API: Expr now can generate multiple output signals.
  * CallAfter's time and arg arguments can be changed dynamically.
  * Epyo: Added auto complete for cpp file (from corresponding header file).
- Add upstream-but-rebased py39.patch to fix build with python 3.9
- Pull LICENSE from github because it isn't in the tarball

OBS-URL: https://build.opensuse.org/request/show/889190
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pyo?expand=0&rev=5
2021-04-29 07:10:57 +00:00
3e8c902d6e Accepting request 645632 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/645632
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyo?expand=0&rev=2
2018-10-31 12:21:42 +00:00
e0daf4f3ac Accepting request 609892 from devel:languages:python
Python digital signal processing module

OBS-URL: https://build.opensuse.org/request/show/609892
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyo?expand=0&rev=1
2018-05-29 08:28:36 +00:00

Diff Content Not Available