Skip to content

Commit ee2fd1e

Browse files
Merge pull request #10 from thejustinwalsh/fix/update-copy
docs: update copy
2 parents 7b1c995 + 7061fd3 commit ee2fd1e

9 files changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![npm](https://img.shields.io/npm/v/zzfx-studio)](https://www.npmjs.com/package/zzfx-studio)
44
[![license](https://img.shields.io/npm/l/zzfx-studio)](./LICENSE)
55

6-
An algorithmic chiptune tracker that generates 4-channel retro songs instantly using pure math -- no samples, no AI, no network calls. Built for indie game devs who need quick retro audio for game jams and chiptune hobbyists who enjoy the creative process.
6+
An algorithmic chiptune tracker that generates 4-channel retro songs instantly using pure math -- no samples, no network calls. Built for indie game devs who need quick retro audio for game jams and chiptune hobbyists who enjoy the creative process.
77

88
Built with ZzFX + ZzFXM for audio synthesis in ~1KB.
99

apps/zzfx-studio/public/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta httpEquiv="X-UA-Compatible" content="IE=edge" />
66
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
77
<title>ZzFX Studio</title>
8-
<meta name="description" content="Algorithmic chiptune tracker — generate, edit and share 4-channel retro songs instantly. No AI, pure math." />
8+
<meta name="description" content="Algorithmic chiptune tracker — generate, edit and share 4-channel retro songs instantly. Pure math." />
99
<link rel="canonical" href="https://tjw.dev/zzfx-studio/" />
1010
<meta name="theme-color" content="#0C0C0E" />
1111

@@ -30,7 +30,7 @@
3030
<meta property="og:site_name" content="ZzFX Studio" />
3131
<meta property="og:url" content="https://tjw.dev/zzfx-studio/" />
3232
<meta property="og:title" content="ZzFX Studio — algorithmic chiptune tracker" />
33-
<meta property="og:description" content="Algorithmic chiptune tracker — generate, edit and share 4-channel retro songs instantly. No AI, pure math." />
33+
<meta property="og:description" content="Algorithmic chiptune tracker — generate, edit and share 4-channel retro songs instantly. Pure math." />
3434
<meta property="og:image" content="https://tjw.dev/zzfx-studio/og-image.png" />
3535
<meta property="og:image:type" content="image/png" />
3636
<meta property="og:image:width" content="1200" />
@@ -40,7 +40,7 @@
4040
<!-- Twitter -->
4141
<meta name="twitter:card" content="summary_large_image" />
4242
<meta name="twitter:title" content="ZzFX Studio — algorithmic chiptune tracker" />
43-
<meta name="twitter:description" content="Algorithmic chiptune tracker — generate, edit and share 4-channel retro songs instantly. No AI, pure math." />
43+
<meta name="twitter:description" content="Algorithmic chiptune tracker — generate, edit and share 4-channel retro songs instantly. Pure math." />
4444
<meta name="twitter:image" content="https://tjw.dev/zzfx-studio/og-image.png" />
4545
<meta name="twitter:image:alt" content="The ZzFX Studio tracker grid, four colour-coded channels over a dark background." />
4646

apps/zzfx-studio/public/llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Algorithmic chiptune tracker that generates 4-channel retro songs instantly using pure math. Songs export as ESM JavaScript using the ZzFXM sequencer format, played via the `@zzfx-studio/zzfxm` npm package.
44

5-
ZzFX Studio generates complete 4-channel songs (melody, harmony, bass, drums) with no AI -- pure algorithmic composition using scale-constrained note selection, Euclidean rhythms, and genre-aware templates.
5+
ZzFX Studio generates complete 4-channel songs (melody, harmony, bass, drums) using pure algorithmic composition: scale-constrained note selection, Euclidean rhythms, and genre-aware templates.
66

77
Exported code from ZzFX Studio is ready to use in games, demos, and creative projects. Install `@zzfx-studio/zzfxm` to play it.
88

packages/zzfx-studio/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![npm](https://img.shields.io/npm/v/zzfx-studio)](https://www.npmjs.com/package/zzfx-studio)
44
[![license](https://img.shields.io/npm/l/zzfx-studio)](./LICENSE)
55

6-
ZzFX Studio is an algorithmic chiptune tracker that generates 4-channel retro songs instantly using pure math -- no samples, no AI. Built for indie game devs who need quick retro audio for game jams and chiptune hobbyists who enjoy the creative process. Available as a PWA, desktop app (`npx zzfx-studio`), or global install (`npm i -g zzfx-studio`).
6+
ZzFX Studio is an algorithmic chiptune tracker that generates 4-channel retro songs instantly using pure math -- no samples. Built for indie game devs who need quick retro audio for game jams and chiptune hobbyists who enjoy the creative process. Available as a PWA, desktop app (`npx zzfx-studio`), or global install (`npm i -g zzfx-studio`).
77

88
## Quick Start
99

packages/zzfx-studio/platforms/darwin-arm64/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![npm](https://img.shields.io/npm/v/@zzfx-studio/platform-darwin-arm64)](https://www.npmjs.com/package/@zzfx-studio/platform-darwin-arm64)
44
[![license](https://img.shields.io/npm/l/@zzfx-studio/platform-darwin-arm64)](./LICENSE)
55

6-
ZzFX Studio is an algorithmic chiptune tracker that generates 4-channel retro songs instantly using pure math -- no samples, no AI. Built for indie game devs who need quick retro audio for game jams and chiptune hobbyists who enjoy the creative process. Available as a PWA, desktop app (`npx zzfx-studio`), or global install (`npm i -g zzfx-studio`).
6+
ZzFX Studio is an algorithmic chiptune tracker that generates 4-channel retro songs instantly using pure math -- no samples. Built for indie game devs who need quick retro audio for game jams and chiptune hobbyists who enjoy the creative process. Available as a PWA, desktop app (`npx zzfx-studio`), or global install (`npm i -g zzfx-studio`).
77

88
This is the platform-specific binary package for **macOS Apple Silicon (M1/M2/M3/M4)**.
99

packages/zzfx-studio/platforms/darwin-x64/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![npm](https://img.shields.io/npm/v/@zzfx-studio/platform-darwin-x64)](https://www.npmjs.com/package/@zzfx-studio/platform-darwin-x64)
44
[![license](https://img.shields.io/npm/l/@zzfx-studio/platform-darwin-x64)](./LICENSE)
55

6-
ZzFX Studio is an algorithmic chiptune tracker that generates 4-channel retro songs instantly using pure math -- no samples, no AI. Built for indie game devs who need quick retro audio for game jams and chiptune hobbyists who enjoy the creative process. Available as a PWA, desktop app (`npx zzfx-studio`), or global install (`npm i -g zzfx-studio`).
6+
ZzFX Studio is an algorithmic chiptune tracker that generates 4-channel retro songs instantly using pure math -- no samples. Built for indie game devs who need quick retro audio for game jams and chiptune hobbyists who enjoy the creative process. Available as a PWA, desktop app (`npx zzfx-studio`), or global install (`npm i -g zzfx-studio`).
77

88
This is the platform-specific binary package for **macOS Intel (x86_64)**.
99

packages/zzfx-studio/platforms/linux-arm64/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![npm](https://img.shields.io/npm/v/@zzfx-studio/platform-linux-arm64)](https://www.npmjs.com/package/@zzfx-studio/platform-linux-arm64)
44
[![license](https://img.shields.io/npm/l/@zzfx-studio/platform-linux-arm64)](./LICENSE)
55

6-
ZzFX Studio is an algorithmic chiptune tracker that generates 4-channel retro songs instantly using pure math -- no samples, no AI. Built for indie game devs who need quick retro audio for game jams and chiptune hobbyists who enjoy the creative process. Available as a PWA, desktop app (`npx zzfx-studio`), or global install (`npm i -g zzfx-studio`).
6+
ZzFX Studio is an algorithmic chiptune tracker that generates 4-channel retro songs instantly using pure math -- no samples. Built for indie game devs who need quick retro audio for game jams and chiptune hobbyists who enjoy the creative process. Available as a PWA, desktop app (`npx zzfx-studio`), or global install (`npm i -g zzfx-studio`).
77

88
This is the platform-specific binary package for **Linux ARM64** (Raspberry Pi, AWS Graviton).
99

packages/zzfx-studio/platforms/linux-x64/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![npm](https://img.shields.io/npm/v/@zzfx-studio/platform-linux-x64)](https://www.npmjs.com/package/@zzfx-studio/platform-linux-x64)
44
[![license](https://img.shields.io/npm/l/@zzfx-studio/platform-linux-x64)](./LICENSE)
55

6-
ZzFX Studio is an algorithmic chiptune tracker that generates 4-channel retro songs instantly using pure math -- no samples, no AI. Built for indie game devs who need quick retro audio for game jams and chiptune hobbyists who enjoy the creative process. Available as a PWA, desktop app (`npx zzfx-studio`), or global install (`npm i -g zzfx-studio`).
6+
ZzFX Studio is an algorithmic chiptune tracker that generates 4-channel retro songs instantly using pure math -- no samples. Built for indie game devs who need quick retro audio for game jams and chiptune hobbyists who enjoy the creative process. Available as a PWA, desktop app (`npx zzfx-studio`), or global install (`npm i -g zzfx-studio`).
77

88
This is the platform-specific binary package for **Linux x86_64**.
99

packages/zzfx-studio/platforms/win32-x64/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![npm](https://img.shields.io/npm/v/@zzfx-studio/platform-win32-x64)](https://www.npmjs.com/package/@zzfx-studio/platform-win32-x64)
44
[![license](https://img.shields.io/npm/l/@zzfx-studio/platform-win32-x64)](./LICENSE)
55

6-
ZzFX Studio is an algorithmic chiptune tracker that generates 4-channel retro songs instantly using pure math -- no samples, no AI. Built for indie game devs who need quick retro audio for game jams and chiptune hobbyists who enjoy the creative process. Available as a PWA, desktop app (`npx zzfx-studio`), or global install (`npm i -g zzfx-studio`).
6+
ZzFX Studio is an algorithmic chiptune tracker that generates 4-channel retro songs instantly using pure math -- no samples. Built for indie game devs who need quick retro audio for game jams and chiptune hobbyists who enjoy the creative process. Available as a PWA, desktop app (`npx zzfx-studio`), or global install (`npm i -g zzfx-studio`).
77

88
This is the platform-specific binary package for **Windows x86_64**.
99

0 commit comments

Comments
 (0)