Ksoftseq: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
Created page with "By KO Myung-Hun * https://github.com/komh/ksoftseq/releases"
 
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
By [[KO Myung-Hun]]
{{Software
|Picture=MIDI_MMOS2_003.png
|Version=1.1.2 (Jan 2022)
|Author=[[KO Myung-Hun]]
|License=LGPL v2.1
|Download={{FileLink|ksoftseq}}
|Website=[https://github.com/komh/ksoftseq/]
}}
K Soft Sequencer for OS/2 enables you to play a midi file on OS/2 without any external programs. It is implemented as an MCD (Media Control Driver).


* https://github.com/komh/ksoftseq/releases
ksoftseq can:
* play a midi file by clicking an icon on WPS
* play a midi file with play.cmd in a command line
* play a midi file with Player in Open menu
* play a midi file with MIDI Editor in Open menu
* play a midi file with MIDI program(MIDI editor) in Multimedia folder. Although MIDI may complain like 'An error occurred while opening ...', you can use features provided by MIDI without any problem if you press 'ESC' key or click 'Continue' button.
* play a HMMIO handle of a midi file opened with MMIO_NOTRANSLATE, MMIO_TRANSLATEHEADER or MMIO_TRANSLATEDATA
* seek
 
==Related Links==
* [[Enabling MIDI Support on MMOS2 with Ksoftseq]]
 
[[Category:MMPM2]]

Latest revision as of 23:21, 21 August 2023

Ksoftseq
Version 1.1.2 (Jan 2022)
Vendor
Author KO Myung-Hun
License LGPL v2.1
Download ksoftseq
Website [1]

K Soft Sequencer for OS/2 enables you to play a midi file on OS/2 without any external programs. It is implemented as an MCD (Media Control Driver).

ksoftseq can:

  • play a midi file by clicking an icon on WPS
  • play a midi file with play.cmd in a command line
  • play a midi file with Player in Open menu
  • play a midi file with MIDI Editor in Open menu
  • play a midi file with MIDI program(MIDI editor) in Multimedia folder. Although MIDI may complain like 'An error occurred while opening ...', you can use features provided by MIDI without any problem if you press 'ESC' key or click 'Continue' button.
  • play a HMMIO handle of a midi file opened with MMIO_NOTRANSLATE, MMIO_TRANSLATEHEADER or MMIO_TRANSLATEDATA
  • seek

Related Links