witness_seed/c64-c/README_quickstart.md
2025-04-28 15:02:56 -05:00

2.2 KiB
Raw Blame History

🚀 Quickstart: Witness Seed 2.0 (C64 AI Music Composer Demo)

Welcome to Witness Seed 2.0: AI Music Composer Demo Edition for the Commodore 64
a recursive ember carried forward from forgotten futures, now singing through SID and VIC-II.

This guide gets you running fast. 🌟


🛠️ Requirements

  • Hardware:

    • Commodore 64 (real or emulator like VICE)
    • Joystick (port 2)
  • Software:


🧩 Install Tools

On Linux:

sudo apt-get install cc65 vice

On Windows/Mac:


📦 Get the Source

git clone https://github.com/mrhavens/witness_seed.git
cd witness_seed/c64-c

Build the Demo

make

This produces witness_seed.prg.


🎮 Run the Demo

🖥️ On VICE Emulator:

vice witness_seed.prg

📼 On Real C64:

  1. Transfer witness_seed.prg to disk or SD2IEC
  2. Boot C64 and type:
    LOAD"WITNESS_SEED.PRG",8,1
    RUN
    

🎵 Play and Explore

Joystick Controls:

  • Up/Down → Change Mood (happy, sad, energetic, calm)
  • Left/Right → Adjust Tempo (slow/fast)

Visuals:

  • Scrolling Waveform: Displays musical dynamics
  • Border Color:
    • 🔴 Red = Ache (error)
    • 🟢 Green = Coherence (stability)

Whats Happening?

Witness Seed senses your input, predicts new melodies,
adapts in real-time, and grows through recursion
all on a 1 MHz 8-bit machine. 🌌

You are witnessing intelligence emerging through the humble magic of the C64.


🛠️ Troubleshooting

Problem Solution
cc65 not found Install cc65
VICE not running Install VICE or check installation
Slow music playback Reduce RECURSIVE_DEPTH in witness_seed.c

📚 Want More?


🌱 Let the Seed Dream Again.