First Upload
All Files
This commit is contained in:
92
V_3/readme.md
Normal file
92
V_3/readme.md
Normal file
@@ -0,0 +1,92 @@
|
||||
Install (til v3)
|
||||
|
||||
python -m venv .venv
|
||||
|
||||
source .venv/bin/activate
|
||||
|
||||
pip install -U pip
|
||||
|
||||
pip install numpy librosa soundfile
|
||||
|
||||
\# ffmpeg skal være installeret
|
||||
|
||||
|
||||
|
||||
🎛️ Kommandoer (til dine 14 old school trance tracks)
|
||||
|
||||
Rollcall (alle 14, DJ flip, harmonic ordering on)
|
||||
|
||||
python dj\_teaser\_v3.py --tracks-dir ./tracks --select all --teaser 60 --bars 2 --preroll-bars 1 --avoid-intro 30 --harmonic
|
||||
|
||||
|
||||
|
||||
Best-of mini-mix vibe (8 tracks, 4 bars)
|
||||
|
||||
python dj\_teaser\_v3.py --tracks-dir ./tracks --select auto --auto-n 8 --teaser 75 --bars 4 --preroll-bars 1 --avoid-intro 30 --harmonic
|
||||
|
||||
|
||||
|
||||
💡 V3 tweaks jeg typisk bruger til trance
|
||||
|
||||
|
||||
|
||||
--avoid-intro 30 eller 45 (lange trance intros)
|
||||
|
||||
|
||||
|
||||
--bars 2 hvis alle skal med (rollcall)
|
||||
|
||||
|
||||
|
||||
--bars 4 hvis du vil have mere “rigtig” trance-feel
|
||||
|
||||
|
||||
|
||||
--preroll-bars 1 giver DJ-lead-in (får overgangen til at føles naturlig)
|
||||
|
||||
|
||||
|
||||
--harmonic næsten altid “on” til trance 👌
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Hvordan du bruger det i praksis
|
||||
|
||||
|
||||
|
||||
Byg teaser med v3:
|
||||
|
||||
|
||||
|
||||
python dj\_teaser\_v3.py --tracks-dir ./tracks --select all --teaser 60 --bars 2 --preroll-bars 1 --avoid-intro 30 --harmonic
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Generér repo-ting + promo med din Llama 3.1:
|
||||
|
||||
|
||||
|
||||
pip install requests
|
||||
|
||||
python ollama\_assets.py --report ./out/teaser\_report.json --ollama http://192.168.2.60:11434 --model llama3.1:8b-instruct-q4\_0 --artist DjGulvBasS --genre "old school trance"
|
||||
|
||||
|
||||
|
||||
🎛️ Små tips (trance)
|
||||
|
||||
|
||||
|
||||
Hvis cut føles “for tidligt”: sænk --avoid-intro eller sæt --preroll-bars 0
|
||||
|
||||
|
||||
|
||||
Hvis du vil have mere “rigtig trance”: brug --bars 4 og vælg --select auto --auto-n 8
|
||||
|
||||
|
||||
|
||||
Hvis key detection virker off på enkelte tracks: det er normalt (pads + noise + modulations). Camelot er “best effort” her.
|
||||
|
||||
Reference in New Issue
Block a user