File: revision.txt

package info (click to toggle)
stymulator 0.21a~dfsg-2
  • links: PTS
  • area: main
  • in suites: bullseye, buster
  • size: 452 kB
  • ctags: 509
  • sloc: cpp: 5,182; ansic: 112; makefile: 109
file content (32 lines) | stat: -rw-r--r-- 1,220 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
v1.2
----------------------------------------------------
- new low pass filter routine (faster and no more dynamic allocation)
- LZH depacking multi-thread safe
- Rare bad division crash fixed. Thanks to Alexandru Simion
- memory leak fixed with old format (YM2 and YM3). Thanks to Alexandru Simion
- GetInfo time reported in second and millisecond now
- Both project files for VisualC++ 6 and .Net 2003
- WARNING:	Three files were removed from 1.1b: Depacker.h, Depacker.cpp and lzhxlib.c
			One file is added: LzhLib.cpp


v1.1b
----------------------------------------------------
- runtime build in basic types size checking
- some "short" types converted to ymsample


v1.1
----------------------------------------------------
- YmTypes.h added to help multiplatform port
- Added Sync-Buzzer sound effect support
- Integer only version (no float or double used by default)
- Small changes in C interface (ymMusicCreate and ymMusicDestroy added)
- little/big endian fixed for bigendian platform (depacking and Ym3b format)
- Memory leak fixed in LZHXLIB library
- printf fixed in the YM to WAV sample code


v1.0
----------------------------------------------------
- First release.