Skip to content

Commit 3979a85

Browse files
committed
Version 0.7.4 release candidate
1 parent f74e2e4 commit 3979a85

12 files changed

+36
-34
lines changed

NeuralAmpModeler/NeuralAmpModeler.RPP

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<REAPER_PROJECT 0.1 "6.69/macOS-arm64" 1668887982
1+
<REAPER_PROJECT 0.1 "6.80/OSX64-clang" 1686525243
22
RIPPLE 0
33
GROUPOVERRIDE 0 0 0
44
AUTOXFADE 129
@@ -99,7 +99,7 @@
9999
BUSCOMP 0 0 0 0 0
100100
SHOWINMIX 1 0.6667 0.5 1 0.5 0 -1 0
101101
SEL 0
102-
REC 1 2 1 0 0 0 0 0
102+
REC 1 0 1 0 0 0 0 0
103103
VU 2
104104
TRACKHEIGHT 0 0 0 0 0 0
105105
INQ 0 0 0 0.5 100 0 0 100
@@ -110,14 +110,15 @@
110110
MIDIOUT -1
111111
MAINSEND 1 0
112112
<FXCHAIN
113-
WNDRECT 392 244 730 382
113+
WNDRECT 392 145 831 481
114114
SHOW 1
115115
LASTSEL 0
116116
DOCKED 0
117117
BYPASS 0 0 0
118118
<VST "VST3: NeuralAmpModeler (StevenAtkinson)" NeuralAmpModeler.vst3 0 "" 784268059{F2AEE70D00DE4F4E534441613159456F} ""
119-
G/u+Lu5e7f4CAAAAAQAAAAAAAAACAAAAAAAAAAIAAAABAAAAAAAAAAIAAAAAAAAAQAAAAAEAAAD//xAA
120-
MAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAIMwjQAAAAAAAAOA/AAAAAAAA4D8AAAAAAADgPwAAAAAAAAAAAAAAAA==
119+
G/u+Lu5e7f4CAAAAAQAAAAAAAAACAAAAAAAAAAIAAAABAAAAAAAAAAIAAAAAAAAAbAAAAAEAAAD//xAA
120+
XAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOA/AAAAAAAA4D8AAAAAAADgPwAAAAAAAAAAAAAAAAAAAAAAAPA/AAAAAAAA8D8AAAAAAAAAAAAAAAAAAPA/
121+
AAAAAAAAAAAAAAAA
121122
AAAQAAAA
122123
>
123124
FLOATPOS 0 0 0 0

NeuralAmpModeler/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#define PLUG_NAME "NeuralAmpModeler"
22
#define PLUG_MFR "Steven Atkinson"
3-
#define PLUG_VERSION_HEX 0x00000703
4-
#define PLUG_VERSION_STR "0.7.3"
3+
#define PLUG_VERSION_HEX 0x00000704
4+
#define PLUG_VERSION_STR "0.7.4"
55
#define PLUG_UNIQUE_ID '1YEo'
66
#define PLUG_MFR_ID 'SDAa'
77
#define PLUG_URL_STR "https://github.com/sdatkinson/NeuralAmpModelerPlugin"

NeuralAmpModeler/installer/NeuralAmpModeler.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ AppCopyright=Copyright (C) 2020 MANUFACTURER
55
AppPublisher=MANUFACTURER
66
AppPublisherURL=http://www.spam.com
77
AppSupportURL=http://www.spam.com
8-
AppVersion=0.7.3
8+
AppVersion=0.7.4
99
VersionInfoVersion=1.0.0
1010
DefaultDirName={pf}\NeuralAmpModeler
1111
DefaultGroupName=NeuralAmpModeler

NeuralAmpModeler/installer/changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ https://github.com/sdatkinson/NeuralAmpModelerPlugin
1212
03/26/2023 - v0.7.1
1313
04/17/2023 - v0.7.2
1414
05/09/2023 - v0.7.3
15+
06/11/2023 - v0.7.4

NeuralAmpModeler/resources/NeuralAmpModeler-AAX-Info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>CFBundleExecutable</key>
88
<string>NeuralAmpModeler</string>
99
<key>CFBundleGetInfoString</key>
10-
<string>NeuralAmpModeler v0.7.3 Copyright 2022 Steven Atkinson</string>
10+
<string>NeuralAmpModeler v0.7.4 Copyright 2022 Steven Atkinson</string>
1111
<key>CFBundleIdentifier</key>
1212
<string>com.StevenAtkinson.aax.NeuralAmpModeler</string>
1313
<key>CFBundleInfoDictionaryVersion</key>
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>TDMw</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.7.3</string>
20+
<string>0.7.4</string>
2121
<key>CFBundleSignature</key>
2222
<string>PTul</string>
2323
<key>CFBundleVersion</key>
24-
<string>0.7.3</string>
24+
<string>0.7.4</string>
2525
<key>CSResourcesFileMapped</key>
2626
<true/>
2727
<key>LSMinimumSystemVersion</key>

