Skip to content

Commit 5a95abf

Browse files
committed
First
1 parent f0234f8 commit 5a95abf

File tree

170 files changed

+2316
-1026
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

170 files changed

+2316
-1026
lines changed

.github/workflows/build-native.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
# - "v*"
88

99
env:
10-
PROJECT_NAME: TemplateProject
10+
PROJECT_NAME: Plateau
1111

1212
jobs:
1313
build:

.github/workflows/build-wam.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
# - "v*"
88

99
env:
10-
PROJECT_NAME: TemplateProject
10+
PROJECT_NAME: Plateau
1111
URL: https://${{github.repository_owner}}.github.io/${{github.event.repository.name}}/
1212

1313
jobs:

.github/workflows/release-native.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- "v*"
88

99
env:
10-
PROJECT_NAME: TemplateProject
10+
PROJECT_NAME: Plateau
1111

1212
jobs:
1313
create_release:

.vscode/c_cpp_properties.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"env": {
33
"commonIncludePaths": [
4-
"${workspaceFolder}/TemplateProject/.",
5-
"${workspaceFolder}/TemplateProject/**",
4+
"${workspaceFolder}/Plateau/.",
5+
"${workspaceFolder}/Plateau/**",
66
"${workspaceFolder}/iPlug2/WDL/**",
77
"${workspaceFolder}/iPlug2/IPlug/**",
88
"${workspaceFolder}/iPlug2/IGraphics/**",

.vscode/launch.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,30 @@
66
// "type": "lldb",
77
// "request": "launch",
88
// "program": "/Applications/REAPER.app",
9-
// "args": ["${workspaceFolder}/TemplateProject/TemplateProject.RPP"],
9+
// "args": ["${workspaceFolder}/Plateau/Plateau.RPP"],
1010
// "preLaunchTask": "build VST2 Debug",
1111
// },
1212
// {
1313
// "name": "(lldb) Launch Reaper VST3",
1414
// "type": "lldb",
1515
// "request": "launch",
1616
// "program": "/Applications/REAPER.app",
17-
// "args": ["${workspaceFolder}/TemplateProject/TemplateProject.RPP"],
17+
// "args": ["${workspaceFolder}/Plateau/Plateau.RPP"],
1818
// "preLaunchTask": "build VST3 Debug",
1919
// },
2020
// {
2121
// "name": "(lldb) Launch Reaper AUv2",
2222
// "type": "lldb",
2323
// "request": "launch",
2424
// "program": "/Applications/REAPER.app",
25-
// "args": ["${workspaceFolder}/TemplateProject/TemplateProject.RPP"],
25+
// "args": ["${workspaceFolder}/Plateau/Plateau.RPP"],
2626
// "preLaunchTask": "build AUv2 Debug",
2727
// },
2828
{
2929
"name": "(lldb) Launch APP",
3030
"type": "lldb",
3131
"request": "launch",
32-
"program": "~/Applications/TemplateProject.app",
32+
"program": "~/Applications/Plateau.app",
3333
"preLaunchTask": "build APP Debug"
3434
}
3535
]

.vscode/msbuild-tools.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"solution": "${workspaceRoot}/TemplateProject/TemplateProject.sln",
2+
"solution": "${workspaceRoot}/Plateau/Plateau.sln",
33
"variables": {
44
"MSBUILD": "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/MSBuild/Current/Bin/MSBuild.exe",
55
"DEVENV": "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/Common7/IDE/devenv.com"
@@ -15,7 +15,7 @@
1515
{
1616
"name": "test",
1717
"cwd": "${workspaceRoot}",
18-
"program": "${workspaceRoot}/TemplateProject/build-win/TemplateProject_x64.exe",
18+
"program": "${workspaceRoot}/Plateau/build-win/Plateau_x64.exe",
1919
"args": []
2020
}
2121
]

.vscode/tasks.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"command": "xcodebuild",
88
"args": [
99
"-project",
10-
"${workspaceFolder}/TemplateProject/projects/TemplateProject-macOS.xcodeproj",
10+
"${workspaceFolder}/Plateau/projects/Plateau-macOS.xcodeproj",
1111
"-target",
1212
"APP",
1313
"-configuration",
@@ -24,7 +24,7 @@
2424
"command": "xcodebuild",
2525
"args": [
2626
"-project",
27-
"${workspaceFolder}/TemplateProject/projects/TemplateProject-macOS.xcodeproj",
27+
"${workspaceFolder}/Plateau/projects/Plateau-macOS.xcodeproj",
2828
"-target",
2929
"VST2",
3030
"-configuration",
@@ -38,7 +38,7 @@
3838
"command": "xcodebuild",
3939
"args": [
4040
"-project",
41-
"${workspaceFolder}/TemplateProject/projects/TemplateProject-macOS.xcodeproj",
41+
"${workspaceFolder}/Plateau/projects/Plateau-macOS.xcodeproj",
4242
"-target",
4343
"VST3",
4444
"-configuration",
@@ -53,7 +53,7 @@
5353
"command": "xcodebuild",
5454
"args": [
5555
"-project",
56-
"${workspaceFolder}/TemplateProject/projects/TemplateProject-macOS.xcodeproj",
56+
"${workspaceFolder}/Plateau/projects/Plateau-macOS.xcodeproj",
5757
"-target",
5858
"AU",
5959
"-configuration",
@@ -65,7 +65,7 @@
6565
{
6666
"label": "build WAM",
6767
"type": "shell",
68-
"command": "${workspaceFolder}/TemplateProject/scripts/makedist-web.sh container",
68+
"command": "${workspaceFolder}/Plateau/scripts/makedist-web.sh container",
6969
"args": [],
7070
"group": {
7171
"kind": "build",
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<PROJBAY
8787
>
8888
<TRACK {78BE6BC1-2A52-7A42-A705-74DF2820BA1A}
89-
NAME TemplateProject
89+
NAME Plateau
9090
PEAKCOL 16576
9191
BEAT -1
9292
AUTOMODE 0
@@ -115,7 +115,7 @@
115115
LASTSEL 0
116116
DOCKED 0
117117
BYPASS 0 0 0
118-
<VST "VST3i: TemplateProject (AcmeInc)" TemplateProject.vst3 0 "" 1536454777{F2AEE70D00DE4F4E41636D656C516878} ""
118+
<VST "VST3i: Plateau (Dart)" Plateau.vst3 0 "" 1536454777{F2AEE70D00DE4F4E41636D656C516878} ""
119119
eXCUW+5e7f4AAAAAAgAAAAMAAAAAAAAAAgAAAAAAAAA8AAAAAQAAAP//EAA=
120120
LAAAAAEAAACoEZZ7Wm5TQAIAAAAAACRAAgAAAAAAJEAAAAAAAABJQJQYBFYOS4lAAAAAAAAAAAAAAAAA
121121
AAAQAAAA
File renamed without changes.

0 commit comments

Comments
 (0)