jdkmidi class library documentation

Copyright © 2004 J.D. Koftinoff Software, Ltd.

Released under the GNU General Public License (GPL)




Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

jdkmidi::MIDISCHandle Class Reference

#include <showcontrolhandler.h>

List of all members.

Public Member Functions

 MIDISCHandle ()
virtual ~MIDISCHandle ()
virtual bool Dispatch (const MIDIShowControlPacket &p)
virtual bool Go ()
virtual bool Go (const MIDICue &q_number)
virtual bool Go (const MIDICue &q_number, const MIDICue &q_list)
virtual bool Go (const MIDICue &q_number, const MIDICue &q_list, const MIDICue &q_path)
virtual bool Stop ()
virtual bool Stop (const MIDICue &q_number)
virtual bool Stop (const MIDICue &q_number, const MIDICue &q_list)
virtual bool Stop (const MIDICue &q_number, const MIDICue &q_list, const MIDICue &q_path)
virtual bool Resume ()
virtual bool Resume (const MIDICue &q_number)
virtual bool Resume (const MIDICue &q_number, const MIDICue &q_list)
virtual bool Resume (const MIDICue &q_number, const MIDICue &q_list, const MIDICue &q_path)
virtual bool TimedGo (uchar hr, uchar mn, uchar sc, uchar fr, uchar ff)
virtual bool TimedGo (uchar hr, uchar mn, uchar sc, uchar fr, uchar ff, const MIDICue &q_number)
virtual bool TimedGo (uchar hr, uchar mn, uchar sc, uchar fr, uchar ff, const MIDICue &q_number, const MIDICue &q_list)
virtual bool TimedGo (uchar hr, uchar mn, uchar sc, uchar fr, uchar ff, const MIDICue &q_number, const MIDICue &q_list, const MIDICue &q_path)
virtual bool Load (const MIDICue &q_number)
virtual bool Load (const MIDICue &q_number, const MIDICue &q_list)
virtual bool Load (const MIDICue &q_number, const MIDICue &q_list, const MIDICue &q_path)
virtual bool Set (ulong ctrl_num, ulong ctrl_val)
virtual bool Set (ulong ctrl_num, ulong ctrl_val, uchar hr, uchar mn, uchar sc, uchar fr, uchar ff)
virtual bool Fire (uchar macro_num)
virtual bool AllOff ()
virtual bool Restore ()
virtual bool Reset ()
virtual bool GoOff ()
virtual bool GoOff (const MIDICue &q_number)
virtual bool GoOff (const MIDICue &q_number, const MIDICue &q_list)
virtual bool GoOff (const MIDICue &q_number, const MIDICue &q_list, const MIDICue &q_path)
virtual bool GoJam ()
virtual bool GoJam (const MIDICue &q_number)
virtual bool GoJam (const MIDICue &q_number, const MIDICue &q_list)
virtual bool GoJam (const MIDICue &q_number, const MIDICue &q_list, const MIDICue &q_path)
virtual bool StandbyPlus ()
virtual bool StandbyPlus (const MIDICue &q_list)
virtual bool StandbyMinus ()
virtual bool StandbyMinus (const MIDICue &q_list)
virtual bool SequencePlus ()
virtual bool SequencePlus (const MIDICue &q_list)
virtual bool SequenceMinus ()
virtual bool SequenceMinus (const MIDICue &q_list)
virtual bool StartClock ()
virtual bool StartClock (const MIDICue &q_list)
virtual bool StopClock ()
virtual bool StopClock (const MIDICue &q_list)
virtual bool ZeroClock ()
virtual bool ZeroClock (const MIDICue &q_list)
virtual bool SetClock (uchar hr, uchar mn, uchar sc, uchar fr, uchar ff)
virtual bool SetClock (uchar hr, uchar mn, uchar sc, uchar fr, uchar ff, const MIDICue &q_list)
virtual bool MTCChaseOn ()
virtual bool MTCChaseOn (const MIDICue &q_list)
virtual bool MTCChaseOff ()
virtual bool MTCChaseOff (const MIDICue &q_list)
virtual bool OpenQList (const MIDICue &q_list)
virtual bool CloseQList (const MIDICue &q_list)
virtual bool OpenQPath (const MIDICue &q_path)
virtual bool CloseQPath (const MIDICue &q_path)


