YSE sound engine  1.0
cross platform sound engine
 All Classes Namespaces Functions Pages
YSE::MUSIC::chord Class Reference

Public Member Functions

 chord (const chord &object)
 
 chord (UInt count,...)
 
UInt elms ()
 
chordtranspose (Flt value)
 
chordoperator+= (const chord &object)
 
chordoperator-= (const chord &object)
 
chordoperator+= (const note &object)
 
chordoperator-= (const note &object)
 
Bool operator== (const chord &object)
 
Bool operator!= (const chord &object)
 

Friends

chord operator+ (const chord &c, const note &n)
 
chord operator- (const chord &c, const note &n)
 
chord operator+ (const chord &c1, const chord &c2)
 
chord operator- (const chord &c1, const chord &c2)
 
chord operator+ (const note &n, const chord &c)
 
chord operator- (const note &n, const chord &c)
 

Detailed Description

Definition at line 22 of file chord.hpp.


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