-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhelp.html
More file actions
53 lines (50 loc) · 4.48 KB
/
Copy pathhelp.html
File metadata and controls
53 lines (50 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
<!DOCTYPE html>
<html lang="it">
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; style-src 'self' https://fonts.googleapis.com 'unsafe-inline'; font-src 'self' https://fonts.gstatic.com; img-src 'self' data:; connect-src 'self'; object-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'none';">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Guida — Bassmate</title>
<meta name="description" content="Come usare Bassmate: manico, scale e generi, accordi, metronomo, quiz e griglie stampabili.">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://bassmate.it/help.html">
<meta name="theme-color" content="#08080f">
<link rel="icon" href="assets/icon.svg" type="image/svg+xml">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&family=Space+Mono:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/tokens.css">
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/page.css">
</head>
<body>
<div class="page">
<a href="index.html" class="page-logo"><span class="glyph">𝄢</span><span class="name">Bassmate</span></a>
<div class="page-card">
<div class="hero">❓ 🎸</div>
<!-- ITALIANO -->
<div data-lang="it">
<h1>Guida rapida</h1>
<div class="help-section"><h3>🎸 Studio</h3><p>Scegli una <b>nota radice</b> e una <b>scala</b> (o un <b>genere</b>: Blues, Funk, Jazz…) e il manico si illumina. Tocca i pallini per sentire le note. Cambia <b>etichette</b> (gradi/note/solfeggio), <b>accordatura</b> e <b>mano</b>. In basso il metronomo; a lato Armonizzazione, Formula e link da condividere.</p></div>
<div class="help-section"><h3>🎼 Accordi</h3><p>Diagrammi degli accordi per basso 4 corde. Filtra per nota e tipo; tocca una card per sentire l'accordo.</p></div>
<div class="help-section"><h3>🥁 Metro</h3><p>Metronomo con BPM, tap tempo, tempo e suddivisione. In modalità Avanzata: groove, batteria e speed trainer.</p></div>
<div class="help-section"><h3>🎯 Quiz</h3><p>Allena l'orecchio e la memoria: indovina la nota, il grado, la scala a orecchio o dalla sua forma. Punteggio, combo e classifica.</p></div>
<div class="help-section"><h3>📋 Griglie</h3><p>Manici vuoti da stampare per scrivere scale ed esercizi a mano. Scegli numero di manici, corde e tasti, poi 🖨 PDF.</p></div>
<div class="help-section"><h3>⚙️ Semplice / Avanzata · Tema · Lingua</h3><p>In alto a destra cambi modalità (Semplice nasconde i controlli avanzati), tema (auto/scuro/chiaro) e lingua (IT/EN). Bassmate funziona anche offline e si installa come app.</p></div>
</div>
<!-- ENGLISH -->
<div data-lang="en" style="display:none">
<h1>Quick guide</h1>
<div class="help-section"><h3>🎸 Studio</h3><p>Pick a <b>root note</b> and a <b>scale</b> (or a <b>genre</b>: Blues, Funk, Jazz…) and the fretboard lights up. Tap the dots to hear notes. Switch <b>labels</b> (degrees/notes/solfege), <b>tuning</b> and <b>hand</b>. The metronome sits at the bottom; Harmonization, Formula and a share link on the side.</p></div>
<div class="help-section"><h3>🎼 Chords</h3><p>Chord diagrams for 4-string bass. Filter by note and type; tap a card to hear the chord.</p></div>
<div class="help-section"><h3>🥁 Metro</h3><p>Metronome with BPM, tap tempo, time signature and subdivision. Advanced mode: groove, drums and speed trainer.</p></div>
<div class="help-section"><h3>🎯 Quiz</h3><p>Train your ear and memory: guess the note, the degree, the scale by ear or by its shape. Score, combo and leaderboard.</p></div>
<div class="help-section"><h3>📋 Grids</h3><p>Printable blank necks for writing scales and exercises by hand. Choose necks, strings and frets, then 🖨 PDF.</p></div>
<div class="help-section"><h3>⚙️ Simple / Advanced · Theme · Language</h3><p>Top right: switch mode (Simple hides advanced controls), theme (auto/dark/light) and language (IT/EN). Bassmate works offline and installs as an app.</p></div>
</div>
<a href="index.html" class="page-back"><span data-lang="it">⬅️ Torna al Manico</span><span data-lang="en" style="display:none">⬅️ Back to the Fretboard</span></a>
</div>
</div>
<script src="js/page.js"></script>
</body>
</html>