diff --git a/source/blender/blenkernel/intern/sound.c b/source/blender/blenkernel/intern/sound.c index 41588d82b5f..73330c25179 100644 --- a/source/blender/blenkernel/intern/sound.c +++ b/source/blender/blenkernel/intern/sound.c @@ -1378,6 +1378,12 @@ void BKE_sound_set_scene_sound_pitch(void *UNUSED(handle), char UNUSED(animated)) { } +void BKE_sound_set_scene_sound_pitch_constant_range(void *UNUSED(handle), + int UNUSED(frame_start), + int UNUSED(frame_end), + float UNUSED(pitch)) +{ +} float BKE_sound_get_length(struct Main *UNUSED(bmain), bSound *UNUSED(sound)) { return 0;