ClipSound class¶
Bases: pytvpaint.sound.BaseSound['Clip']
A clip sound.
Source code in pytvpaint/sound.py
204 205 206 207 208 209 210 211 212 |
|
clip: Clip
property
¶
The sound's clip.
make_current() -> None
¶
Makes the sound clip current.
Source code in pytvpaint/sound.py
237 238 239 |
|
remove() -> None
¶
Remove the sound from the clip.
Source code in pytvpaint/sound.py
241 242 243 244 245 |
|
reload() -> None
¶
Reload the sound from file.
Source code in pytvpaint/sound.py
247 248 249 250 |
|