diff options
Diffstat (limited to 'drumgizmo')
| -rw-r--r-- | drumgizmo/drumgizmoc.cc | 8 | ||||
| -rw-r--r-- | drumgizmo/drumgizmoc.h | 6 | ||||
| -rw-r--r-- | drumgizmo/enginefactory.cc | 6 | ||||
| -rw-r--r-- | drumgizmo/enginefactory.h | 6 | ||||
| -rw-r--r-- | drumgizmo/input/inputdummy.cc | 6 | ||||
| -rw-r--r-- | drumgizmo/input/inputdummy.h | 6 | ||||
| -rw-r--r-- | drumgizmo/input/jackmidi.cc | 6 | ||||
| -rw-r--r-- | drumgizmo/input/jackmidi.h | 6 | ||||
| -rw-r--r-- | drumgizmo/input/midifile.cc | 6 | ||||
| -rw-r--r-- | drumgizmo/input/midifile.h | 6 | ||||
| -rw-r--r-- | drumgizmo/jackclient.cc | 15 | ||||
| -rw-r--r-- | drumgizmo/jackclient.h | 12 | ||||
| -rw-r--r-- | drumgizmo/output/alsa.cc | 6 | ||||
| -rw-r--r-- | drumgizmo/output/alsa.h | 6 | ||||
| -rw-r--r-- | drumgizmo/output/jackaudio.cc | 6 | ||||
| -rw-r--r-- | drumgizmo/output/jackaudio.h | 6 | ||||
| -rw-r--r-- | drumgizmo/output/outputdummy.cc | 6 | ||||
| -rw-r--r-- | drumgizmo/output/outputdummy.h | 6 | ||||
| -rw-r--r-- | drumgizmo/output/wavfile.cc | 6 | ||||
| -rw-r--r-- | drumgizmo/output/wavfile.h | 6 | 
20 files changed, 72 insertions, 65 deletions
| diff --git a/drumgizmo/drumgizmoc.cc b/drumgizmo/drumgizmoc.cc index 49844d5..3164c2e 100644 --- a/drumgizmo/drumgizmoc.cc +++ b/drumgizmo/drumgizmoc.cc @@ -11,16 +11,16 @@   *  This file is part of DrumGizmo.   *   *  DrumGizmo is free software; you can redistribute it and/or modify - *  it under the terms of the GNU General Public License as published by + *  it under the terms of the GNU Lesser General Public License as published by   *  the Free Software Foundation; either version 3 of the License, or   *  (at your option) any later version.   *   *  DrumGizmo 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. + *  GNU Lesser General Public License for more details.   * - *  You should have received a copy of the GNU General Public License + *  You should have received a copy of the GNU Lesser General Public License   *  along with DrumGizmo; if not, write to the Free Software   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.   */ @@ -48,7 +48,7 @@ static const char copyright_str[] =      "Copyright (C) 2008-2011 Bent Bisballe Nyeng - Aasimon.org.\n"      "This is free software.  You may redistribute copies of it under the terms "      "of\n" -    "the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.\n" +    "the GNU Lesser General Public License <http://www.gnu.org/licenses/gpl.html>.\n"      "There is NO WARRANTY, to the extent permitted by law.\n"      "\n"      "Written by Bent Bisballe Nyeng (deva@aasimon.org)\n"; diff --git a/drumgizmo/drumgizmoc.h b/drumgizmo/drumgizmoc.h index 333b7d6..231aec6 100644 --- a/drumgizmo/drumgizmoc.h +++ b/drumgizmo/drumgizmoc.h @@ -11,16 +11,16 @@   *  This file is part of DrumGizmo.   *   *  DrumGizmo is free software; you can redistribute it and/or modify - *  it under the terms of the GNU General Public License as published by + *  it under the terms of the GNU Lesser General Public License as published by   *  the Free Software Foundation; either version 3 of the License, or   *  (at your option) any later version.   *   *  DrumGizmo 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. + *  GNU Lesser General Public License for more details.   * - *  You should have received a copy of the GNU General Public License + *  You should have received a copy of the GNU Lesser General Public License   *  along with DrumGizmo; if not, write to the Free Software   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.   */ diff --git a/drumgizmo/enginefactory.cc b/drumgizmo/enginefactory.cc index 5d59ac3..d3e08c6 100644 --- a/drumgizmo/enginefactory.cc +++ b/drumgizmo/enginefactory.cc @@ -11,16 +11,16 @@   *  This file is part of DrumGizmo.   *   *  DrumGizmo is free software; you can redistribute it and/or modify - *  it under the terms of the GNU General Public License as published by + *  it under the terms of the GNU Lesser General Public License as published by   *  the Free Software Foundation; either version 3 of the License, or   *  (at your option) any later version.   *   *  DrumGizmo 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. + *  GNU Lesser General Public License for more details.   * - *  You should have received a copy of the GNU General Public License + *  You should have received a copy of the GNU Lesser General Public License   *  along with DrumGizmo; if not, write to the Free Software   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.   */ diff --git a/drumgizmo/enginefactory.h b/drumgizmo/enginefactory.h index d792fc9..803f476 100644 --- a/drumgizmo/enginefactory.h +++ b/drumgizmo/enginefactory.h @@ -11,16 +11,16 @@   *  This file is part of DrumGizmo.   *   *  DrumGizmo is free software; you can redistribute it and/or modify - *  it under the terms of the GNU General Public License as published by + *  it under the terms of the GNU Lesser General Public License as published by   *  the Free Software Foundation; either version 3 of the License, or   *  (at your option) any later version.   *   *  DrumGizmo 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. + *  GNU Lesser General Public License for more details.   * - *  You should have received a copy of the GNU General Public License + *  You should have received a copy of the GNU Lesser General Public License   *  along with DrumGizmo; if not, write to the Free Software   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.   */ diff --git a/drumgizmo/input/inputdummy.cc b/drumgizmo/input/inputdummy.cc index 08f903d..74464ef 100644 --- a/drumgizmo/input/inputdummy.cc +++ b/drumgizmo/input/inputdummy.cc @@ -11,16 +11,16 @@   *  This file is part of DrumGizmo.   *   *  DrumGizmo is free software; you can redistribute it and/or modify - *  it under the terms of the GNU General Public License as published by + *  it under the terms of the GNU Lesser General Public License as published by   *  the Free Software Foundation; either version 3 of the License, or   *  (at your option) any later version.   *   *  DrumGizmo 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. + *  GNU Lesser General Public License for more details.   * - *  You should have received a copy of the GNU General Public License + *  You should have received a copy of the GNU Lesser General Public License   *  along with DrumGizmo; if not, write to the Free Software   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.   */ diff --git a/drumgizmo/input/inputdummy.h b/drumgizmo/input/inputdummy.h index 5827cb3..79f325a 100644 --- a/drumgizmo/input/inputdummy.h +++ b/drumgizmo/input/inputdummy.h @@ -11,16 +11,16 @@   *  This file is part of DrumGizmo.   *   *  DrumGizmo is free software; you can redistribute it and/or modify - *  it under the terms of the GNU General Public License as published by + *  it under the terms of the GNU Lesser General Public License as published by   *  the Free Software Foundation; either version 3 of the License, or   *  (at your option) any later version.   *   *  DrumGizmo 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. + *  GNU Lesser General Public License for more details.   * - *  You should have received a copy of the GNU General Public License + *  You should have received a copy of the GNU Lesser General Public License   *  along with DrumGizmo; if not, write to the Free Software   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.   */ diff --git a/drumgizmo/input/jackmidi.cc b/drumgizmo/input/jackmidi.cc index 266fb51..ff2f030 100644 --- a/drumgizmo/input/jackmidi.cc +++ b/drumgizmo/input/jackmidi.cc @@ -11,16 +11,16 @@   *  This file is part of DrumGizmo.   *   *  DrumGizmo is free software; you can redistribute it and/or modify - *  it under the terms of the GNU General Public License as published by + *  it under the terms of the GNU Lesser General Public License as published by   *  the Free Software Foundation; either version 3 of the License, or   *  (at your option) any later version.   *   *  DrumGizmo 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. + *  GNU Lesser General Public License for more details.   * - *  You should have received a copy of the GNU General Public License + *  You should have received a copy of the GNU Lesser General Public License   *  along with DrumGizmo; if not, write to the Free Software   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.   */ diff --git a/drumgizmo/input/jackmidi.h b/drumgizmo/input/jackmidi.h index 56d622d..fbf6ef1 100644 --- a/drumgizmo/input/jackmidi.h +++ b/drumgizmo/input/jackmidi.h @@ -11,16 +11,16 @@   *  This file is part of DrumGizmo.   *   *  DrumGizmo is free software; you can redistribute it and/or modify - *  it under the terms of the GNU General Public License as published by + *  it under the terms of the GNU Lesser General Public License as published by   *  the Free Software Foundation; either version 3 of the License, or   *  (at your option) any later version.   *   *  DrumGizmo 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. + *  GNU Lesser General Public License for more details.   * - *  You should have received a copy of the GNU General Public License + *  You should have received a copy of the GNU Lesser General Public License   *  along with DrumGizmo; if not, write to the Free Software   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.   */ diff --git a/drumgizmo/input/midifile.cc b/drumgizmo/input/midifile.cc index c5fec5c..5fc1a42 100644 --- a/drumgizmo/input/midifile.cc +++ b/drumgizmo/input/midifile.cc @@ -11,16 +11,16 @@   *  This file is part of DrumGizmo.   *   *  DrumGizmo is free software; you can redistribute it and/or modify - *  it under the terms of the GNU General Public License as published by + *  it under the terms of the GNU Lesser General Public License as published by   *  the Free Software Foundation; either version 3 of the License, or   *  (at your option) any later version.   *   *  DrumGizmo 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. + *  GNU Lesser General Public License for more details.   * - *  You should have received a copy of the GNU General Public License + *  You should have received a copy of the GNU Lesser General Public License   *  along with DrumGizmo; if not, write to the Free Software   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.   */ diff --git a/drumgizmo/input/midifile.h b/drumgizmo/input/midifile.h index 9920a3b..a5c79e4 100644 --- a/drumgizmo/input/midifile.h +++ b/drumgizmo/input/midifile.h @@ -11,16 +11,16 @@   *  This file is part of DrumGizmo.   *   *  DrumGizmo is free software; you can redistribute it and/or modify - *  it under the terms of the GNU General Public License as published by + *  it under the terms of the GNU Lesser General Public License as published by   *  the Free Software Foundation; either version 3 of the License, or   *  (at your option) any later version.   *   *  DrumGizmo 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. + *  GNU Lesser General Public License for more details.   * - *  You should have received a copy of the GNU General Public License + *  You should have received a copy of the GNU Lesser General Public License   *  along with DrumGizmo; if not, write to the Free Software   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.   */ diff --git a/drumgizmo/jackclient.cc b/drumgizmo/jackclient.cc index 698fe5b..e493e1b 100644 --- a/drumgizmo/jackclient.cc +++ b/drumgizmo/jackclient.cc @@ -11,16 +11,16 @@   *  This file is part of DrumGizmo.   *   *  DrumGizmo is free software; you can redistribute it and/or modify - *  it under the terms of the GNU General Public License as published by + *  it under the terms of the GNU Lesser General Public License as published by   *  the Free Software Foundation; either version 3 of the License, or   *  (at your option) any later version.   *   *  DrumGizmo 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. + *  GNU Lesser General Public License for more details.   * - *  You should have received a copy of the GNU General Public License + *  You should have received a copy of the GNU Lesser General Public License   *  along with DrumGizmo; if not, write to the Free Software   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.   */ @@ -52,16 +52,19 @@ JackPort::~JackPort()  // -------------------------------------------------------------------- -static int _wrap_jack_process(jack_nframes_t nframes, void* arg) +int JackClient::wrapJackProcess(jack_nframes_t nframes, void* arg)  {  	return static_cast<JackClient*>(arg)->process(nframes);  } -JackClient::JackClient() : client{nullptr}, processes{}, is_active{false} +JackClient::JackClient() +	: client{nullptr} +	, processes{} +	, is_active{false}  {  	jack_status_t status;  	client = jack_client_open("DrumGizmo", JackNullOption, &status); -	jack_set_process_callback(client, _wrap_jack_process, this); +	jack_set_process_callback(client, JackClient::wrapJackProcess, this);  }  JackClient::~JackClient() diff --git a/drumgizmo/jackclient.h b/drumgizmo/jackclient.h index 09f8b48..82cc0ed 100644 --- a/drumgizmo/jackclient.h +++ b/drumgizmo/jackclient.h @@ -11,16 +11,16 @@   *  This file is part of DrumGizmo.   *   *  DrumGizmo is free software; you can redistribute it and/or modify - *  it under the terms of the GNU General Public License as published by + *  it under the terms of the GNU Lesser General Public License as published by   *  the Free Software Foundation; either version 3 of the License, or   *  (at your option) any later version.   *   *  DrumGizmo 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. + *  GNU Lesser General Public License for more details.   * - *  You should have received a copy of the GNU General Public License + *  You should have received a copy of the GNU Lesser General Public License   *  along with DrumGizmo; if not, write to the Free Software   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.   */ @@ -68,7 +68,7 @@ public:  	void add(JackProcess& process);  	void remove(JackProcess& process);  	void activate(); -	int process(jack_nframes_t num_frames); +  	std::size_t getBufferSize() const;  	std::size_t getSampleRate() const; @@ -76,4 +76,8 @@ private:  	jack_client_t* client;  	std::set<JackProcess*> processes;  	bool is_active; + +	int process(jack_nframes_t num_frames); + +	static int wrapJackProcess(jack_nframes_t nframes, void* arg);  }; diff --git a/drumgizmo/output/alsa.cc b/drumgizmo/output/alsa.cc index 39feda8..20a5366 100644 --- a/drumgizmo/output/alsa.cc +++ b/drumgizmo/output/alsa.cc @@ -11,16 +11,16 @@   *  This file is part of DrumGizmo.   *   *  DrumGizmo is free software; you can redistribute it and/or modify - *  it under the terms of the GNU General Public License as published by + *  it under the terms of the GNU Lesser General Public License as published by   *  the Free Software Foundation; either version 3 of the License, or   *  (at your option) any later version.   *   *  DrumGizmo 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. + *  GNU Lesser General Public License for more details.   * - *  You should have received a copy of the GNU General Public License + *  You should have received a copy of the GNU Lesser General Public License   *  along with DrumGizmo; if not, write to the Free Software   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.   */ diff --git a/drumgizmo/output/alsa.h b/drumgizmo/output/alsa.h index a9b9fe6..f3fb457 100644 --- a/drumgizmo/output/alsa.h +++ b/drumgizmo/output/alsa.h @@ -11,16 +11,16 @@   *  This file is part of DrumGizmo.   *   *  DrumGizmo is free software; you can redistribute it and/or modify - *  it under the terms of the GNU General Public License as published by + *  it under the terms of the GNU Lesser General Public License as published by   *  the Free Software Foundation; either version 3 of the License, or   *  (at your option) any later version.   *   *  DrumGizmo 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. + *  GNU Lesser General Public License for more details.   * - *  You should have received a copy of the GNU General Public License + *  You should have received a copy of the GNU Lesser General Public License   *  along with DrumGizmo; if not, write to the Free Software   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.   */ diff --git a/drumgizmo/output/jackaudio.cc b/drumgizmo/output/jackaudio.cc index 9a77874..90ac63b 100644 --- a/drumgizmo/output/jackaudio.cc +++ b/drumgizmo/output/jackaudio.cc @@ -11,16 +11,16 @@   *  This file is part of DrumGizmo.   *   *  DrumGizmo is free software; you can redistribute it and/or modify - *  it under the terms of the GNU General Public License as published by + *  it under the terms of the GNU Lesser General Public License as published by   *  the Free Software Foundation; either version 3 of the License, or   *  (at your option) any later version.   *   *  DrumGizmo 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. + *  GNU Lesser General Public License for more details.   * - *  You should have received a copy of the GNU General Public License + *  You should have received a copy of the GNU Lesser General Public License   *  along with DrumGizmo; if not, write to the Free Software   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.   */ diff --git a/drumgizmo/output/jackaudio.h b/drumgizmo/output/jackaudio.h index 08a438b..e22d978 100644 --- a/drumgizmo/output/jackaudio.h +++ b/drumgizmo/output/jackaudio.h @@ -11,16 +11,16 @@   *  This file is part of DrumGizmo.   *   *  DrumGizmo is free software; you can redistribute it and/or modify - *  it under the terms of the GNU General Public License as published by + *  it under the terms of the GNU Lesser General Public License as published by   *  the Free Software Foundation; either version 3 of the License, or   *  (at your option) any later version.   *   *  DrumGizmo 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. + *  GNU Lesser General Public License for more details.   * - *  You should have received a copy of the GNU General Public License + *  You should have received a copy of the GNU Lesser General Public License   *  along with DrumGizmo; if not, write to the Free Software   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.   */ diff --git a/drumgizmo/output/outputdummy.cc b/drumgizmo/output/outputdummy.cc index dd0cf68..2edcc28 100644 --- a/drumgizmo/output/outputdummy.cc +++ b/drumgizmo/output/outputdummy.cc @@ -11,16 +11,16 @@   *  This file is part of DrumGizmo.   *   *  DrumGizmo is free software; you can redistribute it and/or modify - *  it under the terms of the GNU General Public License as published by + *  it under the terms of the GNU Lesser General Public License as published by   *  the Free Software Foundation; either version 3 of the License, or   *  (at your option) any later version.   *   *  DrumGizmo 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. + *  GNU Lesser General Public License for more details.   * - *  You should have received a copy of the GNU General Public License + *  You should have received a copy of the GNU Lesser General Public License   *  along with DrumGizmo; if not, write to the Free Software   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.   */ diff --git a/drumgizmo/output/outputdummy.h b/drumgizmo/output/outputdummy.h index c5d197f..023ba42 100644 --- a/drumgizmo/output/outputdummy.h +++ b/drumgizmo/output/outputdummy.h @@ -11,16 +11,16 @@   *  This file is part of DrumGizmo.   *   *  DrumGizmo is free software; you can redistribute it and/or modify - *  it under the terms of the GNU General Public License as published by + *  it under the terms of the GNU Lesser General Public License as published by   *  the Free Software Foundation; either version 3 of the License, or   *  (at your option) any later version.   *   *  DrumGizmo 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. + *  GNU Lesser General Public License for more details.   * - *  You should have received a copy of the GNU General Public License + *  You should have received a copy of the GNU Lesser General Public License   *  along with DrumGizmo; if not, write to the Free Software   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.   */ diff --git a/drumgizmo/output/wavfile.cc b/drumgizmo/output/wavfile.cc index 86e0168..b19f700 100644 --- a/drumgizmo/output/wavfile.cc +++ b/drumgizmo/output/wavfile.cc @@ -11,16 +11,16 @@   *  This file is part of DrumGizmo.   *   *  DrumGizmo is free software; you can redistribute it and/or modify - *  it under the terms of the GNU General Public License as published by + *  it under the terms of the GNU Lesser General Public License as published by   *  the Free Software Foundation; either version 3 of the License, or   *  (at your option) any later version.   *   *  DrumGizmo 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. + *  GNU Lesser General Public License for more details.   * - *  You should have received a copy of the GNU General Public License + *  You should have received a copy of the GNU Lesser General Public License   *  along with DrumGizmo; if not, write to the Free Software   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.   */ diff --git a/drumgizmo/output/wavfile.h b/drumgizmo/output/wavfile.h index 2ace401..1dddfa1 100644 --- a/drumgizmo/output/wavfile.h +++ b/drumgizmo/output/wavfile.h @@ -11,16 +11,16 @@   *  This file is part of DrumGizmo.   *   *  DrumGizmo is free software; you can redistribute it and/or modify - *  it under the terms of the GNU General Public License as published by + *  it under the terms of the GNU Lesser General Public License as published by   *  the Free Software Foundation; either version 3 of the License, or   *  (at your option) any later version.   *   *  DrumGizmo 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. + *  GNU Lesser General Public License for more details.   * - *  You should have received a copy of the GNU General Public License + *  You should have received a copy of the GNU Lesser General Public License   *  along with DrumGizmo; if not, write to the Free Software   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.   */ | 
