------------------------------------------------------------------------------
Mumem version 0.01a tiny instruction by Hex125
------------------------------------------------------------------------------
- Outline
------------------------------------------------------------------------------
Timbre editor for various wave memory sound chip.


------------------------------------------------------------------------------
- Install/Update/Uninstall
------------------------------------------------------------------------------
I hope this program can use on WindowsNT4/95/98/98SE/ME/2000/XP.
However I've never checked on these exactly.
It developed on Windows 2000(Japanese Version).
In order to use, VB6 runtime, common control (MSCOMCTL.OCX).

There are no installer and uninstaller.
Please put the unpacked file on any place.
When you want to uninstall, delete all files.


------------------------------------------------------------------------------
- How to use
------------------------------------------------------------------------------
Draw waveform with your mouse (by left click).

440Hz(nearly) sound will be pronounced by right click, 
and non-pitch-adjustment waveform will be played by central button. 
It will stop, if it detaches.

You can also play on keyboard, the same as piano keyboard. 
("ZXCVBNM" = "cdefgab")

Wave memory size(width) is variable among 4 - 256 bytes.
Quantization size (height) is also variable among 3 - 255.
Please set up according to the target sound source.

Undo/Redo can be used 1024 times.

This is poor program, especially pitch processing. 
There are becoming tone deaf very much (especially hi-tone) 
and case of unreproducible.


------------------------------------------------------------------------------
- keyboard shortcut
------------------------------------------------------------------------------

    [Ctrl]+[Cursor]				Change window position(fast)
    [Ctrl]+[Alt]+[Cursor]			Change window position(slow)
    [Ctrl]+[Shift]+[Cursor]			Change window size(fast)
    [Ctrl]+[Shift]+[Alt]+[Cursor]		Change window size(slow)
    [CurUp] or [Ctrl]+[Num8] or [Ctrl]+[W]	Value +1
    [CurDown] or [Ctrl]+[Num2] or [Ctrl]+[Q]	Value -1
    [CurLeft] or [Ctrl]+[Num4] or [Ctrl]+[S]	Shift left
    [CurRight] or [Ctrl]+[Num6] or [Ctrl]+[D]	Shift right
    [Ctrl]+[1] or [<] ([Shift]+[,])		Octarv down (*1)
    [Ctrl]+[2] or [>] ([Shift]+[.])		Octarv up (*1)
    [Ctrl]+[3]					Volume down(fast)
    [Ctrl]+[Alt]+[3]				Volume down(slow)
    [Ctrl]+[4]					Volume up(fast)
    [Ctrl]+[Alt]+[4]				Volume up(slow)
    [Ctrl]+[E]					Invert
    [Ctrl]+[R]					Reverse
    [Ctrl]+[H]					Invert only odd address
    [Ctrl]+[C]					Copy to clipboard
    [Ctrl]+[V]					Paste waveform or Ascii code
    [Ctrl]+[Z]					Undo
    [Ctrl]+[Y]					Redo
    [Ctrl]+[I]					Init

    (*1) if "#octarv-rev" checked, function will be reversed.


------------------------------------------------------------------------------
- The notes about input and output
------------------------------------------------------------------------------
In case waveform data is read from any file, this program do not clip a value.
When the value more than maximum value is included, 
the range is extended automatically.
For this reason, while treating unsigned 8bit data, 
if signed 7-bit data is read, a range will change certainly.

In case pasting waveform data from a clip board, it will do clipping. 
Only when the number of elements of the numerical character sequence 
divided by "separator" is in agreement with waveform memory size, 
it pastes as waveform data.


------------------------------------------------------------------------------
- History
------------------------------------------------------------------------------
4 November, 2004 - Version 0.01a
  - Supported input/output of signed 7-bit data.
  - Added the function invert only odd data.
  - and small corrections.

29 October, 2004 - Version 0.01
  - First release.


------------------------------------------------------------------------------
- Disclaimer
------------------------------------------------------------------------------
This software can use freely.
But I do not guarantee, Please use at own your risk.


------------------------------------------------------------------------------
- Contact me
------------------------------------------------------------------------------
Distribution Page
    http://www.studio293.at.infoseek.co.jp
e-mail
    hex125@vorc.org
------------------------------------------------------------------------------

[EOF]
