-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change to use SPDX-License-Identifier
This is to reduce the maintenance to update the year of copyright.
- Loading branch information
Showing
735 changed files
with
1,728 additions
and
11,777 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,5 @@ | ||
// (c) 2023 Takamitsu Endo | ||
// | ||
// This file is part of AccumulativeRingMod. | ||
// | ||
// AccumulativeRingMod 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. | ||
// | ||
// AccumulativeRingMod 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 AccumulativeRingMod. If not, see <https://www.gnu.org/licenses/>. | ||
// SPDX-License-Identifier: GPL-3.0-only | ||
// Copyright Takamitsu Endo ([email protected]) | ||
|
||
#include "../../../lib/juce_ScopedNoDenormal.hpp" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,5 @@ | ||
// (c) 2023 Takamitsu Endo | ||
// | ||
// This file is part of AccumulativeRingMod. | ||
// | ||
// AccumulativeRingMod 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. | ||
// | ||
// AccumulativeRingMod 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 AccumulativeRingMod. If not, see <https://www.gnu.org/licenses/>. | ||
// SPDX-License-Identifier: GPL-3.0-only | ||
// Copyright Takamitsu Endo ([email protected]) | ||
|
||
#pragma once | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,5 @@ | ||
// (c) 2023 Takamitsu Endo | ||
// | ||
// This file is part of AccumulativeRingMod. | ||
// | ||
// AccumulativeRingMod 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. | ||
// | ||
// AccumulativeRingMod 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 AccumulativeRingMod. If not, see <https://www.gnu.org/licenses/>. | ||
// SPDX-License-Identifier: GPL-3.0-only | ||
// Copyright Takamitsu Endo ([email protected]) | ||
|
||
#pragma once | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,5 @@ | ||
// (c) 2023 Takamitsu Endo | ||
// | ||
// This file is part of AccumulativeRingMod. | ||
// | ||
// AccumulativeRingMod 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. | ||
// | ||
// AccumulativeRingMod 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 AccumulativeRingMod. If not, see <https://www.gnu.org/licenses/>. | ||
// SPDX-License-Identifier: GPL-3.0-only | ||
// Copyright Takamitsu Endo ([email protected]) | ||
|
||
#include "editor.hpp" | ||
#include "../../lib/pcg-cpp/pcg_random.hpp" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,5 @@ | ||
// (c) 2023 Takamitsu Endo | ||
// | ||
// This file is part of AccumulativeRingMod. | ||
// | ||
// AccumulativeRingMod 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. | ||
// | ||
// AccumulativeRingMod 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 AccumulativeRingMod. If not, see <https://www.gnu.org/licenses/>. | ||
// SPDX-License-Identifier: GPL-3.0-only | ||
// Copyright Takamitsu Endo ([email protected]) | ||
|
||
#pragma once | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,5 @@ | ||
// (c) 2023 Takamitsu Endo | ||
// | ||
// This file is part of AccumulativeRingMod. | ||
// | ||
// AccumulativeRingMod 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. | ||
// | ||
// AccumulativeRingMod 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 AccumulativeRingMod. If not, see <https://www.gnu.org/licenses/>. | ||
// SPDX-License-Identifier: GPL-3.0-only | ||
// Copyright Takamitsu Endo ([email protected]) | ||
|
||
#pragma once | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,5 @@ | ||
// (c) 2023 Takamitsu Endo | ||
// | ||
// This file is part of AccumulativeRingMod. | ||
// | ||
// AccumulativeRingMod 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. | ||
// | ||
// AccumulativeRingMod 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 AccumulativeRingMod. If not, see <https://www.gnu.org/licenses/>. | ||
// SPDX-License-Identifier: GPL-3.0-only | ||
// Copyright Takamitsu Endo ([email protected]) | ||
|
||
#include "../../../common/gui/splash.hpp" | ||
#include "../version.hpp" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,5 @@ | ||
// (c) 2023 Takamitsu Endo | ||
// | ||
// This file is part of AccumulativeRingMod. | ||
// | ||
// AccumulativeRingMod 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. | ||
// | ||
// AccumulativeRingMod 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 AccumulativeRingMod. If not, see <https://www.gnu.org/licenses/>. | ||
// SPDX-License-Identifier: GPL-3.0-only | ||
// Copyright Takamitsu Endo ([email protected]) | ||
|
||
#include "parameter.hpp" | ||
#include "../../common/dsp/constants.hpp" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,5 @@ | ||
// (c) 2023 Takamitsu Endo | ||
// | ||
// This file is part of AccumulativeRingMod. | ||
// | ||
// AccumulativeRingMod 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. | ||
// | ||
// AccumulativeRingMod 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 AccumulativeRingMod. If not, see <https://www.gnu.org/licenses/>. | ||
// SPDX-License-Identifier: GPL-3.0-only | ||
// Copyright Takamitsu Endo ([email protected]) | ||
|
||
#pragma once | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,10 @@ | ||
// SPDX-License-Identifier: GPL-3.0-only | ||
// | ||
// Original by: | ||
// (c) 2018, Steinberg Media Technologies GmbH, All Rights Reserved | ||
// | ||
// Modified by: | ||
// (c) 2023 Takamitsu Endo | ||
// | ||
// This file is part of AccumulativeRingMod. | ||
// | ||
// AccumulativeRingMod 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. | ||
// | ||
// AccumulativeRingMod 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 AccumulativeRingMod. If not, see <https://www.gnu.org/licenses/>. | ||
// Takamitsu Endo ([email protected]) | ||
|
||
#include "pluginterfaces/vst/ivstaudioprocessor.h" | ||
#include "public.sdk/source/main/pluginfactory.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,10 @@ | ||
// SPDX-License-Identifier: GPL-3.0-only | ||
// | ||
// Original by: | ||
// (c) 2018, Steinberg Media Technologies GmbH, All Rights Reserved | ||
// | ||
// Modified by: | ||
// (c) 2023 Takamitsu Endo | ||
// | ||
// This file is part of AccumulativeRingMod. | ||
// | ||
// AccumulativeRingMod 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. | ||
// | ||
// AccumulativeRingMod 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 AccumulativeRingMod. If not, see <https://www.gnu.org/licenses/>. | ||
// Takamitsu Endo ([email protected]) | ||
|
||
#include "plugprocessor.hpp" | ||
#include "fuid.hpp" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,10 @@ | ||
// SPDX-License-Identifier: GPL-3.0-only | ||
// | ||
// Original by: | ||
// (c) 2018, Steinberg Media Technologies GmbH, All Rights Reserved | ||
// | ||
// Modified by: | ||
// (c) 2023 Takamitsu Endo | ||
// | ||
// This file is part of AccumulativeRingMod. | ||
// | ||
// AccumulativeRingMod 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. | ||
// | ||
// AccumulativeRingMod 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 AccumulativeRingMod. If not, see <https://www.gnu.org/licenses/>. | ||
// Takamitsu Endo ([email protected]) | ||
|
||
#pragma once | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,10 @@ | ||
// SPDX-License-Identifier: GPL-3.0-only | ||
// | ||
// Original by: | ||
// (c) 2018, Steinberg Media Technologies GmbH, All Rights Reserved | ||
// | ||
// Modified by: | ||
// (c) 2023 Takamitsu Endo | ||
// | ||
// This file is part of AccumulativeRingMod. | ||
// | ||
// AccumulativeRingMod 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. | ||
// | ||
// AccumulativeRingMod 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 AccumulativeRingMod. If not, see <https://www.gnu.org/licenses/>. | ||
// Takamitsu Endo ([email protected]) | ||
|
||
#pragma once | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,5 @@ | ||
// (c) 2023 Takamitsu Endo | ||
// | ||
// This file is part of Uhhyou Plugins. | ||
// | ||
// Uhhyou Plugins 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. | ||
// | ||
// Uhhyou Plugins 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 Uhhyou Plugins. If not, see <https://www.gnu.org/licenses/>. | ||
// SPDX-License-Identifier: GPL-3.0-only | ||
// Copyright Takamitsu Endo ([email protected]) | ||
|
||
#define SET_PARAMETERS dsp->setParameters(); | ||
#define HAS_SIDECHAIN 1; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,5 @@ | ||
// (c) 2021 Takamitsu Endo | ||
// | ||
// This file is part of BasicLimiter. | ||
// | ||
// BasicLimiter 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. | ||
// | ||
// BasicLimiter 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 BasicLimiter. If not, see <https://www.gnu.org/licenses/>. | ||
// SPDX-License-Identifier: GPL-3.0-only | ||
// Copyright Takamitsu Endo ([email protected]) | ||
|
||
#include "../../../lib/juce_ScopedNoDenormal.hpp" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,5 @@ | ||
// (c) 2022 Takamitsu Endo | ||
// | ||
// This file is part of BasicLimiter. | ||
// | ||
// BasicLimiter 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. | ||
// | ||
// BasicLimiter 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 BasicLimiter. If not, see <https://www.gnu.org/licenses/>. | ||
// SPDX-License-Identifier: GPL-3.0-only | ||
// Copyright Takamitsu Endo ([email protected]) | ||
|
||
#pragma once | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,5 @@ | ||
// (c) 2021 Takamitsu Endo | ||
// | ||
// This file is part of BasicLimiter. | ||
// | ||
// BasicLimiter 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. | ||
// | ||
// BasicLimiter 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 BasicLimiter. If not, see <https://www.gnu.org/licenses/>. | ||
// SPDX-License-Identifier: GPL-3.0-only | ||
// Copyright Takamitsu Endo ([email protected]) | ||
|
||
#include "../../../common/dsp/smoother.hpp" | ||
|
||
|
Oops, something went wrong.