File: wxgui.rst.txt

package info (click to toggle)
python-pyo 1.0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 52,332 kB
  • sloc: python: 135,133; ansic: 127,822; javascript: 16,116; sh: 395; makefile: 388; cpp: 242
file content (85 lines) | stat: -rw-r--r-- 1,914 bytes parent folder | download | duplicates (4)
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
Additional WxPython widgets 
===============================

.. currentmodule:: pyo

The classes in this module are based on internal classes that where 
originally designed to help the creation of graphical tools for the
control and the visualization of audio signals. WxPython must be installed
under the current Python distribution to access these classes.

Objects in this category
------------------------------

- :py:class:`PyoGuiControlSlider` :         Floating-point control slider.
- :py:class:`PyoGuiVuMeter` :         Multi-channels Vu Meter.
- :py:class:`PyoGuiGrapher` :         Multi-modes break-points function editor.
- :py:class:`PyoGuiMultiSlider` :         Data multi-sliders editor.
- :py:class:`PyoGuiSpectrum` :         Frequency spectrum display.
- :py:class:`PyoGuiScope` :         Oscilloscope display.
- :py:class:`PyoGuiSndView` :         Soundfile display.
- :py:class:`PyoGuiKeyboard` :         Virtual MIDI keyboard.

*PyoGuiControlSlider*
-----------------------------------

.. autoclass:: PyoGuiControlSlider
   :members:

   .. autoclasstoc::

*PyoGuiVuMeter*
-----------------------------------

.. autoclass:: PyoGuiVuMeter
   :members:

   .. autoclasstoc::

*PyoGuiGrapher*
-----------------------------------

.. autoclass:: PyoGuiGrapher
   :members:

   .. autoclasstoc::

*PyoGuiMultiSlider*
-----------------------------------

.. autoclass:: PyoGuiMultiSlider
   :members:

   .. autoclasstoc::

*PyoGuiSpectrum*
-----------------------------------

.. autoclass:: PyoGuiSpectrum
   :members:

   .. autoclasstoc::

*PyoGuiScope*
-----------------------------------

.. autoclass:: PyoGuiScope
   :members:

   .. autoclasstoc::

*PyoGuiSndView*
-----------------------------------

.. autoclass:: PyoGuiSndView
   :members:

   .. autoclasstoc::

*PyoGuiKeyboard*
-----------------------------------

.. autoclass:: PyoGuiKeyboard
   :members:

   .. autoclasstoc::