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

/home/pete/Work/TSE3.svn/tse3/src/tse3/util/Phrase.h

Go to the documentation of this file.
00001 /*
00002  * @(#)util/Phrase.h 3.00 2 April 2000
00003  *
00004  * Copyright (c) 2000 Pete Goodliffe (pete@cthree.org)
00005  *
00006  * This file is part of TSE3 - the Trax Sequencer Engine version 3.00.
00007  *
00008  * This library is modifiable/redistributable under the terms of the GNU
00009  * General Public License.
00010  *
00011  * You should have received a copy of the GNU General Public License along
00012  * with this program; see the file COPYING. If not, write to the Free Software
00013  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
00014  *
00015  */
00016 
00017 #ifndef TSE3_UTIL_PHRASE_H
00018 #define TSE3_UTIL_PHRASE_H
00019 
00020 #include <string>
00021 #include <vector>
00022 
00023 namespace TSE3
00024 {
00025     class Phrase;
00026     class PhraseEdit;
00027     class Song;
00028     class Track;
00029     class Playable;
00030     class Part;
00031 
00032     namespace Util
00033     {
00046         void Phrase_Merge(std::vector<TSE3::Playable*> &play,
00047                           TSE3::PhraseEdit *pe);
00048 
00057         void Phrase_Add(TSE3::Phrase *p1, TSE3::Phrase *p2,
00058                         TSE3::PhraseEdit *pe);
00059 
00069         void Phrase_Subtract(TSE3::Phrase *p1, TSE3::Phrase *p2,
00070                              TSE3::PhraseEdit *pe);
00071 
00079         void Phrase_Arpeggiate(TSE3::Phrase *p1, TSE3::Phrase *p2,
00080                                TSE3::PhraseEdit *pe);
00081 
00096         void Phrase_Explode(TSE3::Phrase *p, std::string baseName,
00097                             int channels, bool insertParts,
00098                             TSE3::Song *song);
00099     }
00100 }
00101 
00102 #endif

Generated on Wed May 25 14:45:05 2005 for TSE3 by doxygen 1.3.2