Skip to content

Commit 5333a08

Browse files
committed
Officially become version 2
1 parent e24ae91 commit 5333a08

File tree

319 files changed

+22122
-322
lines changed

Some content is hidden

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

319 files changed

+22122
-322
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: Plateau
10+
PROJECT_NAME: Plateau2
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: Plateau
10+
PROJECT_NAME: Plateau2
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: Plateau
10+
PROJECT_NAME: Plateau2
1111

1212
jobs:
1313
create_release:

.vs/VSWorkspaceState.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"ExpandedNodes": [
3+
""
4+
],
5+
"SelectedNode": "\\libpng.sln",
6+
"PreviewInSolutionExplorer": false
7+
}

.vs/slnx.sqlite

1.16 MB
Binary file not shown.

.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}/Plateau/.",
5-
"${workspaceFolder}/Plateau/**",
4+
"${workspaceFolder}/Plateau2/.",
5+
"${workspaceFolder}/Plateau2/**",
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}/Plateau/Plateau.RPP"],
9+
// "args": ["${workspaceFolder}/Plateau2/Plateau2.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}/Plateau/Plateau.RPP"],
17+
// "args": ["${workspaceFolder}/Plateau2/Plateau2.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}/Plateau/Plateau.RPP"],
25+
// "args": ["${workspaceFolder}/Plateau2/Plateau2.RPP"],
2626
// "preLaunchTask": "build AUv2 Debug",
2727
// },
2828
{
2929
"name": "(lldb) Launch APP",
3030
"type": "lldb",
3131
"request": "launch",
32-
"program": "~/Applications/Plateau.app",
32+
"program": "~/Applications/Plateau2.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}/Plateau/Plateau.sln",
2+
"solution": "${workspaceRoot}/Plateau2/Plateau2.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}/Plateau/build-win/Plateau_x64.exe",
18+
"program": "${workspaceRoot}/Plateau2/build-win/Plateau2_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}/Plateau/projects/Plateau-macOS.xcodeproj",
10+
"${workspaceFolder}/Plateau2/projects/Plateau2-macOS.xcodeproj",
1111
"-target",
1212
"APP",
1313
"-configuration",
@@ -24,7 +24,7 @@
2424
"command": "xcodebuild",
2525
"args": [
2626
"-project",
27-
"${workspaceFolder}/Plateau/projects/Plateau-macOS.xcodeproj",
27+
"${workspaceFolder}/Plateau2/projects/Plateau2-macOS.xcodeproj",
2828
"-target",
2929
"VST2",
3030
"-configuration",
@@ -38,7 +38,7 @@
3838
"command": "xcodebuild",
3939
"args": [
4040
"-project",
41-
"${workspaceFolder}/Plateau/projects/Plateau-macOS.xcodeproj",
41+
"${workspaceFolder}/Plateau2/projects/Plateau2-macOS.xcodeproj",
4242
"-target",
4343
"VST3",
4444
"-configuration",
@@ -53,7 +53,7 @@
5353
"command": "xcodebuild",
5454
"args": [
5555
"-project",
56-
"${workspaceFolder}/Plateau/projects/Plateau-macOS.xcodeproj",
56+
"${workspaceFolder}/Plateau2/projects/Plateau2-macOS.xcodeproj",
5757
"-target",
5858
"AU",
5959
"-configuration",
@@ -65,7 +65,7 @@
6565
{
6666
"label": "build WAM",
6767
"type": "shell",
68-
"command": "${workspaceFolder}/Plateau/scripts/makedist-web.sh container",
68+
"command": "${workspaceFolder}/Plateau2/scripts/makedist-web.sh container",
6969
"args": [],
7070
"group": {
7171
"kind": "build",

Plateau/Plateau2.RPP

Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
<REAPER_PROJECT 0.1 "6.15/OSX64" 1604530712
2+
RIPPLE 0
3+
GROUPOVERRIDE 0 0 0
4+
AUTOXFADE 1
5+
ENVATTACH 0
6+
POOLEDENVATTACH 0
7+
MIXERUIFLAGS 11 48
8+
PEAKGAIN 1
9+
FEEDBACK 0
10+
PANLAW 1
11+
PROJOFFS 0 0 0
12+
MAXPROJLEN 0 600
13+
GRID 3199 8 1 8 1 0 0 0
14+
TIMEMODE 1 5 -1 30 0 0 -1
15+
VIDEO_CONFIG 0 0 256
16+
PANMODE 3
17+
CURSOR 0
18+
ZOOM 100 0 0
19+
VZOOMEX 6 0
20+
USE_REC_CFG 0
21+
RECMODE 1
22+
SMPTESYNC 0 30 100 40 1000 300 0 0 1 0 0
23+
LOOP 0
24+
LOOPGRAN 0 4
25+
RECORD_PATH "" ""
26+
<RECORD_CFG
27+
>
28+
<APPLYFX_CFG
29+
>
30+
RENDER_FILE ""
31+
RENDER_PATTERN ""
32+
RENDER_FMT 0 2 0
33+
RENDER_1X 0
34+
RENDER_RANGE 1 0 0 18 1000
35+
RENDER_RESAMPLE 3 0 1
36+
RENDER_ADDTOPROJ 0
37+
RENDER_STEMS 0
38+
RENDER_DITHER 0
39+
TIMELOCKMODE 1
40+
TEMPOENVLOCKMODE 1
41+
ITEMMIX 0
42+
DEFPITCHMODE 589824 0
43+
TAKELANE 1
44+
SAMPLERATE 44100 0 0
45+
<RENDER_CFG
46+
>
47+
LOCK 1
48+
<METRONOME 6 2
49+
VOL 0.25 0.125
50+
FREQ 800 1600 1
51+
BEATLEN 4
52+
SAMPLES "" ""
53+
PATTERN 2863311530 2863311529
54+
>
55+
GLOBAL_AUTO -1
56+
TEMPO 120 4 4
57+
PLAYRATE 1 0 0.25 4
58+
SELECTION 0 0
59+
SELECTION2 0 0
60+
MASTERAUTOMODE 0
61+
MASTERTRACKHEIGHT 0 0
62+
MASTERPEAKCOL 16576
63+
MASTERMUTESOLO 0
64+
MASTERTRACKVIEW 0 0.6667 0.5 0.5 0 0 0 0 0 0 -1 -1 0
65+
MASTERHWOUT 0 0 1 0 0 0 0 -1
66+
MASTER_NCH 2 2
67+
MASTER_VOLUME 1 0 -1 -1 1
68+
MASTER_FX 1
69+
MASTER_SEL 0
70+
<MASTERPLAYSPEEDENV
71+
EGUID {2A029119-7048-9144-A504-5984646E7ED4}
72+
ACT 0 -1
73+
VIS 0 1 1
74+
LANEHEIGHT 0 0
75+
ARM 0
76+
DEFSHAPE 0 -1 -1
77+
>
78+
<TEMPOENVEX
79+
EGUID {B43C7F4B-ED88-FC47-936E-846195054D15}
80+
ACT 0 -1
81+
VIS 1 0 1
82+
LANEHEIGHT 0 0
83+
ARM 0
84+
DEFSHAPE 1 -1 -1
85+
>
86+
<PROJBAY
87+
>
88+
<TRACK {78BE6BC1-2A52-7A42-A705-74DF2820BA1A}
89+
NAME Plateau2
90+
PEAKCOL 16576
91+
BEAT -1
92+
AUTOMODE 0
93+
VOLPAN 1 0 -1 -1 1
94+
MUTESOLO 0 0 0
95+
IPHASE 0
96+
PLAYOFFS 0 1
97+
ISBUS 0 0
98+
BUSCOMP 0 0 0 0 0
99+
SHOWINMIX 1 0.6667 0.5 1 0.5 0 0 0
100+
FREEMODE 0
101+
SEL 0
102+
REC 1 5088 1 0 0 0 0
103+
VU 2
104+
TRACKHEIGHT 0 0 0 0 -1 0
105+
INQ 0 0 0 0.5 100 0 0 100
106+
NCHAN 2
107+
FX 1
108+
TRACKID {78BE6BC1-2A52-7A42-A705-74DF2820BA1A}
109+
PERF 0
110+
MIDIOUT -1
111+
MAINSEND 1 0
112+
<FXCHAIN
113+
WNDRECT 157 279 839 676
114+
SHOW 1
115+
LASTSEL 0
116+
DOCKED 0
117+
BYPASS 0 0 0
118+
<VST "VST3i: Plateau2 (Dart)" Plateau2.vst3 0 "" 1536454777{F2AEE70D00DE4F4E41636D656C516878} ""
119+
eXCUW+5e7f4AAAAAAgAAAAMAAAAAAAAAAgAAAAAAAAA8AAAAAQAAAP//EAA=
120+
LAAAAAEAAACoEZZ7Wm5TQAIAAAAAACRAAgAAAAAAJEAAAAAAAABJQJQYBFYOS4lAAAAAAAAAAAAAAAAA
121+
AAAQAAAA
122+
>
123+
FLOATPOS 0 0 0 0
124+
FXID {6E286E48-9450-0443-95BA-63053A416BAB}
125+
WAK 0 0
126+
>
127+
>
128+
>

0 commit comments

Comments
 (0)