Skip to content

Latest commit

 

History

History
78 lines (65 loc) · 2.49 KB

File metadata and controls

78 lines (65 loc) · 2.49 KB

GitHub Repository Setup Guide

📝 Repository Description

Set your repository description to:

Transform VS Code into a real-time music visualizer using multiline cursors. Watch your code dance to audio frequencies from microphone or system audio.

🏷️ Repository Topics

Add these topics to help with discoverability:

vscode-extension
audio-visualization
music-visualizer
typescript
real-time
frequency-analysis
fft
multiline-cursors
microphone
system-audio
developer-tools
code-editor

🔗 Website URL

Set the website URL to your VS Code Marketplace listing:

https://marketplace.visualstudio.com/items?itemName=ark-tik.multiline-cursor-audio-visualizer

📋 How to Update (via GitHub Web Interface):

  1. Go to your repository: https://github.com/ark-tik/vs-code-music-visualiser
  2. Click the gear icon (⚙️) next to "About" on the right sidebar
  3. Add description from above
  4. Add website URL from above
  5. Add topics - paste the topics above, separated by spaces or commas
  6. Check "Releases" and "Packages" if desired
  7. Click "Save changes"

🚀 Optional: Create a Release

  1. Go to Releases tab in your repository
  2. Click "Create a new release"
  3. Tag version: v1.0.0
  4. Release title: 🎵 Multiline Cursor Audio Visualizer v1.0.0
  5. Description:
## 🎉 Initial Release

Transform your VS Code into a real-time music visualizer! This extension uses multiline cursors to create beautiful audio visualizations that dance to your music.

### ✨ Features
- **🎤 Microphone Input** - Live audio visualization from your microphone
- **🔊 System Audio** - Visualize audio from Spotify, YouTube, games, etc.
- **⚡ Real-time FFT** - Advanced frequency analysis at 60 FPS
- **🎛️ Configurable** - Adjust sensitivity, smoothing, and cursor count
- **🖥️ Cross-platform** - Works on Windows, macOS, and Linux

### 📦 Installation
Install directly from the [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=ark-tik.multiline-cursor-audio-visualizer)

### 🚀 Quick Start
1. Open any file in VS Code
2. Run `Audio Visualizer: Start (Microphone)` from Command Palette
3. Watch your code dance to the music! 🎶
  1. Attach the VSIX file (multiline-cursor-audio-visualizer-1.0.0.vsix)
  2. Click "Publish release"

🎯 Repository is now ready for:

  • ✅ Professional appearance
  • ✅ Easy discovery via topics
  • ✅ Direct link to marketplace
  • ✅ Release for easy installation