Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>pull/114/head
parent
19f44e5ff3
commit
4f99f868f0
@ -1,6 +1,6 @@
|
||||
INCLUDES=$(all_includes)
|
||||
check_PROGRAMS=test
|
||||
test_SOURCES=main.cc
|
||||
test_SOURCES=main.cpp
|
||||
test_LDADD=$(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) -ltdeio
|
||||
test_LDFLAGS=$(all_libraries)
|
||||
METASOURCES=AUTO
|
||||
|
@ -1,6 +1,6 @@
|
||||
/**************************************************************************
|
||||
|
||||
alsaout.cc - class AlsaOut which represents an alsa client/port pair
|
||||
alsaout.cpp - class AlsaOut which represents an alsa client/port pair
|
||||
This file is part of LibKMid 0.9.5
|
||||
Copyright (C) 2000 Antonio Larrosa Jimenez
|
||||
LibKMid's homepage : http://www.arrakis.es/~rlarrosa/libtdemid.html
|
@ -1,6 +1,6 @@
|
||||
/**************************************************************************
|
||||
|
||||
dattypes.cc - Some always useful definitions and functions
|
||||
dattypes.cpp - Some always useful definitions and functions
|
||||
This file is part of LibKMid 0.9.5
|
||||
Copyright (C) 1997,98,99,2000 Antonio Larrosa Jimenez
|
||||
LibKMid's homepage : http://www.arrakis.es/~rlarrosa/libtdemid.html
|
@ -1,6 +1,6 @@
|
||||
/**************************************************************************
|
||||
|
||||
deviceman.cc - The device manager, that hides the use of midiOut
|
||||
deviceman.cpp - The device manager, that hides the use of midiOut
|
||||
This file is part of LibKMid 0.9.5
|
||||
Copyright (C) 1997,98,99,2000 Antonio Larrosa Jimenez
|
||||
LibKMid's homepage : http://www.arrakis.es/~rlarrosa/libtdemid.html
|
@ -1,6 +1,6 @@
|
||||
/**************************************************************************
|
||||
|
||||
fmout.cc - class fmOut which handles the /dev/sequencer device
|
||||
fmout.cpp - class fmOut which handles the /dev/sequencer device
|
||||
for fm synths
|
||||
This file is part of LibKMid 0.9.5
|
||||
Copyright (C) 1998,99,2000 Antonio Larrosa Jimenez
|
@ -1,6 +1,6 @@
|
||||
/**************************************************************************
|
||||
|
||||
gusout.cc - class GUSOut which implements support for Gravis
|
||||
gusout.cpp - class GUSOut which implements support for Gravis
|
||||
Ultrasound cards through a /dev/sequencer device
|
||||
This file is part of LibKMid 0.9.5
|
||||
Copyright (C) 1998,99,2000 Antonio Larrosa Jimenez
|
@ -1,6 +1,6 @@
|
||||
/**************************************************************************
|
||||
|
||||
libtdemid.cc - class KMidSimpleAPI that makes it easy to use libtdemid
|
||||
libtdemid.cpp - class KMidSimpleAPI that makes it easy to use libtdemid
|
||||
and a C wrapper.
|
||||
This file is part of LibKMid 0.9.5
|
||||
Copyright (C) 2000 Antonio Larrosa Jimenez
|
@ -1,6 +1,6 @@
|
||||
/**************************************************************************
|
||||
|
||||
midfile.cc - function which reads a midi file,and creates the track classes
|
||||
midfile.cpp - function which reads a midi file,and creates the track classes
|
||||
This file is part of LibKMid 0.9.5
|
||||
Copyright (C) 1997,98,99,2000 Antonio Larrosa Jimenez
|
||||
LibKMid's homepage : http://www.arrakis.es/~rlarrosa/libtdemid.html
|
@ -1,6 +1,6 @@
|
||||
/**************************************************************************
|
||||
|
||||
midimapper.cc - The midi mapper object
|
||||
midimapper.cpp - The midi mapper object
|
||||
This file is part of LibKMid 0.9.5
|
||||
Copyright (C) 1997,98,99,2000 Antonio Larrosa Jimenez
|
||||
LibKMid's homepage : http://www.arrakis.es/~rlarrosa/libtdemid.html
|
@ -1,6 +1,6 @@
|
||||
/**************************************************************************
|
||||
|
||||
midiout.cc - class midiOut which handles external midi devices
|
||||
midiout.cpp - class midiOut which handles external midi devices
|
||||
This file is part of LibKMid 0.9.5
|
||||
Copyright (C) 1997,98,99,2000 Antonio Larrosa Jimenez
|
||||
LibKMid's homepage : http://www.arrakis.es/~rlarrosa/libtdemid.html
|
@ -1,6 +1,6 @@
|
||||
/**************************************************************************
|
||||
|
||||
midistat.cc - class MidiStatus, change it internally and then send it.
|
||||
midistat.cpp - class MidiStatus, change it internally and then send it.
|
||||
This file is part of LibKMid 0.9.5
|
||||
Copyright (C) 1997,98,99,2000 Antonio Larrosa Jimenez
|
||||
LibKMid's homepage : http://www.arrakis.es/~rlarrosa/libtdemid.html
|
@ -1,6 +1,6 @@
|
||||
/**************************************************************************
|
||||
|
||||
notearray.cc - NoteArray class, which holds an array of notes
|
||||
notearray.cpp - NoteArray class, which holds an array of notes
|
||||
This file is part of LibKMid 0.9.5
|
||||
Copyright (C) 1998,99,2000 Antonio Larrosa Jimenez
|
||||
LibKMid's homepage : http://www.arrakis.es/~rlarrosa/libtdemid.html
|
@ -1,6 +1,6 @@
|
||||
/**************************************************************************
|
||||
|
||||
player.cc - class MidiPlayer. Plays a set of tracks
|
||||
player.cpp - class MidiPlayer. Plays a set of tracks
|
||||
This file is part of LibKMid 0.9.5
|
||||
Copyright (C) 1997,98,99,2000 Antonio Larrosa Jimenez
|
||||
LibKMid's homepage : http://www.arrakis.es/~rlarrosa/libtdemid.html
|
@ -1,6 +1,6 @@
|
||||
/**************************************************************************
|
||||
|
||||
synthout.cc - class synthOut which handles the /dev/sequencer device
|
||||
synthout.cpp - class synthOut which handles the /dev/sequencer device
|
||||
for synths (as AWE32)
|
||||
This file is part of LibKMid 0.9.5
|
||||
Copyright (C) 1997,98 Antonio Larrosa Jimenez and P.J.Leonard
|
@ -1,6 +1,6 @@
|
||||
/**************************************************************************
|
||||
|
||||
track.cc - class track, which has a midi file track and its events
|
||||
track.cpp - class track, which has a midi file track and its events
|
||||
This file is part of LibKMid 0.9.5
|
||||
Copyright (C) 1997,98,99,2000 Antonio Larrosa Jimenez
|
||||
LibKMid's homepage : http://www.arrakis.es/~rlarrosa/libtdemid.html
|
@ -1,6 +1,6 @@
|
||||
/**************************************************************************
|
||||
|
||||
voiceman.cc - The VoiceManager class handles a set of voices for synths
|
||||
voiceman.cpp - The VoiceManager class handles a set of voices for synths
|
||||
This file is part of LibKMid 0.9.5
|
||||
Copyright (C) 1997,98,99,2000 Antonio Larrosa Jimenez
|
||||
LibKMid's homepage : http://www.arrakis.es/~rlarrosa/libtdemid.html
|
@ -1,4 +1,4 @@
|
||||
/* libtderandr.cc - class KRandr that makes it easy to use XRandr in KDE
|
||||
/* libtderandr.cpp - class KRandr that makes it easy to use XRandr in KDE
|
||||
This file is part of KRandr 0.9.5
|
||||
Copyright (C) 2010 Timothy Pearson
|
||||
LibKRandr's homepage : http://www.trinitydesktop.org
|
Loading…
Reference in new issue