© COPYRIGHT 1999 … 2022 Blue Hell / Jan Punter
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation;
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Blue Hell is a trade mark owned by
Jan Punter
Oogstplein 6
7545 HP Enschede
the Netherlands
You can send me a PM through the electro-music.com forum, my user name there is Blue Hell. All rights attributed to Blue Hell are owned by Jan Punter.
For GNU license details see the Wren license text.
The icons for the 'gabe' look were made by .. gabe, also known as LfoHead on the electro-music forum. Thanks Gabe, they are great!
The Hrast modules and the file HrastUnit.pas are Copyright
HrastProgrammer.
The included freeverb unit is copyright 'Thaddy de Koning / Jezar' and was modified by me to fit in better.
The included OSCif unit was downloaded from
github and modified for use in
Wren.
The included portaudio material is Copyright © 1999-2006 Ross Bencina and Phil Burk. The DLL provided here was compiled from modified sources, you can download thos from the
Wren help menu. You will have to obtain the ASIO SDK yourself through Steinerg, it is NOT included. The source contains some hints about how to do this using Visual Studio 2013 Express. I had to make some minor changes to the configuration in order to get the code to compile under VS2017. Also see
http://www.portaudio.com.
The included
FFTW material (used for Fourier transforms in some modules) is © Copyright 2003, 2007-11 Matteo Frigo, © Copyright 2003, 2007-11 Massachusetts Institute of Technology. It was modified to be used in
Wren.
The
Talkie related code and the words.lpc file are © Copyright 2011 Peter Knight This code is released under GPLv2 license, and it was modified to be used in
Wren.
The included GVerb code came from
github, the copyright message reads : © Copyright 1999 Juhana Sadeharju, published under a GNU General public license. I translated the C code to Pascal.
The resonator code was modeled after Katjaas complex integrator that I found at
katjaas.nl.
The frequency shifter was copied from the Ladspa bode shifter that I found at
github.
ModTerragen uses some code that I found at
mobeard.org.
For some of the envelope generators I found inspiration at
musicfsp.org.
-
-
-
-
-
The WaveWiper was made after an idea published by PHOBoS, I got it from
electro-music.com.
Some wave wrapper modes were based on code and ideas found at
muffwiggler.com.
The 'Poetry' generator was modeled after an idea by
Johnathan Mackenzie from his Phd thesis 'Using Strange Attractors To Model Sound'.
The convolution code was built after the code found at
github.
-
Some of the speech synth ideas and some of it's code came from the
Tiny Speech Synth by 'stan 1901'.
The BSpline code used in the DataMaker component was written by
M. v. Engeland, I made a couple of minor changes only to make it work in Delphi XE5/XE10. Please see the source code (BSplines.pas in the knobs2013 directory) for details.
For the speech stuff I have used C++ code from the Tiny Speech Synth written by
Stepanov Andrey which I translated to Delphi. See tss.pas and Speech.pas for details.
-
-
Sample rate conversion is done with the r8b DLL, it was designed by Aleksy Vaneev of Voxengo and it was published under a MIT licence. See the
github page for details. Wren uses the DLL and a modified version of the published pascal interface for it.
Convolution was implemented using code from
Hifi-Lofi translated to Pascal for use in Wren. It uses FFTW for the fourier transformations. The Hifi-Lofi code was publised under a MIT licence.
The Moog filter types were found at
github. The following information was requested to be made available on reproduction of the code:
Copyright (c) 2015, Dimitri Diakopoulos All rights reserved.
* For the RKSimulation filter in addition to the following disclaimer:
Copyright (c) 2015, Miller Puckette. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer. <br><br>
Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS
IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
There are some further notes about the different filter types in the
module help and in the source code (Filters.pas). For the RKSimulation
filter in addition to the above disclaimer: Copyright © 2015, Miller
Puckette. All rights reserved.
I may have forgotten some but I believe the list above to be fairly complete – please check the source code for more information. Thanks to all who so generously published their code for others to use and learn from.