/[svn]/libgig/trunk/debian/control
ViewVC logotype

Diff of /libgig/trunk/debian/control

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2542 by schoenebeck, Wed Jan 1 23:22:16 2014 UTC revision 2543 by schoenebeck, Sat May 10 02:06:58 2014 UTC
# Line 9  Package: libgig-dev Line 9  Package: libgig-dev
9  Section: libdevel  Section: libdevel
10  Architecture: any  Architecture: any
11  Depends: libgig6 (= ${Source-Version})  Depends: libgig6 (= ${Source-Version})
12  Description: library for accessing Gigasampler, DLS and SoundFont files  Description: library for accessing Gigasampler, DLS, SoundFont and KORG files
13   libgig is a C++ library for reading, modifying and creating Gigasampler /   libgig is a C++ library for reading, modifying and creating Gigasampler /
14   GigaStudio (.gig) files, DLS (Downloadable Sounds) Level 1/2 files and   GigaStudio (.gig) files, DLS (Downloadable Sounds) Level 1/2 files, SoundFont
15   SoundFont version 2 (.sf2) files. These files are typically used in modern day   version 2 (.sf2) and KORG sound files (.KMP and .KSF). These files are
16   audio waveform samplers.   typically used in modern day audio waveform samplers and synthesizer keyboards.
17   .   .
18   Since the Gigasampler / GigaStudio and DLS formats are based ontop of the   Since the Gigasampler / GigaStudio and DLS formats are based ontop of the
19   binary RIFF container format, this library also provides convenient access to   binary RIFF container format, this library also provides convenient access to
# Line 32  Architecture: any Line 32  Architecture: any
32  Depends: ${shlibs:Depends}, ${misc:Depends}  Depends: ${shlibs:Depends}, ${misc:Depends}
33  Conflicts: libgig3c2, libgig  Conflicts: libgig3c2, libgig
34  Replaces: libgig3c2, libgig  Replaces: libgig3c2, libgig
35  Description: library for accessing Gigasampler, DLS and SoundFont files  Description: library for accessing Gigasampler, DLS, SoundFont and KORG files
36   libgig is a C++ library for reading, modifying and creating Gigasampler /   libgig is a C++ library for reading, modifying and creating Gigasampler /
37   GigaStudio (.gig) files, DLS (Downloadable Sounds) Level 1/2 files and   GigaStudio (.gig) files, DLS (Downloadable Sounds) Level 1/2 files, SoundFont
38   SoundFont version 2 (.sf2) files. These files are typically used in modern day   version 2 (.sf2) files and KORG sound files (.KMP and .KSF). These files are
39   audio waveform samplers.   typically used in modern day audio waveform samplers and synthesizer keyboards.
40   .   .
41   Since the Gigasampler / GigaStudio and DLS formats are based ontop of the   Since the Gigasampler / GigaStudio and DLS formats are based ontop of the
42   binary RIFF container format, this library also provides convenient access to   binary RIFF container format, this library also provides convenient access to
# Line 49  Package: gigtools Line 49  Package: gigtools
49  Section: utils  Section: utils
50  Architecture: any  Architecture: any
51  Depends: ${shlibs:Depends}, ${misc:Depends}  Depends: ${shlibs:Depends}, ${misc:Depends}
52  Description: command line tools for Gigasampler, SF2 and DLS Level 1/2 files  Description: command line tools for Gigasampler, SF2, DLS and KORG files
53   Raw file handling for audio sampler files based on either DLS Level 1/2,   Raw file handling for audio sampler files based on either DLS Level 1/2,
54   Gigasampler / GigaStudio or SoundFont version 2. These files are typically   Gigasampler / GigaStudio, SoundFont version 2 and KORG sound format (.KSF and
55   used in modern day audio waveform samplers.   .KMP). These files are typically used in modern day audio waveform samplers
56     and synthesizer keyboards.
57   .   .
58   This package contains the following command line tools:   This package contains the following command line tools:
59   .   .
# Line 70  Description: command line tools for Giga Line 71  Description: command line tools for Giga
71     Prints out the RIFF tree of an arbitrary RIFF container file.     Prints out the RIFF tree of an arbitrary RIFF container file.
72   sf2dump:   sf2dump:
73     Prints out the content of a .sf2 file.     Prints out the content of a .sf2 file.
74     korgdump:
75       Prints out the content of KORG sound files (.KSF, .KMP).
76     korg2gig:
77       Converts KORG (.KSF, .KMP) sound files to GigaStudio (.gig) files.

Legend:
Removed from v.2542  
changed lines
  Added in v.2543

  ViewVC Help
Powered by ViewVC