DawVert - The DAW ConVERTer
Go to file
SatyrDiamond 1ef42f8d20 update 2023-12-07 15:03:55 -05:00
.github funding 2022-12-05 11:25:37 -05:00
data_ddef update 2023-11-29 18:21:58 -05:00
data_dset update 2023-12-07 15:03:55 -05:00
data_idvals update 2023-11-20 20:49:23 -05:00
docs update 2023-12-07 15:03:55 -05:00
experiments_plugin_input update 2023-10-07 11:26:06 -04:00
functions update 2023-12-07 15:03:55 -05:00
functions_compat update 2023-11-15 19:23:22 -05:00
functions_data update 2023-12-04 10:29:55 -05:00
functions_midi_exdata midi + splity 2023-10-03 12:26:56 -04:00
functions_plugdata update 2023-12-02 10:09:19 -05:00
functions_plugin update 2023-11-29 18:21:58 -05:00
functions_plugparams update 2023-11-26 06:09:54 -05:00
functions_song update 2023-11-20 04:53:39 -05:00
functions_tracks update 2023-12-07 15:03:55 -05:00
plugin_input update 2023-12-07 15:03:55 -05:00
plugin_output update 2023-12-07 15:03:55 -05:00
plugin_plugconv update 2023-12-07 15:03:55 -05:00
plugin_plugconv_extern fix + update 2023-12-02 20:09:55 -05:00
LICENSE update + audio warp/stretch 2023-06-09 20:34:10 -04:00
README.md readme 2023-10-09 12:27:07 -04:00
_config_plugins.py update 2023-12-04 08:18:04 -05:00
_config_plugins_linux.py update 2023-12-04 08:18:04 -05:00
_config_plugins_win.py update 2023-12-04 08:18:04 -05:00
_editor_datadef.py update 2023-12-04 08:18:04 -05:00
_editor_dataset.py update 2023-12-04 08:18:04 -05:00
dawvert_cmd.py update 2023-12-04 08:18:04 -05:00
requirements.txt wip 2023-11-12 12:31:39 -05:00

README.md

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 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

GM Soundfont File Path (for GM MIDI instruments): 
--soundfont <sf2 file>

Sample Folder Path (path for sample extraction): 
--samplesfolder <sample folder>

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

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 --samplefolder "a diffrent folder" -i "song.s3m" -ot lmms -o out.mmp

    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
tinydb

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

(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 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-I jummbox Beepbox/Jummbox .json
M-I famistudio_txt FamiStudio Text .txt

VST Plugins

Full List...