Home
last modified time | relevance | path

Searched refs:FABLA2_UI_WAVEFORM_PX (Results 1 – 6 of 6) sorted by relevance

/dports/audio/fabla2-lv2/openAV-Fabla2-33f4062/src/dsp/
H A Dsample.cxx79 memset( waveformData, 0 , sizeof(float) * FABLA2_UI_WAVEFORM_PX ); in recacheWaveform()
90 int sampsPerPix = frames / FABLA2_UI_WAVEFORM_PX; in recacheWaveform()
99 for( int f = 0; f < FABLA2_UI_WAVEFORM_PX; f++ ) { in recacheWaveform()
H A Dsample.hxx115 float waveformData[FABLA2_UI_WAVEFORM_PX];
H A Dfabla2.cxx664 FABLA2_UI_WAVEFORM_PX, data); in tx_waveform()
/dports/audio/fabla2-lv2/openAV-Fabla2-33f4062/src/ui/
H A Dfabla2_ui.cxx131 waveformGroup = new Avtk::Group( this, 355, 42, FABLA2_UI_WAVEFORM_PX, 113, "WaveformGroup"); in Fabla2UI()
132 waveform = new Avtk::Waveform( this, 355, 42, FABLA2_UI_WAVEFORM_PX, 113, "Waveform" ); in Fabla2UI()
150 …sampleControlGroup = new Avtk::Group( this, wx, wy, FABLA2_UI_WAVEFORM_PX, 260, "SampleControlGrou… in Fabla2UI()
730 std::vector<float> tmp(FABLA2_UI_WAVEFORM_PX); in blankSampleState()
731 for(int i = 0; i < FABLA2_UI_WAVEFORM_PX; ++i) in blankSampleState()
/dports/audio/fabla2-lv2/openAV-Fabla2-33f4062/src/
H A Dshared.hxx42 #define FABLA2_UI_WAVEFORM_PX 422 macro
H A Dui.cxx166 ui->waveform->show( FABLA2_UI_WAVEFORM_PX, data ); in fabla2_port_event()