Constructor & Destructor Documentation

jdkmidi::MIDISCHandle::MIDISCHandle  ) 
 

Definition at line 33 of file jdkmidi_showcontrolhandler.cpp.

00034   {
00035   }

jdkmidi::MIDISCHandle::~MIDISCHandle  )  [virtual]
 

Definition at line 37 of file jdkmidi_showcontrolhandler.cpp.

00038   {
00039   }


Member Function Documentation

bool jdkmidi::MIDISCHandle::AllOff  )  [virtual]
 

Definition at line 462 of file jdkmidi_showcontrolhandler.cpp.

00463   {
00464     bool e;
00465     e=false;
00466     
00467     return e;
00468   }

bool jdkmidi::MIDISCHandle::CloseQList const MIDICue q_list  )  [virtual]
 

Definition at line 754 of file jdkmidi_showcontrolhandler.cpp.

00755   {
00756     bool e;
00757     e=false;
00758     return e;
00759   }

bool jdkmidi::MIDISCHandle::CloseQPath const MIDICue q_path  )  [virtual]
 

Definition at line 770 of file jdkmidi_showcontrolhandler.cpp.

00771   {
00772     bool e;
00773     e=false;
00774     return e;
00775   }

bool jdkmidi::MIDISCHandle::Dispatch const MIDIShowControlPacket p  )  [virtual]
 

Definition at line 42 of file jdkmidi_showcontrolhandler.cpp.

References AllOff(), CloseQList(), CloseQPath(), Fire(), Go(), GoJam(), GoOff(), Load(), jdkmidi::MIDI_SC_ALL_OFF, jdkmidi::MIDI_SC_CLOSE_Q_LIST, jdkmidi::MIDI_SC_CLOSE_Q_PATH, jdkmidi::MIDI_SC_FIRE, jdkmidi::MIDI_SC_GO, jdkmidi::MIDI_SC_GO_JAM, jdkmidi::MIDI_SC_GO_OFF, jdkmidi::MIDI_SC_LOAD, jdkmidi::MIDI_SC_MTC_CHASE_OFF, jdkmidi::MIDI_SC_MTC_CHASE_ON, jdkmidi::MIDI_SC_OPEN_Q_LIST, jdkmidi::MIDI_SC_OPEN_Q_PATH, jdkmidi::MIDI_SC_RESET, jdkmidi::MIDI_SC_RESTORE, jdkmidi::MIDI_SC_RESUME, jdkmidi::MIDI_SC_SEQUENCE_MINUS, jdkmidi::MIDI_SC_SEQUENCE_PLUS, jdkmidi::MIDI_SC_SET, jdkmidi::MIDI_SC_SET_CLOCK, jdkmidi::MIDI_SC_STANDBY_MINUS, jdkmidi::MIDI_SC_STANDBY_PLUS, jdkmidi::MIDI_SC_START_CLOCK, jdkmidi::MIDI_SC_STOP, jdkmidi::MIDI_SC_STOP_CLOCK, jdkmidi::MIDI_SC_TIMED_GO, jdkmidi::MIDI_SC_ZERO_CLOCK, MTCChaseOff(), MTCChaseOn(), OpenQList(), OpenQPath(), Reset(), Restore(), Resume(), SequenceMinus(), SequencePlus(), Set(), SetClock(), StandbyMinus(), StandbyPlus(), StartClock(), Stop(), StopClock(), TimedGo(), uchar, and ZeroClock().

