Page 1 of 2
"Street fighter Ken's synth" - Let's make Ken fly & kick
Posted: Fri Apr 19, 2019 8:43 am
by kortezzzz
Hi,
In this example I used trog's Ruby knob to seed the moving bitmap. Although The motion is originally fixed to a given area (like any other knob), an external counter that messes with the X point makes this knobs move a cross the X scale. The results: Ken is flying and kicking with every midi note you play

Re: "Street fighter Ken's synth" - Let's make Ken fly & kick
Posted: Fri Apr 19, 2019 9:59 am
by Phil Thalasso
Hello all, hi kortezzzz,
could you next please wire a module that allows path animation

?
Seriously, I think that with the last two schematics you did lay the basis for really neat looking surfaces and maybe interfaces.
Best Regards and thank you
Phil
Re: "Street fighter Ken's synth" - Let's make Ken fly & kick
Posted: Fri Apr 19, 2019 12:23 pm
by tulamide
Re: "Street fighter Ken's synth" - Let's make Ken fly & kick
Posted: Fri Apr 19, 2019 2:10 pm
by kortezzzz
Hi phill,
Attached a schematic to this post. In this schematic I also added controls for the Y scale sequence. Path animation based on X,Y scale would be possible (I think) If someone could create in Ruby some module that can allow us to draw a path. Unfortunately, it's beyond my coding skills, but once you have an easy way to create path array, all you have to do is creating a desired sequence and run it according to that array.
Hi tulamide,
Couldn't open your EXE. It's asking for August 2008 directx end user runtime update, which I doubt if can be found anywhere. If you have a link, add it.
Re: "Street fighter Ken's synth" - Let's make Ken fly & kick
Posted: Fri Apr 19, 2019 2:39 pm
by trogluddite
Hmmm. Path animations? Physics simulations? (your dancer looks very cool tulamide, as does Ken, of course!)
This puts me in mind of a bit of fun I programmed a while back...
(NB: Intercepts keyboard input, see the module properties for which keys - or you may prefer to use an XBox controller! Also, on my system, the audio doesn't always work when I enable ASIO - saving the schematic with ASIO already enabled seems to fix this.)
Happy Easter, all. Enjoy!

And here's a quick demo of an alternative way to animate by moving a 'child' module's MGUI within its parent's MGUI. This is quite handy, as it often saves the need for complicated view area calculations in the child, and is easily added to an existing module. There are some comments inside the various modules about the common 'gotchas' for this technique (all Green, but can be done in Ruby, too)...
Re: "Street fighter Ken's synth" - Let's make Ken fly & kick
Posted: Fri Apr 19, 2019 2:49 pm
by Spogg
Wow Trog!
Thank you for my Easter presents. Amazing mate!
Cheers
Spogg
Re: "Street fighter Ken's synth" - Let's make Ken fly & kick
Posted: Fri Apr 19, 2019 3:14 pm
by Phil Thalasso
Hello you all, kortezzzz and tulamide,
first of all thank you for taking up this idea and adding a second dimension, kortezzzz. This is very cool and I promise that I'll try to make something pretty with it - although, as usual, it might not be directly useful

I do attach a "drawable" envelope from the archives. Maybe that could do the trick with the path animation, as you do receive some sort of "keyframes". Implementing such thing is way beyond my understanding of flowstone, just an idea, that someone knowledgable might want to pursue.
@Tulamide: I assume that one way to implement something very basic along your impressive concept would be to come up with a highly stylized dancer (like Eicher's logos), convert these into a display of sorts and attach a threshold module to make the dancer move.
I guess a project like that would be far easier to implement with Trapcode Soundkeys in AE / C4D. With that written down, it would still be an enormous amount of work, unless you already have a rigged model.
On that occasion: I wish you all a good and happy upcoming Easter week-end, with lots of sunshine and good feelings inside!
Best Regards
Phil
Re: "Street fighter Ken's synth" - Let's make Ken fly & kick
Posted: Fri Apr 19, 2019 3:21 pm
by tulamide
kortezzzz wrote:Hi tulamide,
Couldn't open your EXE. It's asking for August 2008 directx end user runtime update, which I doubt if can be found anywhere. If you have a link, add it.
Don't worry, that's what I said. It needs some files from DirectX 9.0c (the last DX9). PCs with Win10 or 8 usually don't have it included anymore. But it's safe to install as it will never overwrite existing files, just adding those missing. Here's a direct link on the Microsoft server:
https://www.microsoft.com/en-us/download/confirmation.aspx?id=8109@Phil Yes, it would be a tremendous amount of work, because wou would have to build all the tools yourself. For example, for the physics simulation I used Box2D. I wouldn't want to program something like that

The basics are not that hard, but when it comes to details (like reading bone informations or joint restraints) it becomes a project over years!
Re: "Street fighter Ken's synth" - Let's make Ken fly & kick
Posted: Sun Apr 21, 2019 10:08 pm
by kortezzzz
Came back from a little vacation and found out those beautiful surprises here. Who needs more?
trog

a true pioneer

After a long weekend, I finally have some free time tonight, so I'll dig inside and as always, will try to understand what you did there. Thanks for that

This is f...ing awesome!
Phill, I'm afraid tulamide's explanation says it all. But the envelope you've uploaded is winking me so I'm definitely going to try to cook something from it
tulamide, finally saw your dancing puppet. It's marvelous
I'm curious: how exactly you make it move like that? Are those body parts can be replaced by bitmaps?

I can, for example, take a cartoon character image, break it a part in photoshop and the you can replace these shapes with real body part images and give it a real cool looking. Moreover, you can use round robin style images switch and for instance, put different kind of facial expressions when the volume goes higher (or any other condition)

Re: "Street fighter Ken's synth" - Let's make Ken fly & kick
Posted: Sun Apr 21, 2019 11:03 pm
by lalalandsynth
Love that bird !.
Would be cool to be able to animate a dot or something with an array.
So just the x/Y movement , does anyone have anything like that ?