Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/intern/sound.c
| Show First 20 Lines • Show All 215 Lines • ▼ Show 20 Lines | IDTypeInfo IDType_ID_SO = { | ||||
| .foreach_cache = sound_foreach_cache, | .foreach_cache = sound_foreach_cache, | ||||
| .blend_write = sound_blend_write, | .blend_write = sound_blend_write, | ||||
| .blend_read_data = sound_blend_read_data, | .blend_read_data = sound_blend_read_data, | ||||
| .blend_read_lib = sound_blend_read_lib, | .blend_read_lib = sound_blend_read_lib, | ||||
| .blend_read_expand = sound_blend_read_expand, | .blend_read_expand = sound_blend_read_expand, | ||||
| .blend_read_undo_preserve = NULL, | .blend_read_undo_preserve = NULL, | ||||
| .lib_override_apply_post = NULL, | |||||
| }; | }; | ||||
| #ifdef WITH_AUDASPACE | #ifdef WITH_AUDASPACE | ||||
| /* evil globals ;-) */ | /* evil globals ;-) */ | ||||
| static int sound_cfra; | static int sound_cfra; | ||||
| static char **audio_device_names = NULL; | static char **audio_device_names = NULL; | ||||
| #endif | #endif | ||||
| ▲ Show 20 Lines • Show All 1,240 Lines • Show Last 20 Lines | |||||