00043   {
00044     bool e;
00045     
00046     switch( p.GetCommand() )
00047     {
00048     case MIDI_SC_GO:
00049       if( p.GetHasQPath() )
00050         e=Go( p.GetQNumber(), p.GetQList(), p.GetQPath() );
00051       else if( p.GetHasQList() )
00052         e=Go( p.GetQNumber(), p.GetQList() );   
00053       else if( p.GetHasQNumber() )
00054         e=Go( p.GetQNumber() );
00055       else
00056         e=Go();
00057       break;
00058     case MIDI_SC_STOP:  
00059       if( p.GetHasQPath() )
00060         e=Stop( p.GetQNumber(), p.GetQList(), p.GetQPath() );
00061       else if( p.GetHasQList() )
00062         e=Stop( p.GetQNumber(), p.GetQList() );   
00063       else if( p.GetHasQNumber() )
00064         e=Stop( p.GetQNumber() );
00065       else
00066         e=Stop();
00067       break;  
00068     case MIDI_SC_RESUME:  
00069       if( p.GetHasQPath() )
00070         e=Resume( p.GetQNumber(), p.GetQList(), p.GetQPath() );
00071       else if( p.GetHasQList() )
00072         e=Resume( p.GetQNumber(), p.GetQList() );   
00073       else if( p.GetHasQNumber() )
00074         e=Resume( p.GetQNumber() );
00075       else
00076         e=Resume();
00077       break;  
00078     case MIDI_SC_LOAD:  
00079       if( p.GetHasQPath() )
00080         e=Load( p.GetQNumber(), p.GetQList(), p.GetQPath() );
00081       else if( p.GetHasQList() )
00082         e=Load( p.GetQNumber(), p.GetQList() );   
00083       else
00084         e=Load( p.GetQNumber() );
00085       break;  
00086     case MIDI_SC_GO_OFF:  
00087       if( p.GetHasQPath() )
00088         e=GoOff( p.GetQNumber(), p.GetQList(), p.GetQPath() );
00089       else if( p.GetHasQList() )
00090         e=GoOff( p.GetQNumber(), p.GetQList() );    
00091       else if( p.GetHasQNumber() )
00092         e=GoOff( p.GetQNumber() );
00093       else
00094         e=GoOff();
00095       break;    
00096     case MIDI_SC_GO_JAM:  
00097       if( p.GetHasQPath() )
00098         e=GoJam( p.GetQNumber(), p.GetQList(), p.GetQPath() );
00099       else if( p.GetHasQList() )
00100         e=GoJam( p.GetQNumber(), p.GetQList() );    
00101       else if( p.GetHasQNumber() )
00102         e=GoJam( p.GetQNumber() );
00103       else
00104         e=GoJam();
00105       break;    
00106     case  MIDI_SC_TIMED_GO:
00107       if( p.GetHasQPath() )
00108         e=TimedGo(
00109           p.GetHours(), p.GetMinutes(), p.GetSeconds(),
00110           p.GetFrames(), p.GetFractFrames(),
00111           p.GetQNumber(), p.GetQList(), p.GetQPath() 
00112           );
00113       else if( p.GetHasQList() )
00114         e=TimedGo(         
00115           p.GetHours(), p.GetMinutes(), p.GetSeconds(),
00116           p.GetFrames(), p.GetFractFrames(),
00117           p.GetQNumber(), p.GetQList() 
00118           );    
00119       else if( p.GetHasQNumber() )
00120         e=TimedGo(           
00121           p.GetHours(), p.GetMinutes(), p.GetSeconds(),
00122           p.GetFrames(), p.GetFractFrames(),
00123           p.GetQNumber() );
00124       else
00125         e=TimedGo(         
00126           p.GetHours(), p.GetMinutes(), p.GetSeconds(),
00127           p.GetFrames(), p.GetFractFrames()
00128           );
00129       break;    
00130     case  MIDI_SC_SET:
00131       
00132       if( !p.GetHasTime() )
00133       {
00134         e=Set( p.GetControlNum(), p.GetControlVal() );  
00135       }
00136       else
00137       {
00138         e=Set( 
00139           p.GetControlNum(), p.GetControlVal(), 
00140           p.GetHours(),  p.GetMinutes(), p.GetSeconds(),
00141           p.GetFrames(), p.GetFractFrames()
00142           );          
00143       }
00144       break;
00145     case  MIDI_SC_FIRE:
00146       e=Fire( (uchar)p.GetMacroNum() );
00147       break;
00148     case  MIDI_SC_ALL_OFF:
00149       e=AllOff();
00150       break;
00151     case  MIDI_SC_RESTORE: 
00152       e=Restore();
00153       break;  
00154     case  MIDI_SC_RESET:    
00155       e=Reset();
00156       break;  
00157     case  MIDI_SC_STANDBY_PLUS:
00158       if( p.GetHasQList() )
00159         e=StandbyPlus( p.GetQList() );
00160       else
00161         e=StandbyPlus();
00162       break;  
00163     case  MIDI_SC_STANDBY_MINUS:
00164       if( p.GetHasQList() )
00165         e=StandbyMinus( p.GetQList() );
00166       else
00167         e=StandbyMinus();
00168       break;    
00169     case  MIDI_SC_SEQUENCE_PLUS:  
00170       if( p.GetHasQList() )
00171         e=SequencePlus( p.GetQList() );
00172       else
00173         e=SequencePlus();
00174       break;    
00175     case  MIDI_SC_SEQUENCE_MINUS: 
00176       if( p.GetHasQList() )
00177         e=SequenceMinus( p.GetQList() );
00178       else
00179         e=SequenceMinus();
00180       break;    
00181     case  MIDI_SC_START_CLOCK:  
00182       if( p.GetHasQList() )
00183         e=StartClock( p.GetQList() );
00184       else
00185         e=StartClock();
00186       break;    
00187     case  MIDI_SC_STOP_CLOCK: 
00188       if( p.GetHasQList() )
00189         e=StopClock( p.GetQList() );
00190       else
00191         e=StopClock();
00192       break;      
00193     case  MIDI_SC_ZERO_CLOCK:
00194       if( p.GetHasQList() )
00195         e=ZeroClock( p.GetQList() );
00196       else
00197         e=ZeroClock();
00198       break;      
00199     case  MIDI_SC_MTC_CHASE_ON: 
00200       if( p.GetHasQList() )
00201         e=MTCChaseOn( p.GetQList() );
00202       else
00203         e=MTCChaseOn();
00204       break;      
00205     case  MIDI_SC_MTC_CHASE_OFF:    
00206       if( p.GetHasQList() )
00207         e=MTCChaseOff( p.GetQList() );
00208       else
00209         e=MTCChaseOff();
00210       break;        
00211     case  MIDI_SC_SET_CLOCK:
00212       if( p.GetHasQList() )
00213         e=SetClock(             
00214           p.GetHours(),  p.GetMinutes(), p.GetSeconds(),
00215           p.GetFrames(), p.GetFractFrames(),
00216           p.GetQList()
00217           );
00218       else
00219         e=SetClock(             
00220           p.GetHours(),  p.GetMinutes(), p.GetSeconds(),
00221           p.GetFrames(), p.GetFractFrames()
00222           );
00223       
00224     case  MIDI_SC_OPEN_Q_LIST:  
00225       e=OpenQList( p.GetQList() );
00226       break;          
00227     case  MIDI_SC_CLOSE_Q_LIST: 
00228       e=CloseQList( p.GetQList() );
00229       break;            
00230     case  MIDI_SC_OPEN_Q_PATH:
00231       e=OpenQPath( p.GetQPath() );
00232       break;            
00233     case  MIDI_SC_CLOSE_Q_PATH: 
00234       e=CloseQPath( p.GetQPath() );
00235       break;              
00236     default:
00237       e=false;
00238       
00239       break;
00240     }
00241     
00242     return e;
00243   }

