Log of /libgig/trunk
Directory Listing
Revision
172 -
Directory Listing
Modified
Mon Jul 5 20:50:00 2004 UTC
(18 years, 8 months ago)
by
capela
Cleaning up bread-crumbs.
Revision
168 -
Directory Listing
Modified
Fri Jul 2 19:37:09 2004 UTC
(18 years, 8 months ago)
by
capela
* packaging changes:
- added libgig.spec and libgig.pc package configurations.
- header files included on installation.
- autotools-generated files removed from CVS repository.
Revision
58 -
Directory Listing
Modified
Mon May 3 14:16:59 2004 UTC
(18 years, 10 months ago)
by
schoenebeck
* libtoolized libgig
* added man pages for the command line tools
(gigextract, gigdump, dlsdump, rifftree)
* minor preparations for libgig release 0.7.0 (updated Changelog, etc.)
Revision
55 -
Directory Listing
Modified
Tue Apr 27 09:06:07 2004 UTC
(18 years, 11 months ago)
by
schoenebeck
updated copyright header for 2004
Revision
36 -
Directory Listing
Modified
Wed Mar 10 21:34:28 2004 UTC
(19 years ago)
by
schoenebeck
* src/gig.h: changed interface for 'attenuation_ctrl_t', 'eg1_ctrl_t' and
'eg2_ctrl_t': replaced the huge enumeration by a structure which reflects
the MIDI controller number in case of an ordinary control change
controller (this saves a huge switch-case block in the application of the
library customer)
* src/gig.h: renamed following attributes in class 'DimensionRegion':
'AttenuationContol' -> 'AttenuationController',
'InvertAttenuationControl' -> 'InvertAttenuationController',
'AttenuationControlTreshold' -> 'AttenuationControllerThreshold'
* src/gig.cpp: minor fix in API documentation for method
'GetVelocityAttenuation()' in class 'DimensionRegion'
Revision
27 -
Directory Listing
Modified
Thu Jan 1 23:46:41 2004 UTC
(19 years, 3 months ago)
by
schoenebeck
* src/gig.cpp: attributes 'LoopStart', 'LoopEnd' and 'LoopSize' in class
'Sample' reflected wrong values
* updated Make files (autoconf 2.58, automake 1.6.3)
Revision
24 -
Directory Listing
Modified
Fri Dec 26 16:15:31 2003 UTC
(19 years, 3 months ago)
by
schoenebeck
* src/gig.cpp, src/gig.h: added ReadAndLoop() method to class 'Sample'
which is an extension to the normal Read() method to honor the sample's
looping information while streaming from disk
* src/RIFF.cpp: minor fix in Chunk::Read() method (only a minor efficiency
issue)
* src/gigdump.cpp: added printout of samples' looping informations
Revision
21 -
Directory Listing
Modified
Thu Dec 25 01:09:08 2003 UTC
(19 years, 3 months ago)
by
schoenebeck
* gig.h, gig.cpp:
changes in class 'Sample':
- fixed loop attributes which reflected wrong values
- attributes 'LoopStart' and 'LoopEnd' are now measured in sample points
instead of byte offset
- renamed misleading attribute name 'MIDIPitchFraction' to 'FineTune'
- added attribute 'LoopSize'
changes in class 'File':
- added method GetInstrument(uint index)
Revision
19 -
Directory Listing
Modified
Mon Dec 22 13:03:47 2003 UTC
(19 years, 3 months ago)
by
schoenebeck
removed because is deprecated
Revision
16 -
Directory Listing
Modified
Sat Nov 29 14:56:16 2003 UTC
(19 years, 4 months ago)
by
schoenebeck
* src/gig.cpp, src/gig.h: added method GetVelocityAttenuation() to class
DimensionRegion which takes the MIDI key velocity value as an argument
and returns the appropriate volume factor (0.0-1.0) for the sample to be
be played back, the velocity curve transformation functions used for this
are only an approximation so far
Revision
11 -
Directory Listing
Modified
Sun Nov 16 17:47:00 2003 UTC
(19 years, 4 months ago)
by
schoenebeck
* src/gig.cpp: fixed bug in decompression algorithm which caused it not to
detect the end of a stream
* various endian corrections (successfully tested now on ppc)
* minor adjustments to avoid compile errors on some systems
(using now pow() instead of powl() and --pedantic g++ compiler switch)
* src/RIFF.cpp, src/RIFF.h: added additional API documentation
Revision
2 -
Directory Listing
Modified
Sat Oct 25 20:15:04 2003 UTC
(19 years, 5 months ago)
by
schoenebeck
Initial revision
Revision
1 -
Directory Listing
Added
Sat Oct 25 20:15:04 2003 UTC
(19 years, 5 months ago)
by
(unknown author)
Standard project directories initialized by cvs2svn.