-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
88 lines (83 loc) · 4.48 KB
/
Copy pathindex.html
File metadata and controls
88 lines (83 loc) · 4.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<!-- Primary -->
<title>GP200 Studio: Valeton GP-200 Editor & Loop Station in Your Browser</title>
<meta
name="description"
content="Free, open-source browser editor and multi-layer loop station for the Valeton GP-200. Edit presets, push changes live over USB-MIDI, and stack unlimited loops. No install, no backend."
/>
<meta
name="keywords"
content="Valeton GP-200, GP-200 editor, GP200 preset editor, .prst editor, guitar multi-effects, USB-MIDI, SysEx, pedalboard editor, guitar tone editor, loop station, looper, multi-track looper, open source"
/>
<meta name="author" content="GP200 Studio" />
<meta name="robots" content="index, follow, max-image-preview:large" />
<meta name="theme-color" content="#232220" />
<link rel="canonical" href="https://kabirtamari.com/gp200studio/" />
<!-- Icons & manifest -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="manifest" href="/site.webmanifest" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:site_name" content="GP200 Studio" />
<meta property="og:title" content="GP200 Studio: Valeton GP-200 Editor & Loop Station in Your Browser" />
<meta
property="og:description"
content="Edit Valeton GP-200 presets live over USB-MIDI and turn the pedal into a multi-layer loop station, right in the browser. Free, open source, no install."
/>
<meta property="og:url" content="https://kabirtamari.com/gp200studio/" />
<meta property="og:image" content="https://kabirtamari.com/gp200studio/og-image.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="GP200 Studio: edit and push Valeton GP-200 presets live from your browser." />
<meta property="og:locale" content="en_US" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="GP200 Studio: Valeton GP-200 Editor & Loop Station in Your Browser" />
<meta
name="twitter:description"
content="Edit Valeton GP-200 presets live over USB-MIDI and turn the pedal into a multi-layer loop station, right in the browser. Free, open source, no install."
/>
<meta name="twitter:image" content="https://kabirtamari.com/gp200studio/og-image.png" />
<meta name="twitter:image:alt" content="GP200 Studio: edit and push Valeton GP-200 presets live from your browser." />
<!-- Structured data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "GP200 Studio",
"url": "https://kabirtamari.com/gp200studio/",
"description": "Free, open-source browser editor and multi-layer loop station for the Valeton GP-200 guitar multi-effects pedal. Load, edit and export .prst files, push changes live over USB-MIDI, and stack unlimited loops over the pedal's USB audio, all client-side, no backend.",
"sameAs": ["https://github.com/kabir0st/gp200-studio"],
"license": "https://www.gnu.org/licenses/gpl-3.0.html",
"applicationCategory": "MultimediaApplication",
"operatingSystem": "Chrome, Edge (requires Web MIDI)",
"browserRequirements": "Requires a Web MIDI-capable browser (Chrome or Edge) for live device features.",
"inLanguage": "en",
"image": "https://kabirtamari.com/gp200studio/og-image.png",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"featureList": [
"Multi-layer loop station over the GP-200's USB audio with footswitch MIDI-learn",
"Edit Valeton GP-200 .prst preset files in the browser",
"Push preset changes live to the pedal over USB-MIDI (SysEx)",
"Export edited presets and bulk-export device patches",
"Assign EXP pedal and CTRL footswitches per patch"
]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>