bool jdkmidi::MIDISCHandle::Fire uchar  macro_num  )  [virtual]
 

Definition at line 453 of file jdkmidi_showcontrolhandler.cpp.

References uchar.

00454   {
00455     bool e;
00456     e=false;
00457     
00458     return e;
00459   }

bool jdkmidi::MIDISCHandle::Go const MIDICue q_number,
const MIDICue q_list,
const MIDICue q_path
[virtual]
 

Definition at line 272 of file jdkmidi_showcontrolhandler.cpp.

00273   {
00274     bool e;
00275     e=false;
00276     
00277     return e;
00278   }

bool jdkmidi::MIDISCHandle::Go const MIDICue q_number,
const MIDICue q_list
[virtual]
 

Definition at line 263 of file jdkmidi_showcontrolhandler.cpp.

00264   {
00265     bool e;
00266     e=false;
00267     
00268     return e;
00269   }

bool jdkmidi::MIDISCHandle::Go const MIDICue q_number  )  [virtual]
 

Definition at line 254 of file jdkmidi_showcontrolhandler.cpp.

00255   {
00256     bool e;
00257     e=false;
00258     
00259     return e;
00260   }

bool jdkmidi::MIDISCHandle::Go  )  [virtual]
 

Definition at line 246 of file jdkmidi_showcontrolhandler.cpp.

