LXMIDI
Versión 1.71 · HARUYA
Descripción
LXMIDI is a software MIDI synthesizer designed for the HP 100/200LX. It conducts a real-time conversion from MIDI data (in standard MIDI File Format 0) into 8- to 16-part polyphonic multitimbral square-wave PCM data and plays it with the built-in speaker of the 100/200LX. Copyrighted freeware.
Ficha técnica
- Fichero
lxmid171.zip- Tamaño
- 51.6 KB
- Formato
- .zip
- Año
- 1998
- Alta en S.U.P.E.R.
- 1998-08-02
- Ficheros dentro
- 4
- Autor
- HARUYA
- Ruta
anonftp/pub/lxmid171.zip
Cómo instalarlo
Qué enviar al palmtop ahorras 62.0 KB
Estos son los ficheros que necesitas. Puedes enviarlos desde el contenido del paquete.
-
LXMIDI.COM→ A:\SOFT programa de DOS 30.6 KB
No hace falta llevar al palmtop
LXMIDI.DOC, LXMIDI.JPN, SOURCE.ZIP:
son manuales, código fuente o material de apoyo. Léelos aquí y ahórrate 62.0 KB en un disco de 1 MB.
Pasos
- Copia LXMIDI.COM a A:\SOFT. Son programas de DOS: se ejecutan desde el icono DOS, o añadiendo A:\SOFT al PATH de C:\AUTOEXEC.BAT para poder llamarlos por su nombre.
Deducido del contenido del paquete y de las convenciones del 200LX. Se instala en A: a propósito: C: es un disco RAM y cada byte ahí resta memoria al sistema.
Instrucciones del autor
2. Quick Start
Please prepare MIDI data in Standard MIDI File Format 0.
From DOS prompt, enter:
LXMIDI -N1 -X -O8 -C120 SAMPLE.MID (normal machine)
or
LXMIDI -N1 -X SAMPLE.MID (double speed machine)
(SAMPLE.MID is assumed to be the name of your MIDI file). Now
our 100/200LX is reborn as a palmtop MIDI sound module.
If you are a user of a normal speed machine, you will notice
the high pitch noise. Reducing the value of the '-C' option
may improve the sound. First reduce the value to a point
where you encounter a skipping sound, then increase the value
by 3 to 5.
If you want to play the MIDI date in formats other than SMF
Format 0, please refer to Section 5 below.
Your should have at least 130 KB of the conventional memory
(or 70 KB, if EMS is available) to run LXMIDI. If your sound
data are larger, you need more. If enough memory is not
available, LXMIDI will terminate during reading from the file.
Specifying '-S' option, when more than 4 pages of EMS is
available, will use EMS and thus enables the playback of
larger data.
From Ver 1.70, LXMIDI can create and play music data in
Object File format (extension .LXM), an internal data format
of LXMIDI. Running LXMIDI with '-W' will create the LXM data
file. Although larger in file size in most cases, it can be
loaded faster and enables to start the music immediately.
******* Playing an LXM file created by earlier **************
* versions of LXMIDI *
* This version of LXMIDI can play an LXM file created by *
* earlier version of LXMIDI without any problems. However, *
* the corrections added to this version, such as *
* the elimination of excess sound volume of certain *
…
Extracto literal de LXMIDI.DOC, tal cual venía en el paquete.
Contenido del paquete
Enviar a mi palmtop
El palmtop tiene que quedar esperando antes de pulsar el botón, o la transferencia fallará. Es él quien avisa de que está listo, no al revés.
En el palmtop
- Conecta el cable serie entre el palmtop y el ordenador.
- Abre Data Comm y ve a Menu → Connect → Settings. Ajusta: 9600 baudios, 8 bits de datos, paridad None, 1 bit de parada.
- Vuelve al menú y entra en Menu → File → Receive, con el protocolo Zmodem. El palmtop se queda esperando: déjalo así.
En el ordenador
- Usa Chrome (o Edge / Opera). Firefox y Safari no pueden abrir el puerto serie, y ningún navegador móvil tampoco.
- Averigua cuál es tu puerto: si no lo tienes claro, despliega la ayuda de aquí abajo.
- Pulsa el botón y selecciónalo en la ventana que abre Chrome.
¿Cómo sé cuál es mi puerto?
Linux — tu adaptador USB-serie será /dev/ttyUSB0 o /dev/ttyACM0. Los /dev/ttyS0…ttyS31 son puertos heredados de la placa base: el núcleo los lista aunque no exista ninguno, así que casi nunca son el tuyo. Para salir de dudas:
ls -l /dev/serial/by-id/
Sale el fabricante y el modelo, y a qué ttyUSB* apunta. Si no aparece nada, desenchufa y vuelve a enchufar el cable y mira dmesg | tail: verás una línea del estilo «ch341-uart converter now attached to ttyUSB0».
Permisos: en Debian y derivados tu usuario debe estar en el grupo dialout o el puerto no se abrirá. Compruébalo con groups, y si falta:
sudo usermod -aG dialout $USER
Hay que cerrar la sesión y volver a entrar para que surta efecto.
Windows — Administrador de dispositivos → Puertos (COM y LPT). Tu adaptador aparece como COM3, COM4… Si aparece con un triángulo amarillo, te falta el driver del chip (FTDI, Prolific o CH340 según el cable).
macOS — ls /dev/cu.*; tu adaptador será algo como /dev/cu.usbserial-A50285BI. Usa siempre el cu., no el tty..
El 200LX no lleva un conector serie estándar: necesitas el cable de conectividad de HP (el F1015A o un equivalente) y, salvo que tu ordenador tenga puerto serie de verdad, un adaptador USB-serie detrás.
Tu navegador no puede hablar con el puerto serie. El envío directo usa la Web Serial API, que solo existe en Chrome, Edge y Opera de escritorio — no en Firefox, Safari ni en ningún navegador móvil.
Descarga el fichero con el botón de arriba y pásalo al palmtop con tu método habitual.