Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2005-05-19 23:58:53 +0400
committerTon Roosendaal <ton@blender.org>2005-05-19 23:58:53 +0400
commit3fb7442d35e6c8a36f3aaebc7a9175a3b77b5251 (patch)
treeb4cce502420d462013bb5df947e15187789de69c /source/blender/include/BSE_headerbuttons.h
parentdee5af12e3327dd2dcd80eaef15c44756eb42315 (diff)
Made TimeLine "Play" also play sound and synchronize with it. Added the
feature with a header button. Works like audio playback on ALT+A, meaning you have to add the audio strips in Sequencer. The 'only sync' option for ALT+A doesn't work here. Also: fixed crash on ESC in audio playback in sequencer.
Diffstat (limited to 'source/blender/include/BSE_headerbuttons.h')
-rw-r--r--source/blender/include/BSE_headerbuttons.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/include/BSE_headerbuttons.h b/source/blender/include/BSE_headerbuttons.h
index 0e4c9440c08..a34ed7821f9 100644
--- a/source/blender/include/BSE_headerbuttons.h
+++ b/source/blender/include/BSE_headerbuttons.h
@@ -56,7 +56,7 @@ void load_sound_buttons(char *str);
/* end of declarations moved from old headerbuttons.c */
void update_for_newframe_muted(void);
-void update_for_newframe_nodraw(void);
+void update_for_newframe_nodraw(int nosound);
void free_matcopybuf(void);
void clear_matcopybuf(void);
void write_videoscape_fs(void);