Home
last modified time | relevance | path

Searched refs:MixMethods (Results 1 – 10 of 10) sorted by relevance

/dports/audio/rezound/rezound-0.13.1beta/src/backend/Edits/
H A DCPasteEdit.h43 …nSound,const vector<vector<bool> > &pasteChannels,PasteTypes pasteType,MixMethods mixMethod,double…
56 MixMethods mixMethod;
63 …rcToUse,const double repeatCount,bool invalidatePeakData,MixMethods initialMixMethod,MixMethods no…
H A DCPasteEdit.cpp43 …ound,const vector<vector<bool> > &_pasteChannels,PasteTypes _pasteType,MixMethods _mixMethod,doubl… in CPasteEdit()
294 …rcToUse,const double repeatCount,bool invalidatePeakData,MixMethods initialMixMethod,MixMethods no… in pasteData()
451 static const MixMethods getMixMethod(const CActionParameters *actionParameters) in getMixMethod()
453 …return actionParameters->keyExists("MixMethod") ? (MixMethods)actionParameters->getValue<unsigned>… in getMixMethod()
/dports/audio/rezound/rezound-0.13.1beta/src/backend/
H A DCNativeSoundClipboard.h40 …destChannel,unsigned srcChannel,sample_pos_t start,sample_pos_t length,MixMethods mixMethod,Source…
H A DCRecordSoundClipboard.h43 …destChannel,unsigned srcChannel,sample_pos_t start,sample_pos_t length,MixMethods mixMethod,Source…
H A DASoundClipboard.h54 …destChannel,unsigned srcChannel,sample_pos_t start,sample_pos_t length,MixMethods mixMethod,Source…
H A DCNativeSoundClipboard.cpp96 …destChannel,unsigned srcChannel,sample_pos_t start,sample_pos_t length,MixMethods mixMethod,Source… in copyTo()
H A DCRecordSoundClipboard.cpp146 …destChannel,unsigned srcChannel,sample_pos_t start,sample_pos_t length,MixMethods mixMethod,Source… in copyTo()
H A DCSound_defs.h292 enum MixMethods enum
H A DCSound.h235 …r src,sample_pos_t srcWhere,unsigned srcSampleRate,sample_pos_t length,MixMethods mixMethod,Source…
H A DCSound.cpp1061 …r src,sample_pos_t srcWhere,unsigned srcSampleRate,sample_pos_t length,MixMethods mixMethod,Source…