Skip to content

pwnified/Harmonicdog-Utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Harmonicdog Utilities

Code and scripts associated with the MultiTrack DAW iOS app


mtdawRead.py This script reads a MultiTrack DAW song project and prints some info about the song to the terminal. Uses PyObjC to parse the Tracks2.plist and project.plist files. Also decodes the wav filenames into metadata for each wav file in the projects Bin directory. Call it with the song project directory as its only argument, e.g ./mtdawRead.py path/to/song.mtdaw

Dependencies: python3

pip install pyobjc
pip install crcmod

About

Tools for parsing and converting song projects from MultiTrack DAW

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages