| 123 | } |
| 124 | |
| 125 | void ClipLauncher::DrawModule() |
| 126 | { |
| 127 | |
| 128 | DrawConnection(mLooper); |
| 129 | if (Minimized() || IsVisible() == false) |
| 130 | return; |
| 131 | |
| 132 | mVolumeSlider->Draw(); |
| 133 | |
| 134 | for (int i = 0; i < mSamples.size(); ++i) |
| 135 | { |
| 136 | mSamples[i].Draw(); |
| 137 | } |
| 138 | } |
| 139 | |
| 140 | int ClipLauncher::GetRowY(int idx) |
| 141 | { |