MCPcopy Create free account
hub / github.com/LMMS/lmms / oscUserDefWaveDblClick

Method oscUserDefWaveDblClick

plugins/triple_oscillator/TripleOscillator.cpp:139–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137
138
139void OscillatorObject::oscUserDefWaveDblClick()
140{
141 QString af = m_sampleBuffer->openAndSetWaveformFile();
142 if( af != "" )
143 {
144 // TODO:
145 //ToolTip::add( m_usrWaveBtn, m_sampleBuffer->audioFile() );
146 }
147}
148
149
150

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected