Changeset 190 for trunk/mediafolder/prog_tutorial/hiddenfeatures.inc
- Timestamp:
- Jun 29, 2024, 11:49:45 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mediafolder/prog_tutorial/hiddenfeatures.inc
r182 r190 15 15 the WPS doesn't crash anymore. 16 16 17 :h2 res=429 18 x=50% width=50% 19 group=2 20 .Replace midi player 21 :p. 22 The default audio/midi player coming with CWMM may be replaced by adding the 23 following key to OS2.INI: 24 :p. 25 :hp2.CWMM->midiplayer-><path to new player>:ehp2. 26 :nt.You don't have to provide the full path if the program is in your PATH. The program must be a PM program! 27 IBM's ab.exe fails with a 5051 error trying to play midi files. The default internal 28 player now works. The only extenal player I know works is FM2play.exe. This only 29 replaces the play for Midi files not other audio formats 30 :ent. 31 :p. 32 Even if a new program isn't specified in the INI file the classes improve the default 33 behavior by not starting the player as part of the WPS process. So if the player crashes 34 the WPS doesn't crash anymore. 35 17 36 :h2 res=425 18 37 x=50% width=50% … … 25 44 :hp2.CWMM->audioconverter-><path to new player>:ehp2. 26 45 :nt.You don't have to provide the full path if the program is in your PATH. The program must be a PM program! 27 The converter is not started as part of the WPS process. 46 The converter is not started as part of the WPS process. The is not used by Midi files. 28 47 :ent. 29 48 … … 43 62 Even if a new program isn't specified in the INI file the classes improve the default 44 63 behavior by not starting the editor as part of the WPS process. So if the editor crashes 45 the WPS doesn't crash anymore. 64 the WPS doesn't crash anymore. The editor is not used by Midi files. 46 65 47 66
Note:
See TracChangeset
for help on using the changeset viewer.