NeuralAmpModeler/resources/NeuralAmpModeler-AU-Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@
2020
<key>type</key>
2121
<string>aufx</string>
2222
<key>version</key>
23-
<integer>1795</integer>
23+
<integer>1796</integer>
2424
</dict>
2525
</array>
2626
<key>AudioUnit Version</key>
27-
<string>0x00000703</string>
27+
<string>0x00000704</string>
2828
<key>CFBundleDevelopmentRegion</key>
2929
<string>English</string>
3030
<key>CFBundleExecutable</key>
3131
<string>NeuralAmpModeler</string>
3232
<key>CFBundleGetInfoString</key>
33-
<string>NeuralAmpModeler v0.7.3 Copyright 2022 Steven Atkinson</string>
33+
<string>NeuralAmpModeler v0.7.4 Copyright 2022 Steven Atkinson</string>
3434
<key>CFBundleIdentifier</key>
3535
<string>com.StevenAtkinson.audiounit.NeuralAmpModeler</string>
3636
<key>CFBundleInfoDictionaryVersion</key>
@@ -40,11 +40,11 @@
4040
<key>CFBundlePackageType</key>
4141
<string>BNDL</string>
4242
<key>CFBundleShortVersionString</key>
43-
<string>0.7.3</string>
43+
<string>0.7.4</string>
4444
<key>CFBundleSignature</key>
4545
<string>1YEo</string>
4646
<key>CFBundleVersion</key>
47-
<string>0.7.3</string>
47+
<string>0.7.4</string>
4848
<key>CSResourcesFileMapped</key>
4949
<true/>
5050
<key>LSMinimumSystemVersion</key>

NeuralAmpModeler/resources/NeuralAmpModeler-VST2-Info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>CFBundleExecutable</key>
88
<string>NeuralAmpModeler</string>
99
<key>CFBundleGetInfoString</key>
10-
<string>NeuralAmpModeler v0.7.3 Copyright 2022 Steven Atkinson</string>
10+
<string>NeuralAmpModeler v0.7.4 Copyright 2022 Steven Atkinson</string>
1111
<key>CFBundleIdentifier</key>
1212
<string>com.StevenAtkinson.vst.NeuralAmpModeler</string>
1313
<key>CFBundleInfoDictionaryVersion</key>
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>BNDL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.7.3</string>
20+
<string>0.7.4</string>
2121
<key>CFBundleSignature</key>
2222
<string>1YEo</string>
2323
<key>CFBundleVersion</key>
24-
<string>0.7.3</string>
24+
<string>0.7.4</string>
2525
<key>CSResourcesFileMapped</key>
2626
<true/>
2727
<key>LSMinimumSystemVersion</key>

NeuralAmpModeler/resources/NeuralAmpModeler-VST3-Info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>CFBundleExecutable</key>
88
<string>NeuralAmpModeler</string>
99
<key>CFBundleGetInfoString</key>
10-
<string>NeuralAmpModeler v0.7.3 Copyright 2022 Steven Atkinson</string>
10+
<string>NeuralAmpModeler v0.7.4 Copyright 2022 Steven Atkinson</string>
1111
<key>CFBundleIdentifier</key>
1212
<string>com.StevenAtkinson.vst3.NeuralAmpModeler</string>
1313
<key>CFBundleInfoDictionaryVersion</key>
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>BNDL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.7.3</string>
20+
<string>0.7.4</string>
2121
<key>CFBundleSignature</key>
2222
<string>1YEo</string>
2323
<key>CFBundleVersion</key>
24-
<string>0.7.3</string>
24+
<string>0.7.4</string>
2525
<key>CSResourcesFileMapped</key>
2626
<true/>
2727
<key>LSMinimumSystemVersion</key>

NeuralAmpModeler/resources/NeuralAmpModeler-iOS-AUv3-Info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>XPC!</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.7.3</string>
20+
<string>0.7.4</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>0.7.3</string>
24+
<string>0.7.4</string>
2525
<key>NSExtension</key>
2626
<dict>
2727
<key>NSExtensionAttributes</key>
@@ -49,7 +49,7 @@
4949
<key>type</key>
5050
<string>aufx</string>
5151
<key>version</key>
52-
<integer>1795</integer>
52+
<integer>1796</integer>
5353
</dict>
5454
</array>
5555
</dict>

NeuralAmpModeler/resources/NeuralAmpModeler-iOS-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.7.3</string>
20+
<string>0.7.4</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>0.7.3</string>
24+
<string>0.7.4</string>
2525
<key>LSApplicationCategoryType</key>
2626
<string>public.app-category.music</string>
2727
<key>LSRequiresIPhoneOS</key>

0 commit comments

Comments
 (0)