/[svn]/libgig/trunk/TODO
ViewVC logotype

Contents of /libgig/trunk/TODO

Parent Directory Parent Directory | Revision Log Revision Log


Revision 809 - (show annotations) (download)
Tue Nov 22 11:26:55 2005 UTC (18 years, 4 months ago) by schoenebeck
File size: 1833 byte(s)
* src/gig.cpp, src/gig.h:
  - added write support (highly experimental)
  - removed unnecessary definitions from header file
* src/DLS.cpp:
  - try to load instruments/samples before adding a new instrument/sample

1 In General:
2 - introduce 'iterator' design pattern as a replacement for the simple but
3 error-prone GetFirstFoo() / GetNextFoo() methods
4
5 RIFF Part:
6 - replace Chunk::SetPos(), Chunk::GetPos(), Chunk::Read() and
7 Chunk::Write() methods and all other position dependant methods by a
8 'Reader' / 'Writer' design pattern, that is each Chunk object would
9 only provide a new instance to a 'Reader' / 'Writer' object which allows
10 to read and write to the chunk independant how many parties are
11 currently using the respective Chunk object for reading/writing
12
13 DLS Part:
14 - support for conditional chunks
15 - check for ZSTR terminated strings in DLS::Info::LoadString()
16 - real support for 64 bit offsets (used by Gigasampler v3 files)
17 - adding methods Articulator::AddArticulation() and
18 Articulator::DeleteArticulation(Articulation* pArticulation) to allow
19 creating and deleting DLS::Articulation objects
20 - modify DLS::Articulation class to allow adding and deleting
21 DLS::Connection objects
22
23 Gig Part:
24 - support for <3dnl> chunk in gig::Region class which provides optional
25 textual descriptions for dimensions
26 - support for <3gnm> chunk in gig::File class which contains names of
27 sample groups
28 - additional scan for compressed samples in
29 gig::Sample::ScanCompressedSample() to build a table with the compression
30 mode of each compressed frame in the sample allowing a more efficient
31 Read() on runtime
32 - low level optimization in decompression algorithm
33 - optional writing of frame table to disk to speed up loading of compressed
34 samples
35 - real support for 24 bit samples (introduced by Gigasampler v3 format)
36 - support for additional articulation informations introduced by the
37 Gigasampler v3 format
38 - support for creating and modifying compressed samples

  ViewVC Help
Powered by ViewVC