Skip to content

Commit 56a3a32

Browse files
committed
Version 0.7.3 release candidate
1 parent a77ef09 commit 56a3a32

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

NeuralAmpModeler/installer/changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ https://github.com/sdatkinson/NeuralAmpModelerPlugin
1111
03/05/2023 - v0.7.0
1212
03/26/2023 - v0.7.1
1313
04/17/2023 - v0.7.2
14-
05/08/2023 - v0.7.3
14+
05/09/2023 - v0.7.3

NeuralAmpModeler/projects/NeuralAmpModeler-macOS.xcodeproj/project.pbxproj

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1241,17 +1241,17 @@
12411241
4F2FB1392A0047420027AB66 /* dsp */ = {
12421242
isa = PBXGroup;
12431243
children = (
1244-
4F2FB13A2A0047420027AB66 /* Resample.h */,
1245-
4F2FB13B2A0047420027AB66 /* RecursiveLinearFilter.cpp */,
1246-
4F2FB13C2A0047420027AB66 /* wav.h */,
1247-
4F2FB13D2A0047420027AB66 /* NoiseGate.h */,
12481244
4F2FB13E2A0047420027AB66 /* dsp.cpp */,
1249-
4F2FB13F2A0047420027AB66 /* NoiseGate.cpp */,
1245+
4F2FB1432A0047420027AB66 /* dsp.h */,
12501246
4F2FB1402A0047420027AB66 /* ImpulseResponse.cpp */,
1251-
4F2FB1412A0047420027AB66 /* RecursiveLinearFilter.h */,
12521247
4F2FB1422A0047420027AB66 /* ImpulseResponse.h */,
1253-
4F2FB1432A0047420027AB66 /* dsp.h */,
1248+
4F2FB13F2A0047420027AB66 /* NoiseGate.cpp */,
1249+
4F2FB13D2A0047420027AB66 /* NoiseGate.h */,
1250+
4F2FB13B2A0047420027AB66 /* RecursiveLinearFilter.cpp */,
1251+
4F2FB1412A0047420027AB66 /* RecursiveLinearFilter.h */,
1252+
4F2FB13A2A0047420027AB66 /* Resample.h */,
12541253
4F2FB1442A0047420027AB66 /* wav.cpp */,
1254+
4F2FB13C2A0047420027AB66 /* wav.h */,
12551255
);
12561256
name = dsp;
12571257
path = ../NeuralAmpModelerCore/dsp;
@@ -1260,20 +1260,20 @@
12601260
4F2FB1452A0047420027AB66 /* NAM */ = {
12611261
isa = PBXGroup;
12621262
children = (
1263-
4F2FB1462A0047420027AB66 /* util.cpp */,
1264-
4F2FB1472A0047420027AB66 /* version.h */,
1265-
4F2FB1482A0047420027AB66 /* dsp.cpp */,
1266-
4F2FB1492A0047420027AB66 /* convnet.h */,
1267-
4F2FB14A2A0047420027AB66 /* lstm.h */,
1263+
4F2FB1512A0047420027AB66 /* activations.cpp */,
1264+
4F2FB1502A0047420027AB66 /* activations.h */,
12681265
4F2FB14B2A0047420027AB66 /* convnet.cpp */,
1269-
4F2FB14C2A0047420027AB66 /* wavenet.h */,
1266+
4F2FB1492A0047420027AB66 /* convnet.h */,
1267+
4F2FB1482A0047420027AB66 /* dsp.cpp */,
1268+
4F2FB14F2A0047420027AB66 /* dsp.h */,
1269+
4F2FB1532A0047420027AB66 /* get_dsp.cpp */,
12701270
4F2FB14D2A0047420027AB66 /* lstm.cpp */,
1271+
4F2FB14A2A0047420027AB66 /* lstm.h */,
1272+
4F2FB1462A0047420027AB66 /* util.cpp */,
12711273
4F2FB14E2A0047420027AB66 /* util.h */,
1272-
4F2FB14F2A0047420027AB66 /* dsp.h */,
1273-
4F2FB1502A0047420027AB66 /* activations.h */,
1274-
4F2FB1512A0047420027AB66 /* activations.cpp */,
1274+
4F2FB1472A0047420027AB66 /* version.h */,
12751275
4F2FB1522A0047420027AB66 /* wavenet.cpp */,
1276-
4F2FB1532A0047420027AB66 /* get_dsp.cpp */,
1276+
4F2FB14C2A0047420027AB66 /* wavenet.h */,
12771277
);
12781278
name = NAM;
12791279
path = ../NeuralAmpModelerCore/NAM;

0 commit comments

Comments
 (0)