Utilitaire SysEx
Permet de communiquer avec vos appareil MIDI par messages exclusifs (SysEx), pour sauvegarder vos bibliothèques de sons ou faire des réglages avancés pour vos périphériques MIDI.
 |
Version 1.2.3 |
MacOS X UB |
(App) |
6 nov. 2011 |
Updated the list of manufacturer IDs.
 |
Version 1.2.2 |
MacOS X UB |
(App) |
19 oct. 2009 |
* SysEx Librarian can now listen for MIDI program changes from other applications, and will react by sending sysex files. This feature is intended for use with MainStage, but may be useful in other situations too. Thanks to Robert Chin for the code.
* Updated the list of manufacturer IDs.
* Fixed a race condition in incoming MIDI processing, which could lead to a crash.
 |
Version 1.2.1 |
MacOS X UB |
(App) |
19 août 2009 |
Fixed a bug: in the Destination menu, some one-port MIDI interfaces did not have names.
 |
Version 1.2 |
MacOS X UB |
(App) |
9 sept. 2008 |
- Show progress when sending sysex via "Act as a source for other programs". to avoid confusion. (It happens instantaneously, but without feedback, it wasn't clear that anything was happening.)
- Spin progress indicators while waiting for incoming sysex, so it doesn't look like the app is stuck.
- Simplified some threading code, which makes the app more stable, especially as MIDI devices are added and removed.
- Updated the source code to work with Xcode 3.1.
- Now requires OS X 10.3.9 or later. If you're still on 10.2, use the old version, 1.1.
 |
Version 1.1 |
MacOS X UB |
(App) |
11 juin 2007 |
SysEx Librarian is now a Universal application. It is 100% native on Intel and PowerPC.
The source code is now available.
You can now change the sysex transmission speed, on a per-device or per-port basis. A few older MIDI devices may need the speed to be turned down to work consistently.
Added a "save as .syx" feature, just like the existing "save as standard MIDI file". Now you can convert .mid to .syx!
We now show checksums at the bottom of the sysex data in the details window, to make it easier to check if two sysex dumps are the same or different.
Rewrote some code to remove dependencies on the Omni frameworks. This makes it easier for me to distribute the code, and easier for others to build the code. It also makes the application slightly smaller.
The downside: SysEx Librarian now requires Mac OS X 10.2 or later. I don't think this will be a hardship since most MIDI drivers and applications are now built for 10.2. If you need a version which runs on 10.1, download it here.
Fixed an undo problem: undo looked enabled but did nothing.