{
  "$schema": "https://pointcast.xyz/schemas/sound-garden-v1.json",
  "name": "Sound Garden 001",
  "description": "A playable browser instrument for growing gentle sounds into strange ones through warmth, roughness, motion, surprise, and controlled mutation.",
  "canonical": "https://pointcast.xyz/sound-garden",
  "instrument": "https://sound-garden-001.mhoydich.chatgpt.site",
  "status": "live",
  "access": "public",
  "generation": {
    "mode": "browser-native generative synthesis",
    "externalModelCalls": false,
    "microphoneAccess": false,
    "sourceAudioUpload": false
  },
  "controls": [
    {
      "name": "warmth",
      "range": [
        0,
        100
      ],
      "meaning": "dark to luminous"
    },
    {
      "name": "roughness",
      "range": [
        0,
        100
      ],
      "meaning": "pure to weathered"
    },
    {
      "name": "motion",
      "range": [
        0,
        100
      ],
      "meaning": "still to orbiting"
    },
    {
      "name": "surprise",
      "range": [
        0,
        100
      ],
      "meaning": "familiar to uncanny"
    }
  ],
  "seeds": [
    "Tender current",
    "Glass orchard",
    "Radio moss",
    "Soft machine"
  ],
  "capabilities": [
    "real-time Web Audio synthesis",
    "controlled mutation",
    "slow evolution",
    "browser-local recording download"
  ],
  "discovery": {
    "apps": "https://pointcast.xyz/apps.json",
    "explore": "https://pointcast.xyz/explore.json",
    "llms": "https://pointcast.xyz/llms.txt"
  }
}