Finally, a loop librarian for the JamMan "Classic"
(mono/non-stereo) looper pedal. If you previously used the
LooperTools librarian or were just manually
editing the data on your device, now you have another
alternative!
I'm a musician and software developer - I was frustrated that my
JamMan device no longer had a working librarian (that I knew of) so
I wrote my own. I share it with you now, for FREE, however,
if you find the tool useful, you are encouraged to make a small donation via
PayPal. Thank you!
Latest Downloads
JamMan "Classic" Looper Manager, Version
1.0, Build January 24, 2012
The following download file contains the runtime binaries for
this tool. This build should run for all
supported Mono platforms,
including Linux/Ubuntu, Windows,
and Mac. Per the installation instructions
below, you will also need to download and install the Mono
Runtime for your operating system to run this application.

NOTICE OF BETA SOFTWARE (STABLE AS OF
1/24/2012)
The downloadable versions of this tool are now
stable. I've fixed the major bugs and am now using
this software as my own personal librarian for my JamMan (mono)
device. That said, there are still some known issues and
missing features, so:
BACKUP YOUR JAMMAN CARD BEFORE USING THIS
LIBRARIAN. I've done my absolute best to ensure your
loops are protected. I'm a musician too. But backup in
case! See the latest bugs and issues
here.
Installation Instructions
This tool was built with MonoDevelop
on Ubuntu and Windows and uses the GTK# libraries and other Mono
libraries. To run this application you will need to:
- Get the latest release/binaries for the
JamManClassicLooperManager (see Latest Downloads above) -
unzip the installation file and copy the files to the directory of
your choice.
- If installing for the first time or on a new machine,
download and install the Mono runtime files for your
operating system
- Launch the JamManLooperManager.exe from
the command line - for example: C:>mono
C:\JMCLM\JamManLooperManager.exe (NOTE: this may change in
the future!)
Again, you can't just launch the exe directly (at least in
Windows) - run it from the command line per the example above.
Current Features:
- Search (NEW)
- Smart Sync Enhancements (NEW)
- Archive Selected Library Items (NEW)
- Drag and Drop Multiple to slots
(NEW)
- Import WAV files via drag into library
(NEW)
- Delete Multiple (NEW)
- Create New Library
- Open Existing Library
- Close Existing Library
- Edit Library Info
- Play/Stop Library Loop
- Sync Loop to JamMan Slot
- Connect to JamMan Device/Folder
- Save/Commit all Settings to JamMan Device
- Close JamMan Device
- Play/Stop JamMan Loop
- Edit JamMan Slot Information (Loop Mode, Time Sig, Rhythm, Stop
Mode, Tempo)
- Move Up/Down (both library and slot items)
- Make Selected or All Slots Empty
- Print - HTML Reports for both the Library and JamMan
Device
- Edit App Settings/Preferences
Support
Need support or
have comments, bugs or
other feature requests. Contact me, Rob
Birdwell. Read what others are saying about this
product!
Do you think the JamMan
Looper Manager software is useful? Please
donate to help support further development and show your
appreciation for this software.
Create A Batch File (Windows) to Launch this App
In the directory where your JamManClassicLooperManager.exe
file is, create a new file with your text editor called
Launch.bat
Paste the following text:
@echo off
PATH=C:\PROGRA~2\MONO-2~1.8\bin;%PATH%
start mono JamManClassicLooperManager.exe
exit

Note that the text following the PATH= part in
your batch file may be different on your machine. You can get
the Mono Runtime install path by doing a bit of investigation,
e.g., Start/Run type "Mono" and right click on the "Mono Command
Prompt" item and select "Properties" - there you will see the full
path listed. Once you have a Launch.bat file (or whatever you
want to call it) all you need to do is double click that and the
librarian will launch - no need to go to the command line!
Find a bug or have an issue? Submit
it here.
For the latest list of bugs and their status,
see the bug tracking sheet.