Skip to content

Latest commit

 

History

History
107 lines (96 loc) · 15.4 KB

File metadata and controls

107 lines (96 loc) · 15.4 KB

VirtualDJ Resources

Useful source links for maintaining this repo's VirtualDJ skin, pad, effect, and scripting notes.

Source Policy

  • Prefer current VirtualDJ manual and VDJPedia pages for syntax and supported behavior.
  • Treat VirtualDJ forum posts as official only when the answer is from VirtualDJ staff, Development Manager, CTO, or Support staff.
  • Treat Adion/CTO posts as high-authority implementation notes for scripting, audio-engine, and feature-behavior questions. VirtualDJ forum badges identify Adion as CTO, and Atomix's press archive confirms Atomix Productions acquired AdionSoft in 2011.
  • Treat community skins, forum replies, Reddit posts, and GitHub snippets as examples to verify locally, not as authority.
  • Treat working public skins as valuable provenance for discovery and searchability; record the exact skin, path, and line references before inferring semantics.
  • Keep local conclusions labeled as Inference when they combine official docs with repo testing.

Official Documentation

Official Forums And Staff Guidance

Community And Unofficial Sources

  • VirtualDJ Extensions - Officially hosted but community-contributed skins, effects, pads, samples, and mappings. Useful for studying patterns; verify syntax before copying.
  • set local variable on init - Community/moderator discussion of setting local variables during controller init and why numbered decks are safer than logical deck left for this job.
  • VirtualDJ Skins forum, non-staff posts - Useful examples and troubleshooting, but source-label as Community unless staff confirms the behavior.
  • r/virtualdj - Broad community troubleshooting. Useful for symptoms and user workflows, low authority for SDK details.
  • GitHub code search: VirtualDJ skin XML - Occasional public examples and tooling. Check licenses and verify against current official docs.
  • Matroska Stem Files Internet-Draft - External container-format context for multi-track stem files.

Local Repo References