summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/xas/synth.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/xas/synth.h b/include/xas/synth.h
index 7ec4af4..e513f2a 100644
--- a/include/xas/synth.h
+++ b/include/xas/synth.h
@@ -65,4 +65,7 @@ void xas_synth_stop(xas_synth *synth);
xas_audio_stream *xas_synth_stream_new(xas_synth *synth);
+xas_audio_stream *xas_synth_stream_new_poly(xas_synth **synths,
+ size_t count);
+
#endif /* _XAS_SYNTH_H */