Uploaded February 2014 | Updated September 2026, 2 weeks ago
It's been a long time. In this tute we'll start programming a more complex plugin for Imogen. It will be an implementation of the Box Blur function. It will include a Windows form with controls which will give the user some options as the plugin executes.
This tute we'll just make the basic CLR Window in C++. We will later code a C++ version of the box blur then we'll port this to SSE. Finally, I hope to use this example as a segue into multicore/multithreaded programming and explore the difference between a single core and 2, 4 or more cores.
Cheers all, sorry about the long wait.
It's been a long time. In this tute we'll start programming a more complex plugin for Imogen. It will be an implementation of the Box Blur function. It will include a Windows form with controls which will give the user some options as the plugin executes.
This tute we'll just make the basic CLR Window in C++. We will later code a C++ version of the box blur then we'll port this to SSE. Finally, I hope to use this example as a segue into multicore/multithreaded programming and explore the difference between a single core and 2, 4 or more cores.
Cheers all, sorry about the long wait.










