Searched refs:CEchoGalsMTC (Results 1 - 8 of 8) sorted by last modified time

/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DC3g.h37 #include "CEchoGalsMTC.h"
43 class C3g : public CEchoGalsMTC
93 using CEchoGalsMTC::Start;
H A DC3g.cpp95 : CEchoGalsMTC( pOsSupport )
H A DCEchoGalsMTC.cpp3 // CEchoGalsMTC.cpp
5 // CEchoGalsMTC is used to add MIDI time code sync to the base
6 // CEchoGals class. CEchoGalsMTC derives from CEchoGals; CLayla and
7 // CLayla24 derive in turn from CEchoGalsMTC.
34 #include "CEchoGalsMTC.h"
43 CEchoGalsMTC::CEchoGalsMTC( PCOsSupport pOsSupport ) function in class:CEchoGalsMTC
46 ECHO_DEBUGPRINTF( ( "CEchoGalsMTC::CEchoGalsMTC() is born!\n" ) );
50 } // CEchoGalsMTC
[all...]
H A DCEchoGalsMTC.h3 // CEchoGalsMTC.h
5 // CEchoGalsMTC is used to add MIDI time code sync to the base
6 // CEchoGals class. CEchoGalsMTC derives from CEchoGals; CLayla and
7 // CLayla24 derive in turn from CEchoGalsMTC.
38 class CEchoGalsMTC : public CEchoGals class in inherits:CEchoGals
44 CEchoGalsMTC( PCOsSupport pOsSupport );
45 virtual ~CEchoGalsMTC();
75 }; // class CEchoGalsMTC
80 // *** CEchoGalsMTC.H ***
H A DCLayla.cpp93 : CEchoGalsMTC( pOsSupport )
H A DCLayla.h35 #include "CEchoGalsMTC.h"
42 class CLayla : public CEchoGalsMTC
H A DCLayla24.cpp92 : CEchoGalsMTC( pOsSupport )
H A DCLayla24.h35 #include "CEchoGalsMTC.h"
42 class CLayla24 : public CEchoGalsMTC

Completed in 130 milliseconds