Re: [PATCH] gnu: Add IR.

2015-04-26 Thread Andreas Enge
On Sun, Apr 26, 2015 at 03:26:04PM +0200, Ricardo Wurmus wrote: > How about this then: > "Zita convolver is a C++ library providing a real-time convolution > engine." > WDYT? Yes, maybe. Andreas

Re: [PATCH] gnu: Add IR.

2015-04-26 Thread Ricardo Wurmus
Andreas Enge writes: >> + "Zita convolver is a C++ library implementing a real-time convolution >> +matrix.") > > This I find difficult to understand. How can you implement a matrix? What is > a real time matrix? Maybe "for computing convolution matrices in real time"? > Or also add "double

Re: [PATCH] gnu: Add IR.

2015-04-26 Thread Ricardo Wurmus
Andreas Enge writes: > On Sat, Apr 25, 2015 at 08:49:43PM +0200, Ricardo Wurmus wrote: >> attached are patches for the zita-convolver library and the excellent IR >> reverb plugin. It creates a reverb effect out of impulse responses. >> (It does not come with pre-packaged impulse responses, but

Re: [PATCH] gnu: Add IR.

2015-04-26 Thread Andreas Enge
On Sat, Apr 25, 2015 at 08:49:43PM +0200, Ricardo Wurmus wrote: > attached are patches for the zita-convolver library and the excellent IR > reverb plugin. It creates a reverb effect out of impulse responses. > (It does not come with pre-packaged impulse responses, but there are > many impulse res

Re: [PATCH] gnu: Add IR.

2015-04-26 Thread Andreas Enge
On Sat, Apr 25, 2015 at 08:49:43PM +0200, Ricardo Wurmus wrote: > + (chdir "libs") #t) I would put "#t" onto a new line as it is a separate "command". +(("^LIBDIR =.*") "LIBDIR = lib\n")) I think this adds a line break, which is not a problem. > + "Zita convolver is a C

[PATCH] gnu: Add IR.

2015-04-25 Thread Ricardo Wurmus
Hi Guix, attached are patches for the zita-convolver library and the excellent IR reverb plugin. It creates a reverb effect out of impulse responses. (It does not come with pre-packaged impulse responses, but there are many impulse response packs out there that can be used.) ~~ Ricardo >From 49