Olive
logarithmicfadetransition.h
1 #ifndef LOGARITHMICFADETRANSITION_H
2 #define LOGARITHMICFADETRANSITION_H
3 
4 #include "project/transition.h"
5 
7 public:
9  void process_audio(double timecode_start, double timecode_end, quint8* samples, int nb_bytes, int channel_count);
10 };
11 
12 #endif // LOGARITHMICFADETRANSITION_H
Definition: effect.h:27
Definition: logarithmicfadetransition.h:6
Definition: clip.h:33
Definition: transition.h:19