00247   {
00248     bool e;
00249     e=false;
00250     
00251     return e; 
00252   }

bool jdkmidi::MIDISCHandle::GoJam const MIDICue q_number,
const MIDICue q_list,
const MIDICue q_path
[virtual]
 

Definition at line 552 of file jdkmidi_showcontrolhandler.cpp.

00553   {
00554     bool e;
00555     e=false;
00556     
00557     return e;
00558   }

bool jdkmidi::MIDISCHandle::GoJam const MIDICue q_number,
const MIDICue q_list
[virtual]
 

Definition at line 543 of file jdkmidi_showcontrolhandler.cpp.

00544   {
00545     bool e;
00546     e=false;
00547     
00548     return e;
00549   }

bool jdkmidi::MIDISCHandle::GoJam const MIDICue q_number  )  [virtual]
 

Definition at line 534 of file jdkmidi_showcontrolhandler.cpp.

00535   {
00536     bool e;
00537     e=false;
00538     
00539     return e;
00540   }

bool jdkmidi::MIDISCHandle::GoJam  )  [virtual]
 

Definition at line 525 of file jdkmidi_showcontrolhandler.cpp.

00526   {
00527     bool e;
00528     e=false;
00529     
00530     return e;
00531   }

bool jdkmidi::MIDISCHandle::GoOff const MIDICue q_number,
const MIDICue q_list,
const MIDICue q_path
[virtual]
 

Definition at line 516 of file jdkmidi_showcontrolhandler.cpp.

00517   {
00518     bool e;
00519     e=false;
00520     
00521     return e;
00522   }

bool jdkmidi::MIDISCHandle::GoOff const MIDICue q_number,
const MIDICue q_list
[virtual]
 

Definition at line 507 of file jdkmidi_showcontrolhandler.cpp.

00508   {
00509     bool e;
00510     e=false;
00511     
00512     return e;
00513   }

bool jdkmidi::MIDISCHandle::GoOff const MIDICue q_number  )  [virtual]
 

Definition at line 498 of file jdkmidi_showcontrolhandler.cpp.

00499   {
00500     bool e;
00501     e=false;
00502     
00503     return e;
00504   }

bool jdkmidi::MIDISCHandle::GoOff  )  [virtual]
 

Definition at line 489 of file jdkmidi_showcontrolhandler.cpp.

00490   {
00491     bool e;
00492     e=false;
00493     
00494     return e;
00495   }

bool jdkmidi::MIDISCHandle::Load const MIDICue q_number,
const MIDICue q_list,
const MIDICue q_path
[virtual]
 

Definition at line 420 of file jdkmidi_showcontrolhandler.cpp.

00421   {
00422     bool e;
00423     e=false;
00424     
00425     return e;
00426   }

