]> git.alsa-project.org Git - alsa-tools.git/commit
added hdspmixer by Thomas Charbonnel
authorTakashi Iwai <tiwai@suse.de>
Mon, 28 Jul 2003 11:32:32 +0000 (11:32 +0000)
committerTakashi Iwai <tiwai@suse.de>
Mon, 28 Jul 2003 11:32:32 +0000 (11:32 +0000)
commit0fb00d0bdcd146156d52dd4b91eec910da595382
tree9c4154ac7d8cdbefdcef929d95db4b5a584d1565
parenta459b42371b19dcbe25eada8f23434f2f6bcae9d
added hdspmixer by Thomas Charbonnel
102 files changed:
Makefile
hdspmixer/AUTHORS [new file with mode: 0644]
hdspmixer/COPYING [new file with mode: 0644]
hdspmixer/ChangeLog [new file with mode: 0644]
hdspmixer/INSTALL [new file with mode: 0644]
hdspmixer/Makefile.am [new file with mode: 0644]
hdspmixer/NEWS [new file with mode: 0644]
hdspmixer/README [new file with mode: 0644]
hdspmixer/TODO [new file with mode: 0644]
hdspmixer/configure.in [new file with mode: 0644]
hdspmixer/cvscompile [new file with mode: 0644]
hdspmixer/pixmaps/Makefile.am [new file with mode: 0644]
hdspmixer/pixmaps/Slider1.xpm [new file with mode: 0644]
hdspmixer/pixmaps/Slider2.xpm [new file with mode: 0644]
hdspmixer/pixmaps/Zlmloop2.xpm [new file with mode: 0644]
hdspmixer/pixmaps/Zlmloopm2.xpm [new file with mode: 0644]
hdspmixer/pixmaps/b_blank.xpm [new file with mode: 0644]
hdspmixer/pixmaps/b_card1.xpm [new file with mode: 0644]
hdspmixer/pixmaps/b_card2.xpm [new file with mode: 0644]
hdspmixer/pixmaps/b_card3.xpm [new file with mode: 0644]
hdspmixer/pixmaps/b_mute.xpm [new file with mode: 0644]
hdspmixer/pixmaps/b_pre1.xpm [new file with mode: 0644]
hdspmixer/pixmaps/b_pre2.xpm [new file with mode: 0644]
hdspmixer/pixmaps/b_pre3.xpm [new file with mode: 0644]
hdspmixer/pixmaps/b_pre4.xpm [new file with mode: 0644]
hdspmixer/pixmaps/b_pre5.xpm [new file with mode: 0644]
hdspmixer/pixmaps/b_pre6.xpm [new file with mode: 0644]
hdspmixer/pixmaps/b_pre7.xpm [new file with mode: 0644]
hdspmixer/pixmaps/b_pre8.xpm [new file with mode: 0644]
hdspmixer/pixmaps/b_save.xpm [new file with mode: 0644]
hdspmixer/pixmaps/b_solo.xpm [new file with mode: 0644]
hdspmixer/pixmaps/b_zlm.xpm [new file with mode: 0644]
hdspmixer/pixmaps/buttons.xpm [new file with mode: 0644]
hdspmixer/pixmaps/empty.xpm [new file with mode: 0644]
hdspmixer/pixmaps/empty_2.xpm [new file with mode: 0644]
hdspmixer/pixmaps/empty_linux.xpm [new file with mode: 0644]
hdspmixer/pixmaps/iomixer.xpm [new file with mode: 0644]
hdspmixer/pixmaps/level.xpm [new file with mode: 0644]
hdspmixer/pixmaps/monitor.xpm [new file with mode: 0644]
hdspmixer/pixmaps/mute.xpm [new file with mode: 0644]
hdspmixer/pixmaps/output.xpm [new file with mode: 0644]
hdspmixer/pixmaps/over.xpm [new file with mode: 0644]
hdspmixer/pixmaps/peak.xpm [new file with mode: 0644]
hdspmixer/pixmaps/solo.xpm [new file with mode: 0644]
hdspmixer/src/HDSPMixerAbout.cxx [new file with mode: 0644]
hdspmixer/src/HDSPMixerAbout.h [new file with mode: 0644]
hdspmixer/src/HDSPMixerAboutText.cxx [new file with mode: 0644]
hdspmixer/src/HDSPMixerAboutText.h [new file with mode: 0644]
hdspmixer/src/HDSPMixerButtons.cxx [new file with mode: 0644]
hdspmixer/src/HDSPMixerButtons.h [new file with mode: 0644]
hdspmixer/src/HDSPMixerCard.cxx [new file with mode: 0644]
hdspmixer/src/HDSPMixerCard.h [new file with mode: 0644]
hdspmixer/src/HDSPMixerCardSelector.cxx [new file with mode: 0644]
hdspmixer/src/HDSPMixerCardSelector.h [new file with mode: 0644]
hdspmixer/src/HDSPMixerEmpty.cxx [new file with mode: 0644]
hdspmixer/src/HDSPMixerEmpty.h [new file with mode: 0644]
hdspmixer/src/HDSPMixerFader.cxx [new file with mode: 0644]
hdspmixer/src/HDSPMixerFader.h [new file with mode: 0644]
hdspmixer/src/HDSPMixerGain.cxx [new file with mode: 0644]
hdspmixer/src/HDSPMixerGain.h [new file with mode: 0644]
hdspmixer/src/HDSPMixerIOMixer.cxx [new file with mode: 0644]
hdspmixer/src/HDSPMixerIOMixer.h [new file with mode: 0644]
hdspmixer/src/HDSPMixerInputs.cxx [new file with mode: 0644]
hdspmixer/src/HDSPMixerInputs.h [new file with mode: 0644]
hdspmixer/src/HDSPMixerMaster.cxx [new file with mode: 0644]
hdspmixer/src/HDSPMixerMaster.h [new file with mode: 0644]
hdspmixer/src/HDSPMixerMeter.cxx [new file with mode: 0644]
hdspmixer/src/HDSPMixerMeter.h [new file with mode: 0644]
hdspmixer/src/HDSPMixerMuteSolo.cxx [new file with mode: 0644]
hdspmixer/src/HDSPMixerMuteSolo.h [new file with mode: 0644]
hdspmixer/src/HDSPMixerOutput.cxx [new file with mode: 0644]
hdspmixer/src/HDSPMixerOutput.h [new file with mode: 0644]
hdspmixer/src/HDSPMixerOutputData.cxx [new file with mode: 0644]
hdspmixer/src/HDSPMixerOutputData.h [new file with mode: 0644]
hdspmixer/src/HDSPMixerOutputs.cxx [new file with mode: 0644]
hdspmixer/src/HDSPMixerOutputs.h [new file with mode: 0644]
hdspmixer/src/HDSPMixerPan.cxx [new file with mode: 0644]
hdspmixer/src/HDSPMixerPan.h [new file with mode: 0644]
hdspmixer/src/HDSPMixerPeak.cxx [new file with mode: 0644]
hdspmixer/src/HDSPMixerPeak.h [new file with mode: 0644]
hdspmixer/src/HDSPMixerPlaybacks.cxx [new file with mode: 0644]
hdspmixer/src/HDSPMixerPlaybacks.h [new file with mode: 0644]
hdspmixer/src/HDSPMixerPresetData.cxx [new file with mode: 0644]
hdspmixer/src/HDSPMixerPresetData.h [new file with mode: 0644]
hdspmixer/src/HDSPMixerPresets.cxx [new file with mode: 0644]
hdspmixer/src/HDSPMixerPresets.h [new file with mode: 0644]
hdspmixer/src/HDSPMixerSelector.cxx [new file with mode: 0644]
hdspmixer/src/HDSPMixerSelector.h [new file with mode: 0644]
hdspmixer/src/HDSPMixerSetup.cxx [new file with mode: 0644]
hdspmixer/src/HDSPMixerSetup.h [new file with mode: 0644]
hdspmixer/src/HDSPMixerStripData.cxx [new file with mode: 0644]
hdspmixer/src/HDSPMixerStripData.h [new file with mode: 0644]
hdspmixer/src/HDSPMixerView.cxx [new file with mode: 0644]
hdspmixer/src/HDSPMixerView.h [new file with mode: 0644]
hdspmixer/src/HDSPMixerWindow.cxx [new file with mode: 0644]
hdspmixer/src/HDSPMixerWindow.h [new file with mode: 0644]
hdspmixer/src/Makefile.am [new file with mode: 0644]
hdspmixer/src/defines.h [new file with mode: 0644]
hdspmixer/src/hdspmixer.cxx [new file with mode: 0644]
hdspmixer/src/mappings.h [new file with mode: 0644]
hdspmixer/src/pixmaps.cxx [new file with mode: 0644]
hdspmixer/src/pixmaps.h [new file with mode: 0644]