ProjectSound class¶
Bases: pytvpaint.sound.BaseSound['Project']
A Project sound.
Source code in pytvpaint/sound.py
256 257 258 259 260 261 262 263 264 |
|
project: Project
property
¶
The sound's project.
remove() -> None
¶
Remove the sound from the project.
Source code in pytvpaint/sound.py
289 290 291 292 293 |
|
reload() -> None
¶
Reload the sound from file.
Source code in pytvpaint/sound.py
295 296 297 |
|
make_current() -> None
¶
Makes the sound project current.
Source code in pytvpaint/sound.py
299 300 301 |
|