bool jdkmidi::MIDISCHandle::Load const MIDICue q_number,
const MIDICue q_list
[virtual]
 

Definition at line 411 of file jdkmidi_showcontrolhandler.cpp.

00412   {
00413     bool e;
00414     e=false;
00415     
00416     return e;
00417   }

bool jdkmidi::MIDISCHandle::Load const MIDICue q_number  )  [virtual]
 

Definition at line 402 of file jdkmidi_showcontrolhandler.cpp.

00403   {
00404     bool e;
00405     e=false;
00406     
00407     return e;
00408   }

bool jdkmidi::MIDISCHandle::MTCChaseOff const MIDICue q_list  )  [virtual]
 

Definition at line 737 of file jdkmidi_showcontrolhandler.cpp.

00738   {
00739     bool e;
00740     e=false;
00741     
00742     return e;
00743   }

bool jdkmidi::MIDISCHandle::MTCChaseOff  )  [virtual]
 

Definition at line 728 of file jdkmidi_showcontrolhandler.cpp.

00729   {
00730     bool e;
00731     e=false;
00732     
00733     return e;
00734   }

bool jdkmidi::MIDISCHandle::MTCChaseOn const MIDICue q_list  )  [virtual]
 

Definition at line 719 of file jdkmidi_showcontrolhandler.cpp.

00720   {
00721     bool e;
00722     e=false;
00723     
00724     return e;
00725   }

bool jdkmidi::MIDISCHandle::MTCChaseOn  )  [virtual]
 

Definition at line 710 of file jdkmidi_showcontrolhandler.cpp.

00711   {
00712     bool e;
00713     e=false;
00714     
00715     return e;
00716   }

bool jdkmidi::MIDISCHandle::OpenQList const MIDICue q_list  )  [virtual]
 

Definition at line 746 of file jdkmidi_showcontrolhandler.cpp.

00747   {
00748     bool e;
00749     e=false;
00750     return e;
00751   }

bool jdkmidi::MIDISCHandle::OpenQPath const MIDICue q_path  )  [virtual]
 

Definition at line 762 of file jdkmidi_showcontrolhandler.cpp.

00763   {
00764     bool e;
00765     e=false;
00766     return e;
00767   }

bool jdkmidi::MIDISCHandle::Reset  )  [virtual]
 

Definition at line 480 of file jdkmidi_showcontrolhandler.cpp.

00481   {
00482     bool e;
00483     e=false;
00484     
00485     return e;
00486   }

bool jdkmidi::MIDISCHandle::Restore  )  [virtual]
 

Definition at line 471 of file jdkmidi_showcontrolhandler.cpp.

00472   {
00473     bool e;
00474     e=false;
00475     
00476     return e;
00477   }

bool jdkmidi::MIDISCHandle::Resume const MIDICue q_number,
const MIDICue q_list,
const MIDICue q_path
[virtual]
 

Definition at line 344 of file jdkmidi_showcontrolhandler.cpp.

00345   {
00346     bool e;
00347     e=false;
00348     
00349     return e;
00350   }

bool jdkmidi::MIDISCHandle::Resume const MIDICue q_number,
const MIDICue q_list
[virtual]
 

Definition at line 335 of file jdkmidi_showcontrolhandler.cpp.

00336   {
00337     bool e;
00338     e=false;
00339     
00340     return e;
00341   }

bool jdkmidi::MIDISCHandle::Resume const MIDICue q_number  )  [virtual]
 

Definition at line 326 of file jdkmidi_showcontrolhandler.cpp.

00327   {
00328     bool e;
00329     e=false;
00330     
00331     return e;
00332   }

bool jdkmidi::MIDISCHandle::Resume  )  [virtual]
 

Definition at line 317 of file jdkmidi_showcontrolhandler.cpp.

00318   {
00319     bool e;
00320     e=false;
00321     
00322     return e;
00323   }

bool jdkmidi::MIDISCHandle::SequenceMinus const MIDICue q_list  )  [virtual]
 

Definition at line 624 of file jdkmidi_showcontrolhandler.cpp.

