Skip to content

Commit 535e558

Browse files
committed
2 parents ac8b002 + f26d5bf commit 535e558

5 files changed

Lines changed: 23 additions & 2 deletions

File tree

FakeLogo.png

497 Bytes
Loading

FamiStudio32.png

671 Bytes
Loading

KiraStudio32.png

1.45 KB
Loading

index.html

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,22 @@
77
<title>Bindless Labs</title>
88
</head>
99
<body>
10-
<h1>Bindless Labs</h1>
11-
<p>Coming soon.</p>
10+
<h1><img src="FakeLogo.png" style="filter: brightness(70%)">Bindless Labs</h1>
11+
<p>Bindless Labs provides software development services and develops music-related apps.</p>
12+
<table style="width: 100%; table-layout: fixed;">>
13+
<tr>
14+
<td style="width: 50%;"><a href='https://www.famistudio.org'><div style="display: flex; align-items: center; gap: 15px;"><img src="FamiStudio32.png">FamiStudio</div></a></td>
15+
<td style="width: 50%;"><a href='https://www.kirastudio.org'><div style="display: flex; align-items: center; gap: 15px;"><img src="KiraStudio32.png">KiraStudio</div></a></td>
16+
</tr>
17+
<tr>
18+
<td>
19+
<p>FamiStudio is a free, open-source music editor for creating authentic Nintendo Entertainment System and Famicom soundtracks. Designed for both chiptune musicians and NES homebrew developers, it features a modern DAW-style piano roll interface, instrument and envelope editing, DPCM sample support, MIDI input/export, and support for expansion audio chips like VRC6 and FDS. FamiStudio can import FamiTracker projects and export to NSF, ROM, WAV, video, and multiple game-ready formats across Windows, macOS, Linux, Android, and iOS.</p>
20+
</td>
21+
<td style="width: 50%;">
22+
<p>KiraStudio is a lightweight, cross-platform music studio built for clarity, automation, and sound creation. Compose in a fully featured piano roll, build custom instruments by assembling "generators", and connect everything through flexible effect chains. It puts automation at its core, you can shape nearly any parameter over time using ADSR envelopes, LFO-style curves, and step sequences with powerful editors. With support for SoundFonts (SF2/SF3), sampling, wavetable and FM synthesis, plus MIDI import/export and WAV/OGG export, KiraStudio scales from quick sketches to full projects. A focused interface keeps you in the creative flow on desktop and mobile.</p>
23+
</td>
24+
</tr>
25+
</table>
1226
<p><i>Copyright 2026 Bindless Labs Limited</i></p>
1327
</body>
1428
</html>

styles.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,10 @@ p {
4343
color: #C6CDDA;
4444
font-weight: 400;
4545
}
46+
th {
47+
color: #C6CDDA;
48+
}
49+
td {
50+
color: #C6CDDA;
51+
width: 50%;
52+
}

0 commit comments

Comments
 (0)