From 0837273cf32b6674fe86a97bf16dbc06a72d1b3a Mon Sep 17 00:00:00 2001 From: Joakim Hernberg Date: Sun, 13 Oct 2013 00:37:37 +0200 Subject: [PATCH] remove mention of xrun_callback() from README, as it's been removed from the code --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index ee31129..3301d8b 100644 --- a/README +++ b/README @@ -43,8 +43,8 @@ from the processing callback. Wineasio can now slave to the jack transport. -Support has been added for jack's xrun_callback() and bufsize_callback(), the -latter means that asio apps get notified if the jack buffersize changes. +Support has been added for jack's bufsize_callback(), meaning that asio apps +get notified if the jack buffersize changes. CreateBuffers() can now change jack's buffersize if so desired. Must be enabled in the registry, see below.