--- delayaudio_orig.C	2023-05-14 10:46:22.035845543 -0600
+++ delayaudio.C	2023-05-22 16:45:31.690961913 -0600
@@ -136,8 +136,7 @@
 
 	if(buffer)
 	{
-		int size = MIN(new_allocation, allocation);
-
+		int size = new_allocation;
 		memcpy(new_buffer->get_data(),
 			buffer->get_data(),
 			(size - PluginClient::in_buffer_size) * sizeof(double));
@@ -154,7 +153,8 @@
 {
 
 	load_configuration();
-	if(need_reconfigure) reconfigure();
+//	if(need_reconfigure)
+	reconfigure();
 
 // printf("DelayAudio::process_realtime %d %d\n",
 // input_start, size);
