Skip to content

SatyrDiamond/DawVert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bd3e46c · Feb 17, 2025
Dec 5, 2022
Aug 11, 2024
Oct 28, 2024
Nov 11, 2024
Nov 18, 2024
Nov 17, 2024
Nov 18, 2024
Nov 14, 2024
Oct 25, 2024
Nov 21, 2024
Dec 7, 2024
Oct 24, 2024
Nov 18, 2024
Aug 19, 2024
Nov 16, 2024
Dec 7, 2024
Oct 2, 2024
Oct 1, 2024
Feb 17, 2025
Jun 10, 2023
Nov 2, 2024
Sep 30, 2024
Sep 26, 2024
Sep 26, 2024
Oct 31, 2024
Dec 1, 2024
Oct 20, 2024
Sep 23, 2024

Repository files navigation

DawVert Logo

DawVert - The DAW ConVERTer

DawVert is a Project File Converter

Discord Server

How to Use

python3 dawvert_cmd.py -i <input> -ot <output type> -o <output>

input pluginset: -ips
input type: -it 
input file: -i 
output type: -ot 
output file: -o

e.g: 
    python3 dawvert_cmd.py -i song.txt -ot flp -o out.flp

    python3 dawvert_cmd.py -it jummbox -i song.txt -ot flp -o out.flp

Command Line Options

Song Number (used for Multi-Song inputs): 
--songnum <number>

Extra File (depends on plugin, .BNK for adlib_rol): 
--extrafile <file>

MultipleIndexed2Multiple:  
--mi2m--output-unused-nle           (Output Unused Patterns)

e.g: 
    python3 dawvert_cmd.py --soundfont "MuseScore_General.sf2" -it notessimo_v2 -i song.note -ot flp -o out.flp

    python3 dawvert_cmd.py --songnum 3 -it famistudio_txt -i "song.txt" -ot lmms -o out.mmp

Required Libraries

varint
numpy
mido
lxml
chardet
av
beautifulsoup4
blackboxprotobuf
git+https://github.com/Perlence/rpp

.dlls/.so

Required Libraries for UI

PyQt6

Optional Libraries

xmodits_py - for extracting Impulse Tracker and FastTracker2 Samples

(Some) Supported Outputs

Full List...

DataType Short Name Name
M-I flp FL Studio
R lmms LMMS
R ableton Ableton Live 11
R midi MIDI
R muse MusE Sequencer
R reaper Reaper
R dawproject DawProject

(Some) Supported Inputs

Full List...

DataType Short Name Name Ext Autodetect
R-M midi MIDI .mid ✔️
M-I flp FL Studio .flp ✔️
R ableton Ableton Live 11 .als ✔️
R dawproject DawProject .dawproject ✔️
R lmms LMMS .mmp/.mmpz ✔️
M mod ProTracker .mod
M xm FastTracker 2 .xm ✔️
M s3m Scream Tracker 3 .s3m ✔️
M it Impulse Tracker .it ✔️
M umx Unreal Music Package .umx ✔️
R orgyana Orgyana/OrgMaker .org ✔️
M ptcop PxTone .ptcop ✔️
M-S serato Serato Studio .ssp ✔️
M-I jummbox Beepbox/Jummbox .json
M-I famistudio_txt FamiStudio Text .txt

VST Plugins

Full List...

Mirrors

GitHub

Gitlab

Codeberg