Skip to content

Extract recordings from the JamMan loop sequencer by DigiTech.

License

Notifications You must be signed in to change notification settings

davem2/jamman-rip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

jamman-rip

Extract and reorganize recordings from the JamMan loop sequencer by DigiTech.

The bpm of the extracted sample(s) is given in the sample file name. JamMan uses tap tempo which generates fractional values for bpm. If whole number bpm is desired, the recording can be timestretched with the --roundbpm option.

Usage

JamMan patch folder structure is as follows

/JamManStereo
    /Patch01
        patch.xml
        /PhraseA/
        phrase.xml
        phrase.wav
    /Patch02
        patch.xml
        /PhraseA/
        phrase.xml
        phrase.wav

Running the command python jamman-rip.py JamManStereo produces the following files:

loop01-98_552001bpm.wav (98.552001bpm)
loop02-118_10164bpm.wav (118.10164bpm)

Running the command python jamman-rip.py JamManStereo --roundbpm produces the following files (with timestrech modification):

loop01-99bpm.wav (99bpm)
loop02-118bpm.wav (118bpm)

About

Extract recordings from the JamMan loop sequencer by DigiTech.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages