Home
last modified time | relevance | path

Searched refs:CActionSound (Results 1 – 25 of 139) sorted by relevance

123456

/dports/audio/rezound/rezound-0.13.1beta/src/backend/Edits/
H A DCCueAction.h36 bool doActionSizeSafe(CActionSound *actionSound,bool prepareForUndo);
37 void undoActionSizeSafe(const CActionSound *actionSound);
38 CanUndoResults canUndo(const CActionSound *actionSound) const;
82 bool doActionSizeSafe(CActionSound *actionSound,bool prepareForUndo);
83 void undoActionSizeSafe(const CActionSound *actionSound);
84 CanUndoResults canUndo(const CActionSound *actionSound) const;
113 bool doActionSizeSafe(CActionSound *actionSound,bool prepareForUndo);
114 void undoActionSizeSafe(const CActionSound *actionSound);
115 CanUndoResults canUndo(const CActionSound *actionSound) const;
150 void undoActionSizeSafe(const CActionSound *actionSound);
[all …]
H A DCCueAction.cpp43 bool CAddCueAction::doActionSizeSafe(CActionSound *actionSound,bool prepareForUndo)
49 void CAddCueAction::undoActionSizeSafe(const CActionSound *actionSound)
54 AAction::CanUndoResults CAddCueAction::canUndo(const CActionSound *actionSound) const
123 bool CRemoveCueAction::doActionSizeSafe(CActionSound *actionSound,bool prepareForUndo)
129 void CRemoveCueAction::undoActionSizeSafe(const CActionSound *actionSound)
134 AAction::CanUndoResults CRemoveCueAction::canUndo(const CActionSound *actionSound) const
181 bool CReplaceCueAction::doActionSizeSafe(CActionSound *actionSound,bool prepareForUndo)
188 void CReplaceCueAction::undoActionSizeSafe(const CActionSound *actionSound)
241 bool CMoveCueAction::doActionSizeSafe(CActionSound *actionSound,bool prepareForUndo)
247 void CMoveCueAction::undoActionSizeSafe(const CActionSound *actionSound)
[all …]
H A DCPasteEdit.h48 bool doActionSizeSafe(CActionSound *actionSound,bool prepareForUndo);
49 void undoActionSizeSafe(const CActionSound *actionSound);
50 CanUndoResults canUndo(const CActionSound *actionSound) const;
52 …bool getResultingCrossfadePoints(const CActionSound *actionSound,sample_pos_t &start,sample_pos_t …
77 …CPasteEdit *manufactureAction(const CActionSound *actionSound,const CActionParameters *actionParam…
88 …CPasteEdit *manufactureAction(const CActionSound *actionSound,const CActionParameters *actionParam…
99 …CPasteEdit *manufactureAction(const CActionSound *actionSound,const CActionParameters *actionParam…
110 …CPasteEdit *manufactureAction(const CActionSound *actionSound,const CActionParameters *actionParam…
121 …CPasteEdit *manufactureAction(const CActionSound *actionSound,const CActionParameters *actionParam…
132 …CPasteEdit *manufactureAction(const CActionSound *actionSound,const CActionParameters *actionParam…
[all …]
H A DCSelectionEdit.h61 CSelectionEdit(const AActionFactory *factory,const CActionSound *actionSound,Selections selection);
62 …CSelectionEdit(const AActionFactory *factory,const CActionSound *actionSound,Selections selection,…
63 …CSelectionEdit(const AActionFactory *factory,const CActionSound *actionSound,sample_pos_t selectSt…
68 bool doActionSizeSafe(CActionSound *actionSound,bool prepareForUndo);
69 void undoActionSizeSafe(const CActionSound *actionSound);
70 CanUndoResults canUndo(const CActionSound *actionSound) const;
95 …CSelectionEdit *manufactureAction(const CActionSound *actionSound,const CActionParameters *actionP…
111 …CSelectionEdit *manufactureAction(const CActionSound *actionSound,const CActionParameters *actionP…
123 …CSelectionEdit *manufactureAction(const CActionSound *actionSound,const CActionParameters *actionP…
H A DCRotateEdit.h34 …CRotateEdit(const AActionFactory *factory,const CActionSound *actionSound,const RotateTypes rotate…
38 bool doActionSizeSafe(CActionSound *actionSound,bool prepareForUndo);
39 void undoActionSizeSafe(const CActionSound *actionSound);
40 CanUndoResults canUndo(const CActionSound *actionSound) const;
46 …static void rotate(const CActionSound *actionSound,const RotateTypes rotateType,const sample_pos_t…
56 …CRotateEdit *manufactureAction(const CActionSound *actionSound,const CActionParameters *actionPara…
65 …CRotateEdit *manufactureAction(const CActionSound *actionSound,const CActionParameters *actionPara…
H A DCCopyCutDeleteEdit.h40 CCopyCutDeleteEdit(const AActionFactory *factory,const CActionSound *actionSound,CCDType type);
44 bool doActionSizeSafe(CActionSound *actionSound,bool prepareForUndo);
45 void undoActionSizeSafe(const CActionSound *actionSound);
46 CanUndoResults canUndo(const CActionSound *actionSound) const;
63 …CCopyCutDeleteEdit *manufactureAction(const CActionSound *actionSound,const CActionParameters *act…
72 …CCopyCutDeleteEdit *manufactureAction(const CActionSound *actionSound,const CActionParameters *act…
81 …CCopyCutDeleteEdit *manufactureAction(const CActionSound *actionSound,const CActionParameters *act…
H A DCCopyCutToNewEdit.h40 …CCopyCutToNewEdit(const AActionFactory *factory,const CActionSound *actionSound,CCType type,ASound…
44 bool doActionSizeSafe(CActionSound *actionSound,bool prepareForUndo);
45 void undoActionSizeSafe(const CActionSound *actionSound);
46 CanUndoResults canUndo(const CActionSound *actionSound) const;
64 …CCopyCutToNewEdit *manufactureAction(const CActionSound *actionSound,const CActionParameters *acti…
73 …CCopyCutToNewEdit *manufactureAction(const CActionSound *actionSound,const CActionParameters *acti…
H A DCRotateEdit.cpp25 CRotateEdit::CRotateEdit(const AActionFactory *factory,const CActionSound *actionSound,const Rotate… in CRotateEdit()
40 bool CRotateEdit::doActionSizeSafe(CActionSound *actionSound,bool prepareForUndo) in doActionSizeSafe()
46 AAction::CanUndoResults CRotateEdit::canUndo(const CActionSound *actionSound) const in canUndo()
51 void CRotateEdit::undoActionSizeSafe(const CActionSound *actionSound) in undoActionSizeSafe()
58 void CRotateEdit::rotate(const CActionSound *actionSound,const RotateTypes rotateType,const sample_… in rotate()
81 CRotateEdit *CRotateLeftEditFactory::manufactureAction(const CActionSound *actionSound,const CActio… in manufactureAction()
103 CRotateEdit *CRotateRightEditFactory::manufactureAction(const CActionSound *actionSound,const CActi… in manufactureAction()
H A DCSwapChannelsEdit.cpp27 CSwapChannelsEdit::CSwapChannelsEdit(const AActionFactory *factory,const CActionSound *actionSound,… in CSwapChannelsEdit()
39 bool CSwapChannelsEdit::doActionSizeSafe(CActionSound *actionSound,bool prepareForUndo) in doActionSizeSafe()
49 AAction::CanUndoResults CSwapChannelsEdit::canUndo(const CActionSound *actionSound) const in canUndo()
54 void CSwapChannelsEdit::undoActionSizeSafe(const CActionSound *actionSound) in undoActionSizeSafe()
57 CActionSound a(*actionSound); in undoActionSizeSafe()
74 CSwapChannelsEdit *CSwapChannelsEditFactory::manufactureAction(const CActionSound *actionSound,cons… in manufactureAction()
H A DCCopyCutDeleteEdit.cpp25 CCopyCutDeleteEdit::CCopyCutDeleteEdit(const AActionFactory *factory,const CActionSound *actionSoun… in CCopyCutDeleteEdit()
36 bool CCopyCutDeleteEdit::doActionSizeSafe(CActionSound *actionSound,bool prepareForUndo) in doActionSizeSafe()
66 AAction::CanUndoResults CCopyCutDeleteEdit::canUndo(const CActionSound *actionSound) const in canUndo()
77 void CCopyCutDeleteEdit::undoActionSizeSafe(const CActionSound *actionSound) in undoActionSizeSafe()
99 CCopyCutDeleteEdit *CCopyEditFactory::manufactureAction(const CActionSound *actionSound,const CActi… in manufactureAction()
118 CCopyCutDeleteEdit *CCutEditFactory::manufactureAction(const CActionSound *actionSound,const CActio… in manufactureAction()
137 CCopyCutDeleteEdit *CDeleteEditFactory::manufactureAction(const CActionSound *actionSound,const CAc… in manufactureAction()
H A DCMuteEdit.h32 CMuteEdit(const AActionFactory *factory,const CActionSound *actionSound);
36 bool doActionSizeSafe(CActionSound *actionSound,bool prepareForUndo);
37 void undoActionSizeSafe(const CActionSound *actionSound);
38 CanUndoResults canUndo(const CActionSound *actionSound) const;
48 …CMuteEdit *manufactureAction(const CActionSound *actionSound,const CActionParameters *actionParame…
/dports/audio/rezound/rezound-0.13.1beta/src/backend/
H A DCActionSound.cpp36 CActionSound::CActionSound(CSoundPlayerChannel *_channel,CrossfadeEdgesTypes _doCrossfadeEdges) : in CActionSound() function in CActionSound
63 CActionSound::CActionSound(const CActionSound &src) in CActionSound() function in CActionSound
68 unsigned CActionSound::countChannels() const in countChannels()
79 void CActionSound::allChannels() in allChannels()
87 void CActionSound::noChannels() in noChannels()
93 sample_pos_t CActionSound::selectionLength() const in selectionLength()
98 void CActionSound::selectAll() const in selectAll()
104 void CActionSound::selectNone() const in selectNone()
110 CActionSound &CActionSound::operator=(const CActionSound &rhs) in operator =()
H A DCRunMacroAction.h14 …CRunMacroAction(const AActionFactory *factory,const CActionSound *actionSound,ASoundFileManager *s…
18 bool doActionSizeSafe(CActionSound *actionSound,bool prepareForUndo);
19 void undoActionSizeSafe(const CActionSound *actionSound);
20 CanUndoResults canUndo(const CActionSound *actionSound) const;
36 …CRunMacroAction *manufactureAction(const CActionSound *actionSound,const CActionParameters *action…
44 …CRanMacroAction(const AActionFactory *factory,const CActionSound *actionSound,ASoundFileManager *s…
48 bool doActionSizeSafe(CActionSound *actionSound,bool prepareForUndo);
49 void undoActionSizeSafe(const CActionSound *actionSound);
50 CanUndoResults canUndo(const CActionSound *actionSound) const;
67 …CRanMacroAction *manufactureAction(const CActionSound *actionSound,const CActionParameters *action…
H A DAAction.h133 …virtual AAction *manufactureAction(const CActionSound *actionSound,const CActionParameters *action…
197 AAction(const AActionFactory *factory,const CActionSound *actionSound);
216 virtual bool doActionSizeSafe(CActionSound *actionSound,bool prepareForUndo)=0;
217 virtual void undoActionSizeSafe(const CActionSound *actionSound)=0;
218 virtual CanUndoResults canUndo(const CActionSound *actionSound) const=0;
228 …virtual bool getResultingCrossfadePoints(const CActionSound *actionSound,sample_pos_t &start,sampl…
282 auto_ptr<CActionSound> actionSound; // a copy of the CActionSound this action was constructed with
304 void crossfadeEdges(const CActionSound *actionSound);
305 void prepareForInnerCrossfade(const CActionSound *actionSound);
306 void crossfadeEdgesInner(const CActionSound *actionSound);
[all …]
H A DCRunMacroAction.cpp15 CRunMacroAction::CRunMacroAction(const AActionFactory *factory,const CActionSound *actionSound,ASou… in CRunMacroAction()
26 bool CRunMacroAction::doActionSizeSafe(CActionSound *actionSound,bool prepareForUndo) in doActionSizeSafe()
33 AAction::CanUndoResults CRunMacroAction::canUndo(const CActionSound *actionSound) const in canUndo()
38 void CRunMacroAction::undoActionSizeSafe(const CActionSound *actionSound) in undoActionSizeSafe()
56 CRunMacroAction *CRunMacroActionFactory::manufactureAction(const CActionSound *actionSound,const CA… in manufactureAction()
65 CRanMacroAction::CRanMacroAction(const AActionFactory *factory,const CActionSound *actionSound,ASou… in CRanMacroAction()
77 bool CRanMacroAction::doActionSizeSafe(CActionSound *actionSound,bool prepareForUndo) in doActionSizeSafe()
83 AAction::CanUndoResults CRanMacroAction::canUndo(const CActionSound *actionSound) const in canUndo()
89 void CRanMacroAction::undoActionSizeSafe(const CActionSound *actionSound) in undoActionSizeSafe()
128 CRanMacroAction *CRanMacroActionFactory::manufactureAction(const CActionSound *actionSound,const CA… in manufactureAction()
H A DCActionSound.h26 class CActionSound; variable
39 class CActionSound
52 CActionSound(CSoundPlayerChannel *channel,CrossfadeEdgesTypes doCrossfadeEdges);
53 CActionSound(const CActionSound &src);
63 CActionSound &operator=(const CActionSound &rhs);
/dports/audio/rezound/rezound-0.13.1beta/src/backend/Filters/
H A DCSinglePoleFilter.h46 …CSinglePoleFilter(const AActionFactory *factory,const CActionSound *actionSound,FilterTypes filter…
50 bool doActionSizeSafe(CActionSound *actionSound,bool prepareForUndo);
51 void undoActionSizeSafe(const CActionSound *actionSound);
52 CanUndoResults canUndo(const CActionSound *actionSound) const;
71 …CSinglePoleFilter *manufactureAction(const CActionSound *actionSound,const CActionParameters *acti…
80 …CSinglePoleFilter *manufactureAction(const CActionSound *actionSound,const CActionParameters *acti…
91 …CSinglePoleFilter *manufactureAction(const CActionSound *actionSound,const CActionParameters *acti…
100 …CSinglePoleFilter *manufactureAction(const CActionSound *actionSound,const CActionParameters *acti…
H A DCBiquadResFilter.h43 …CBiquadResFilter(const AActionFactory *factory,const CActionSound *actionSound,FilterTypes filterT…
47 bool doActionSizeSafe(CActionSound *actionSound,bool prepareForUndo);
48 void undoActionSizeSafe(const CActionSound *actionSound);
49 CanUndoResults canUndo(const CActionSound *actionSound) const;
68 …CBiquadResFilter *manufactureAction(const CActionSound *actionSound,const CActionParameters *actio…
77 …CBiquadResFilter *manufactureAction(const CActionSound *actionSound,const CActionParameters *actio…
86 …CBiquadResFilter *manufactureAction(const CActionSound *actionSound,const CActionParameters *actio…
/dports/audio/rezound/rezound-0.13.1beta/src/backend/Effects/
H A DCChangeRateEffect.h33 …CChangeRateEffect(const AActionFactory *factory,const CActionSound *actionSound,const CGraphParamV…
37 bool doActionSizeSafe(CActionSound *actionSound,bool prepareForUndo);
38 void undoActionSizeSafe(const CActionSound *actionSound);
39 CanUndoResults canUndo(const CActionSound *actionSound) const;
45 sample_pos_t getNewSelectionLength(const CActionSound *actionSound) const;
57 …CChangeRateEffect *manufactureAction(const CActionSound *actionSound,const CActionParameters *acti…
66 …CChangeRateEffect *manufactureAction(const CActionSound *actionSound,const CActionParameters *acti…
H A DCChangeAmplitudeEffect.h32 …CChangeAmplitudeEffect(const AActionFactory *factory,const CActionSound *actionSound,const CGraphP…
36 bool doActionSizeSafe(CActionSound *actionSound,bool prepareForUndo);
37 void undoActionSizeSafe(const CActionSound *actionSound);
38 CanUndoResults canUndo(const CActionSound *actionSound) const;
51 …CChangeAmplitudeEffect *manufactureAction(const CActionSound *actionSound,const CActionParameters …
60 …CChangeAmplitudeEffect *manufactureAction(const CActionSound *actionSound,const CActionParameters …
69 …CChangeAmplitudeEffect *manufactureAction(const CActionSound *actionSound,const CActionParameters …
/dports/audio/rezound/rezound-0.13.1beta/src/backend/Looping/
H A DCAddCuesAction.h34 …CAddCuesAction(const AActionFactory *factory,const CActionSound *actionSound,const string cueName,…
35 …CAddCuesAction(const AActionFactory *factory,const CActionSound *actionSound,const string cueName,…
39 bool doActionSizeSafe(CActionSound *actionSound,bool prepareForUndo);
40 void undoActionSizeSafe(const CActionSound *actionSound);
41 CanUndoResults canUndo(const CActionSound *actionSound) const;
57 …CAddCuesAction *manufactureAction(const CActionSound *actionSound,const CActionParameters *actionP…
66 …CAddCuesAction *manufactureAction(const CActionSound *actionSound,const CActionParameters *actionP…
/dports/audio/rezound/rezound-0.13.1beta/src/backend/Remaster/
H A DCBalanceAction.h39 …CBalanceAction(const AActionFactory *factory,const CActionSound *actionSound,const CGraphParamValu…
45 bool doActionSizeSafe(CActionSound *actionSound,bool prepareForUndo);
46 void undoActionSizeSafe(const CActionSound *actionSound);
47 CanUndoResults canUndo(const CActionSound *actionSound) const;
62 …CBalanceAction *manufactureAction(const CActionSound *actionSound,const CActionParameters *actionP…
71 …CBalanceAction *manufactureAction(const CActionSound *actionSound,const CActionParameters *actionP…
H A DCShortenQuietAreasAction.h36 …CShortenQuietAreasAction(const AActionFactory *factory,const CActionSound *actionSound,const float…
40 bool doActionSizeSafe(CActionSound *actionSound,bool prepareForUndo);
41 void undoActionSizeSafe(const CActionSound *actionSound);
42 CanUndoResults canUndo(const CActionSound *actionSound) const;
53 …void alterQuietAreaLength(CActionSound *actionSound,sample_pos_t &destPos,const sample_pos_t unqui…
62 …CShortenQuietAreasAction *manufactureAction(const CActionSound *actionSound,const CActionParameter…
H A DCMonoizeAction.cpp44 bool CMonoizeAction::doActionSizeSafe(CActionSound *actionSound,bool prepareForUndo) in doActionSizeSafe()
51 CActionSound actionSound1(*actionSound); in doActionSizeSafe()
103 CActionSound actionSound1(*actionSound); in doActionSizeSafe()
132 CActionSound actionSound2(*actionSound); in doActionSizeSafe()
157 CActionSound actionSound1(*actionSound); in doActionSizeSafe()
209 CActionSound actionSound1(*actionSound); in doActionSizeSafe()
245 AAction::CanUndoResults CMonoizeAction::canUndo(const CActionSound *actionSound) const in canUndo()
250 void CMonoizeAction::undoActionSizeSafe(const CActionSound *actionSound) in undoActionSizeSafe()
255 CActionSound actionSound2(*actionSound); in undoActionSizeSafe()
264 CActionSound actionSound1(*actionSound); in undoActionSizeSafe()
[all …]
H A DCUnclipAction.h32 CUnclipAction(const AActionFactory *factory,const CActionSound *actionSound);
36 bool doActionSizeSafe(CActionSound *actionSound,bool prepareForUndo);
37 void undoActionSizeSafe(const CActionSound *actionSound);
38 CanUndoResults canUndo(const CActionSound *actionSound) const;
48 …CUnclipAction *manufactureAction(const CActionSound *actionSound,const CActionParameters *actionPa…

123456