00625   {
00626     bool e;
00627     e=false;
00628     
00629     return e;
00630   }

bool jdkmidi::MIDISCHandle::SequenceMinus  )  [virtual]
 

Definition at line 615 of file jdkmidi_showcontrolhandler.cpp.

00616   {
00617     bool e;
00618     e=false;
00619     
00620     return e;
00621   }

bool jdkmidi::MIDISCHandle::SequencePlus const MIDICue q_list  )  [virtual]
 

Definition at line 606 of file jdkmidi_showcontrolhandler.cpp.

00607   {
00608     bool e;
00609     e=false;
00610     
00611     return e;
00612   }

bool jdkmidi::MIDISCHandle::SequencePlus  )  [virtual]
 

Definition at line 597 of file jdkmidi_showcontrolhandler.cpp.

00598   {
00599     bool e;
00600     e=false;
00601     
00602     return e;
00603   }

bool jdkmidi::MIDISCHandle::Set ulong  ctrl_num,
ulong  ctrl_val,
uchar  hr,
uchar  mn,
uchar  sc,
uchar  fr,
uchar  ff
[virtual]
 

Definition at line 439 of file jdkmidi_showcontrolhandler.cpp.

References uchar, and ulong.

00444   {
00445     bool e;
00446     e=false;
00447     
00448     return e;
00449   }

bool jdkmidi::MIDISCHandle::Set ulong  ctrl_num,
ulong  ctrl_val
[virtual]
 

Definition at line 429 of file jdkmidi_showcontrolhandler.cpp.

References ulong.

00430   {
00431     bool e;
00432     e=false;
00433     
00434     return e;
00435   }

bool jdkmidi::MIDISCHandle::SetClock uchar  hr,
uchar  mn,
uchar  sc,
uchar  fr,
uchar  ff,
const MIDICue q_list
[virtual]
 

Definition at line 698 of file jdkmidi_showcontrolhandler.cpp.

References uchar.

00702   {
00703     bool e;
00704     e=false;
00705     
00706     return e;
00707   }

bool jdkmidi::MIDISCHandle::SetClock uchar  hr,
uchar  mn,
uchar  sc,
uchar  fr,
uchar  ff
[virtual]
 

Definition at line 687 of file jdkmidi_showcontrolhandler.cpp.

References uchar.

00690   {
00691     bool e;
00692     e=false;
00693     
00694     return e;
00695   }

bool jdkmidi::MIDISCHandle::StandbyMinus const MIDICue q_list  )  [virtual]
 

Definition at line 588 of file jdkmidi_showcontrolhandler.cpp.

00589   {
00590     bool e;
00591     e=false;
00592     
00593     return e;
00594   }

bool jdkmidi::MIDISCHandle::StandbyMinus  )  [virtual]
 

Definition at line 579 of file jdkmidi_showcontrolhandler.cpp.

00580   {
00581     bool e;
00582     e=false;
00583     
00584     return e;
00585   }

bool jdkmidi::MIDISCHandle::StandbyPlus const MIDICue q_list  )  [virtual]
 

Definition at line 570 of file jdkmidi_showcontrolhandler.cpp.

00571   {
00572     bool e;
00573     e=false;
00574     
00575     return e;
00576   }

bool jdkmidi::MIDISCHandle::StandbyPlus  )  [virtual]
 

Definition at line 561 of file jdkmidi_showcontrolhandler.cpp.

00562   {
00563     bool e;
00564     e=false;
00565     
00566     return e;
00567   }

bool jdkmidi::MIDISCHandle::StartClock const MIDICue q_list  )  [virtual]
 

Definition at line 642 of file jdkmidi_showcontrolhandler.cpp.

00643   {
00644     bool e;
00645     e=false;
00646     
00647     return e;
00648   }

bool jdkmidi::MIDISCHandle::StartClock  )  [virtual]
 

Definition at line 633 of file jdkmidi_showcontrolhandler.cpp.

