Oscilloscope 0.5.0
A simple oscilloscope VST
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
SampleFinder.h File Reference
#include <JuceHeader.h>

Go to the source code of this file.

Classes

class  BaseFinder
 
class  AutoSampleFinder
 
class  ManualSampleFinder
 
class  SampleFinder
 

Namespaces

namespace  FindMethods
 

Functions

int FindMethods::crescentFirst (float triggerLevel, std::vector< float > currentlyDisplayedData)
 
int FindMethods::autoCrescentFirst (float triggerLevel, std::vector< float > currentlyDisplayedData)
 
int FindMethods::decrescentFirst (float triggerLevel, std::vector< float > currentlyDisplayedData)
 
int FindMethods::autoDecrescentFirst (float triggerLevel, std::vector< float > currentlyDisplayedData)