| 98 | } |
| 99 | |
| 100 | bool SampleBrowser::IsSamplePlaying(int index) const |
| 101 | { |
| 102 | return mPlayingSample.IsPlaying() && mButtons[index]->IsShowing() && mDirectoryListing[index] == juce::String(mPlayingSample.GetReadPath()); |
| 103 | } |
| 104 | |
| 105 | void SampleBrowser::ButtonClicked(ClickButton* button, double time) |
| 106 | { |
nothing calls this directly
no test coverage detected