| 1797 | } |
| 1798 | |
| 1799 | void ModularSynth::MouseMagnify(int intX, int intY, float scaleFactor, const juce::MouseInputSource& source) |
| 1800 | { |
| 1801 | mMousePos.x = intX; |
| 1802 | mMousePos.y = intY; |
| 1803 | ZoomView(scaleFactor - 1, true); |
| 1804 | } |
| 1805 | |
| 1806 | bool ModularSynth::InMidiMapMode() |
| 1807 | { |