BrickBreakerVST - A MIDI-controlled game plugin

Hi everyone,

I’m a 19 years old university student from Japan. I started learning C++ four months ago, and I’ve just finished my first project using JUCE.

It’s a game using your MIDI controller’s Pitch Wheel.

GitHub: GitHub - wheatBread1306/BrickBreakerVST: Breakout game VST plugin · GitHub

I focused on:

  • Lock-free between the audio and UI threads.
  • MIDI message processing.
  • Building everything using JUCE 8.0.12

Regarding macOS builds:
I can’t afford the $99/year Apple Developer fee, so I can only provide Windows VST3 binaries now. If you’re on Mac, please feel free to compile from the source.

I would like to get any feedback on my code. I’m here to learn.

Preview:
yugwiufsieqrw

2 Likes