00634   {
00635     bool e;
00636     e=false;
00637     
00638     return e;
00639   }

bool jdkmidi::MIDISCHandle::Stop const MIDICue q_number,
const MIDICue q_list,
const MIDICue q_path
[virtual]
 

Definition at line 308 of file jdkmidi_showcontrolhandler.cpp.

00309   {
00310     bool e;
00311     e=false;
00312     
00313     return e;
00314   }

bool jdkmidi::MIDISCHandle::Stop const MIDICue q_number,
const MIDICue q_list
[virtual]
 

Definition at line 299 of file jdkmidi_showcontrolhandler.cpp.

00300   {
00301     bool e;
00302     e=false;
00303     
00304     return e;
00305   }

bool jdkmidi::MIDISCHandle::Stop const MIDICue q_number  )  [virtual]
 

Definition at line 290 of file jdkmidi_showcontrolhandler.cpp.

00291   {
00292     bool e;
00293     e=false;
00294     
00295     return e;
00296   }

bool jdkmidi::MIDISCHandle::Stop  )  [virtual]
 

Definition at line 281 of file jdkmidi_showcontrolhandler.cpp.

00282   {
00283     bool e;
00284     e=false;
00285     
00286     return e;
00287   }

bool jdkmidi::MIDISCHandle::StopClock const MIDICue q_list  )  [virtual]
 

Definition at line 660 of file jdkmidi_showcontrolhandler.cpp.

00661   {
00662     bool e;
00663     e=false;
00664     
00665     return e;
00666   }

bool jdkmidi::MIDISCHandle::StopClock  )  [virtual]
 

Definition at line 651 of file jdkmidi_showcontrolhandler.cpp.

00652   {
00653     bool e;
00654     e=false;
00655     
00656     return e;
00657   }

bool jdkmidi::MIDISCHandle::TimedGo uchar  hr,
uchar  mn,
uchar  sc,
uchar  fr,
uchar  ff,
const MIDICue q_number,
const MIDICue q_list,
const MIDICue q_path
[virtual]
 

Definition at line 389 of file jdkmidi_showcontrolhandler.cpp.

References uchar.

00393   {
00394     bool e;
00395     e=false;
00396     
00397     return e;
00398   }

bool jdkmidi::MIDISCHandle::TimedGo uchar  hr,
uchar  mn,
uchar  sc,
uchar  fr,
uchar  ff,
const MIDICue q_number,
const MIDICue q_list
[virtual]
 

Definition at line 376 of file jdkmidi_showcontrolhandler.cpp.

References uchar.

00380   {
00381     bool e;
00382     e=false;
00383     
00384     return e;
00385   }

bool jdkmidi::MIDISCHandle::TimedGo uchar  hr,
uchar  mn,
uchar  sc,
uchar  fr,
uchar  ff,
const MIDICue q_number
[virtual]
 

Definition at line 364 of file jdkmidi_showcontrolhandler.cpp.

References uchar.

00368   {
00369     bool e;
00370     e=false;
00371     
00372     return e;
00373   }

bool jdkmidi::MIDISCHandle::TimedGo uchar  hr,
uchar  mn,
uchar  sc,
uchar  fr,
uchar  ff
[virtual]
 

Definition at line 353 of file jdkmidi_showcontrolhandler.cpp.

References uchar.

00356   {
00357     bool e;
00358     e=false;
00359     
00360     return e;
00361   }

bool jdkmidi::MIDISCHandle::ZeroClock const MIDICue q_list  )  [virtual]
 

Definition at line 678 of file jdkmidi_showcontrolhandler.cpp.

00679   {
00680     bool e;
00681     e=false;
00682     
00683     return e;
00684   }

bool jdkmidi::MIDISCHandle::ZeroClock  )  [virtual]
 

Definition at line 669 of file jdkmidi_showcontrolhandler.cpp.

00670   {
00671     bool e;
00672     e=false;
00673     
00674     return e;
00675   }


The documentation for this class was generated from the following files: