Skip to content

Commit

Permalink
Added GPL3 license
Browse files Browse the repository at this point in the history
  • Loading branch information
Barabas5532 committed Sep 13, 2020
1 parent eccc19d commit d07b4fb
Show file tree
Hide file tree
Showing 18 changed files with 980 additions and 13 deletions.
674 changes: 674 additions & 0 deletions COPYING

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions Source/Clipping.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/*
Copyright 2020 Barabas Raffai
This file is part of Valvestate Sim.
Valvestate Sim is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option)
any later version.
Valvestate Sim 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 Valvestate Sim. If not, see <https://www.gnu.org/licenses/>.
*/

#include "Clipping.h"
#define OVERSAMPLING_ORDER 3

Expand Down
19 changes: 14 additions & 5 deletions Source/Clipping.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
/*
==============================================================================
Copyright 2020 Barabas Raffai
Clipping.h
Created: 14 Jun 2019 9:46:07am
Author: barabas
This file is part of Valvestate Sim.
==============================================================================
Valvestate Sim is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option)
any later version.
Valvestate Sim 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 Valvestate Sim. If not, see <https://www.gnu.org/licenses/>.
*/

#pragma once
Expand Down
19 changes: 19 additions & 0 deletions Source/Contour.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/*
Copyright 2020 Barabas Raffai
This file is part of Valvestate Sim.
Valvestate Sim is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option)
any later version.
Valvestate Sim 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 Valvestate Sim. If not, see <https://www.gnu.org/licenses/>.
*/

#include "Contour.h"
//#include <cmath>

Expand Down
19 changes: 19 additions & 0 deletions Source/Contour.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/*
Copyright 2020 Barabas Raffai
This file is part of Valvestate Sim.
Valvestate Sim is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option)
any later version.
Valvestate Sim 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 Valvestate Sim. If not, see <https://www.gnu.org/licenses/>.
*/

#pragma once
#include "../JuceLibraryCode/JuceHeader.h"

Expand Down
19 changes: 19 additions & 0 deletions Source/FMV.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/*
Copyright 2020 Barabas Raffai
This file is part of Valvestate Sim.
Valvestate Sim is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option)
any later version.
Valvestate Sim 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 Valvestate Sim. If not, see <https://www.gnu.org/licenses/>.
*/

#include "FMV.h"

FMVFilter::FMVFilter(){}
Expand Down
19 changes: 19 additions & 0 deletions Source/FMV.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/*
Copyright 2020 Barabas Raffai
This file is part of Valvestate Sim.
Valvestate Sim is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option)
any later version.
Valvestate Sim 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 Valvestate Sim. If not, see <https://www.gnu.org/licenses/>.
*/

#pragma once

#include "../JuceLibraryCode/JuceHeader.h"
Expand Down
19 changes: 19 additions & 0 deletions Source/GainControl.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/*
Copyright 2020 Barabas Raffai
This file is part of Valvestate Sim.
Valvestate Sim is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option)
any later version.
Valvestate Sim 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 Valvestate Sim. If not, see <https://www.gnu.org/licenses/>.
*/

#include "GainControl.h"

GainControl::GainControl(){};
Expand Down
19 changes: 19 additions & 0 deletions Source/GainControl.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/*
Copyright 2020 Barabas Raffai
This file is part of Valvestate Sim.
Valvestate Sim is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option)
any later version.
Valvestate Sim 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 Valvestate Sim. If not, see <https://www.gnu.org/licenses/>.
*/

#pragma once

#include "../JuceLibraryCode/JuceHeader.h"
Expand Down
19 changes: 19 additions & 0 deletions Source/InputFilter.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/*
Copyright 2020 Barabas Raffai
This file is part of Valvestate Sim.
Valvestate Sim is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option)
any later version.
Valvestate Sim 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 Valvestate Sim. If not, see <https://www.gnu.org/licenses/>.
*/

#include "InputFilter.h"

InputFilter::InputFilter(){}
Expand Down
19 changes: 19 additions & 0 deletions Source/InputFilter.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/*
Copyright 2020 Barabas Raffai
This file is part of Valvestate Sim.
Valvestate Sim is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option)
any later version.
Valvestate Sim 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 Valvestate Sim. If not, see <https://www.gnu.org/licenses/>.
*/

#pragma once

#include "../JuceLibraryCode/JuceHeader.h"
Expand Down
17 changes: 13 additions & 4 deletions Source/PluginEditor.cpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
/*
==============================================================================
Copyright 2020 Barabas Raffai
This file was auto-generated!
This file is part of Valvestate Sim.
It contains the basic framework code for a JUCE plugin editor.
Valvestate Sim is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option)
any later version.
==============================================================================
Valvestate Sim 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 Valvestate Sim. If not, see <https://www.gnu.org/licenses/>.
*/

#include "PluginProcessor.h"
Expand Down
17 changes: 13 additions & 4 deletions Source/PluginEditor.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
/*
==============================================================================
Copyright 2020 Barabas Raffai
This file was auto-generated!
This file is part of Valvestate Sim.
It contains the basic framework code for a JUCE plugin editor.
Valvestate Sim is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option)
any later version.
==============================================================================
Valvestate Sim 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 Valvestate Sim. If not, see <https://www.gnu.org/licenses/>.
*/

#pragma once
Expand Down
19 changes: 19 additions & 0 deletions Source/PluginProcessor.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/*
Copyright 2020 Barabas Raffai
This file is part of Valvestate Sim.
Valvestate Sim is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option)
any later version.
Valvestate Sim 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 Valvestate Sim. If not, see <https://www.gnu.org/licenses/>.
*/

#include "PluginProcessor.h"
#include "PluginEditor.h"

Expand Down
19 changes: 19 additions & 0 deletions Source/PluginProcessor.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/*
Copyright 2020 Barabas Raffai
This file is part of Valvestate Sim.
Valvestate Sim is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option)
any later version.
Valvestate Sim 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 Valvestate Sim. If not, see <https://www.gnu.org/licenses/>.
*/

#pragma once

#include "../JuceLibraryCode/JuceHeader.h"
Expand Down
19 changes: 19 additions & 0 deletions Source/UI.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/*
Copyright 2020 Barabas Raffai
This file is part of Valvestate Sim.
Valvestate Sim is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option)
any later version.
Valvestate Sim 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 Valvestate Sim. If not, see <https://www.gnu.org/licenses/>.
*/

#pragma once

#include "../JuceLibraryCode/JuceHeader.h"
Expand Down
19 changes: 19 additions & 0 deletions Source/WaveShape.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/*
Copyright 2020 Barabas Raffai
This file is part of Valvestate Sim.
Valvestate Sim is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option)
any later version.
Valvestate Sim 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 Valvestate Sim. If not, see <https://www.gnu.org/licenses/>.
*/

#include "WaveShape.h"
#include <math.h>

Expand Down
19 changes: 19 additions & 0 deletions Source/WaveShape.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/*
Copyright 2020 Barabas Raffai
This file is part of Valvestate Sim.
Valvestate Sim is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option)
any later version.
Valvestate Sim 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 Valvestate Sim. If not, see <https://www.gnu.org/licenses/>.
*/

#pragma once

//waveshape extrated from spice simulation
Expand Down

0 comments on commit d07b4fb

Please sign in to comment.