Search found 139 matches

by TKS
Wed Oct 06, 2021 5:17 pm
Forum: Feature Requests
Topic: More inputs for the "Blend" module
Replies: 4
Views: 15947

More inputs for the "Blend" module

Right now when I have to blend 4 images I have to use 3 "Blend" modules because it only accepts 2 inputs. With more images (or sources in general) a scene gets very crowded. It would be much more convenient if I could connect all 4 (or more) images to one single "Blend" module, a...
by TKS
Sun Oct 03, 2021 12:37 pm
Forum: User-Submitted Videos
Topic: Midnight Road
Replies: 2
Views: 5746

Re: Midnight Road

Both music and the animation work well for me.
And it got lasers, that's a big plus 8-)
skarabee wrote:...Cubase and Magic...
My preferred choices as well!
by TKS
Sat Oct 02, 2021 9:02 pm
Forum: User-Submitted Videos
Topic: 3 Chillout Pieces
Replies: 0
Views: 4398

3 Chillout Pieces

Graphically nothing spectacular (I think flashy lasers and lots of scene changes don't work well for relaxing :lol: ), but this genre of music needs some love, too. Some of them are a bit older, but maybe they are (in one way or another) inspirational for other chillout-lovers. As always, best viewe...
by TKS
Thu Sep 23, 2021 2:19 pm
Forum: User-Submitted Videos
Topic: New YouTube Channel Trailer
Replies: 4
Views: 8656

New YouTube Channel Trailer

I thought I'd add a channel trailer to my YouTube channel, and Magic was of course my first choice for the visuals.
As always, no video editing software involved, it's all Magic :-)

Best viewed over at YouTube in HD to see all those little details:
by TKS
Sun Sep 12, 2021 8:55 pm
Forum: User-Submitted Videos
Topic: Strange Flower
Replies: 4
Views: 8816

Re: Strange Flower

A strange flower grown in my Magic garden. I'm normally not a big fan of kaleidoscope effects because they are usually a bit hectic/nervous and get boring after a while. Yours is very different, smooth with interesting movements and transitions, and it goes well with your music. I'll surely have a ...
by TKS
Fri Sep 10, 2021 7:31 pm
Forum: User-Submitted Videos
Topic: CyberDisco (laser experiments)
Replies: 2
Views: 7155

CyberDisco (laser experiments)

Since my last trance video (https://www.youtube.com/watch?v=j6xZS6IAeGw) I'm having more and more fun experimenting with laser-like visuals. Probably memories from childhood or so... The setup is in some kind of future club/disco, the lasers are either controlled by frequency or loudness, sometimes ...
by TKS
Sun Aug 29, 2021 5:24 pm
Forum: General Discussion
Topic: Question about Live Audio input volume changes
Replies: 6
Views: 5046

Re: Question about Live Audio input volume changes

[...]I am sending USB audio out from a Pioneer DJM-900NXS ... Is there some sort of limiter/compressor? Actually since you're using external hardware anyway I'd use a cheap external compressor/limiter, your Pioneer DJM-900NXS has Send/Return connections to plug that in. Magic Video doesn't care abo...
by TKS
Mon Aug 16, 2021 10:02 pm
Forum: Feature Requests
Topic: Save as new version
Replies: 1
Views: 5783

Save as new version

My DAW has a nice feature: "Save as new version" which avoids using "Save as..." and change the filename by hand. It works like: Original: "filename.xyz" First "Save as new version": "filename -01 .xyz" Second: "filename -02 .xyz" Third: &q...
by TKS
Thu Aug 12, 2021 6:46 pm
Forum: User-Submitted Videos
Topic: Some of my video animations using Magic Visuals
Replies: 5
Views: 6998

Re: Water Lilies - video animation

Water Lilies - Version 01 I like the subtle manipulations you did on the video, it's beautiful and quite relaxing to watch. And, I also like your piano composition, perfectly matches the mood of the video. BTW, you're not related to this Stockhausen? https://en.wikipedia.org/wiki/Karlheinz_Stockhau...
by TKS
Sun Aug 08, 2021 1:51 pm
Forum: User-Submitted Videos
Topic: Psytrance Visualization
Replies: 2
Views: 6178

Psytrance Visualization

Psytrance with a twist: the second half is (almost) the first half played backwards. Shows there's not so much unique information in this kind of music. If you're from a parallel universe where the time runs backward: welcome to my weird world :-) Lots of newly created visuals. Coding GLSL shaders d...
by TKS
Sat Aug 07, 2021 8:31 pm
Forum: General Discussion
Topic: Writable(!) variables
Replies: 7
Views: 5226

Re: Writable(!) variables

Some pseudo-code for my "Hold" function: if (Current_Time - Hold_Time > Old_Time) { Old_Time := Current_Time; x_old := x; } else { x := x_old; } Hold_Time could be dynamically computed in a global, but I see no way to remember Old_Time. Of course this wouldn't be necessary if the Hold para...
by TKS
Sat Aug 07, 2021 5:43 pm
Forum: General Discussion
Topic: Writable(!) variables
Replies: 7
Views: 5226

Re: Writable(!) variables

Eric wrote:It doesn't make sense for there to be variables that last more than one frame, because every frame is its own context and would keep overwriting anything you assigned more than one frame ago.
That's where writable globals would help, I could save context-information as long as I need it.
by TKS
Sat Aug 07, 2021 4:08 pm
Forum: General Discussion
Topic: Writable(!) variables
Replies: 7
Views: 5226

Re: Writable(!) variables

Variables may be practically unwritable, but you can assign values. For example, this will 'compile' in an expression:[...] Aaah...I've tried float, double and whatnot...that does the job. Thanks a lot What application do you have in mind? There is probably a workaround. A dynamic "Hold" ...
by TKS
Sat Aug 07, 2021 12:17 pm
Forum: General Discussion
Topic: Writable(!) variables
Replies: 7
Views: 5226

Writable(!) variables

I want to save previous values of modules for later use/comparisons, but so far without success: - globals seem to be "read-only" from within a 'normal' module. - the only internal variables I know of are "x" and "y". Abusing y to save a x-value fails for obvious reason...
by TKS
Mon Aug 02, 2021 12:01 pm
Forum: User-Submitted Videos
Topic: Audio Visualization with plasticine
Replies: 1
Views: 4720

Re: Audio Visualization with plasticine

I think it's perfectly executed :-)

Maybe (but just a little maybe) I would have grouped the balls according to the played instrument and the notes/frequencies played (what you partly already did) to make it easier to follow what's going on, but that's just my personal preference...
by TKS
Sun Aug 01, 2021 8:25 pm
Forum: Feature Requests
Topic: Audio for ISF Shaders
Replies: 2
Views: 5245

Re: Audio for ISF Shaders

I know the AudioToImage module, but wasn't aware that the "Waveform" output is pretty much what I need. The "ToImage" part of its name was misleading me. For whatever reasons in my tests I always had "Spectrum" checked as well, and of course the result was always differ...
by TKS
Sat Jul 31, 2021 10:51 am
Forum: User-Submitted Videos
Topic: Nu Metal Visualization
Replies: 2
Views: 4985

Re: Nu Metal Visualization

I would have tried to make the transition from skull to post-apocalypse more believable, contiguous, connected. I agree. But, to be honest, I didn't find a better solution (which I'm capable to implement with Magic. I'm still a beginner). The tunnel was interesting but a bit odd under the street an...
by TKS
Sat Jul 31, 2021 10:38 am
Forum: Feature Requests
Topic: Audio for ISF Shaders
Replies: 2
Views: 5245

Audio for ISF Shaders

ISF shaders in general know audio and audioFFT inputs which allow very sophisticated audio visualizations. The problem is that Magic does not offer any module which outputs audio. I think adding a media module "Audio" (similar to the "Image" module") which provides an audio ...
by TKS
Fri Jul 30, 2021 8:08 pm
Forum: Feature Requests
Topic: InputSelector Transition Options
Replies: 0
Views: 4102

InputSelector Transition Options

It would be nice to have the option to "softly" change/blend from one input to the next selected one, similar to what's offered for playlists already. I've heard ( ;) ) that adding new transitions to the playlists and the MultiMix are on Eric's ToDo-list anyway, so adding this to the Input...
by TKS
Fri Jul 30, 2021 7:58 pm
Forum: User-Submitted Videos
Topic: Nu Metal Visualization
Replies: 2
Views: 4985

Nu Metal Visualization

A bit louder than my usual music, set-up in some kind of post-apocalyptic downtown environment. Everything visualized with Magic Music, no video editing software was involved in the process. So far my most time-consuming visualization with lots of little details and blinkenlights. Learned (again) a ...
by TKS
Wed Jul 14, 2021 5:27 pm
Forum: User-Submitted Videos
Topic: Chillout / Space Music Video
Replies: 0
Views: 4176

Chillout / Space Music Video

It's a bit long and maybe :D not the latest music style, but the perfect test bed for some GLSL-shaders I've ported over from Shadertoy. I have added tons of inputs for textures, lights, colors, camera paths and field of view and other stuff which I'll explore more if times allows. Best viewed in HD...
by TKS
Sun Jul 11, 2021 4:17 pm
Forum: General Discussion
Topic: Create a mask in a moving graphic
Replies: 2
Views: 4471

Re: Create a mask in a moving graphic

Terry Payman wrote:...
Put your graphic on the layer below (the pin on the following module that is below the pin to which LumaKey is connected).
Ah, that's what I did wrong all the time. Thanks a lot for your help, this works perfectly!
by TKS
Sat Jul 10, 2021 9:18 pm
Forum: General Discussion
Topic: Create a mask in a moving graphic
Replies: 2
Views: 4471

Create a mask in a moving graphic

Let's say I have a moving graphic from a shader or a video or an animated gif. I would like to show (or blend in) another graphic only in the parts of the video whichare black (or darker as the rest in general). Ideally the level of brightness where this kind of masking should happen should be adjus...
by TKS
Wed Jul 07, 2021 4:33 pm
Forum: User-Submitted Videos
Topic: GLSL-Shaders + playlist experiments
Replies: 0
Views: 4310

GLSL-Shaders + playlist experiments

Some more experiments with GLSL-Shaders and using a playlist to make things more interesting. I feel very happy to have invested into Magic MV, it's really good and quite addictive! And being a newb I still know only a fraction of what's possible with it. Feedback and improvement ideas are highly ap...
by TKS
Wed Jul 07, 2021 10:08 am
Forum: Feature Requests
Topic: ISF as transition
Replies: 2
Views: 10509

Re: ISF as transition

Just found this because I wanted to create such a feature request myself...

YES, more transitions for the playlist and the multimix module would be great, and the option to plug-in own ISF transitions would be fantastic :mrgreen:
by TKS
Fri Jul 02, 2021 8:06 pm
Forum: User-Submitted Videos
Topic: Dancing Girl
Replies: 3
Views: 5083

Re: Dancing Girl

Sadler wrote:What do you mean by 'model'?
Unfortunately not what you would hope, 3D-model.
I've used 'model' like in photo-model or dancing-model.

Sorry for the confusion :oops:
by TKS
Thu Jul 01, 2021 8:46 pm
Forum: User-Submitted Videos
Topic: Dancing Girl
Replies: 3
Views: 5083

Dancing Girl

Early proof of concept of a model dancing to the beat of music. Note that the goal was not 100% accurate moving (which would need excessive video editing for which I'm WAY to lazy) but a generic way to manipulate the moves so I can throw whatever music I like on it and it would still look somehow ac...
by TKS
Sat May 29, 2021 12:26 pm
Forum: User-Submitted Videos
Topic: Trance Dance
Replies: 3
Views: 5471

Re: Trance Dance

Needs to be mixed up a bit more (IMHO) but interesting nonetheless. Is that a 3d object you're using to occlude the the wave effects? Keep up the good work. Sadler Thanks a lot for your feedback, it's much appreciated. With "mixed up" do you mean making it louder or just mix it differentl...
by TKS
Wed May 26, 2021 8:09 pm
Forum: User-Submitted Videos
Topic: Trance Dance
Replies: 3
Views: 5471

Trance Dance

Extract of a song I use for my daily workout.
Not my favorite genre, but a good excuse to play around with Magic again to find some more features.
Endless possibilities and I just own it for a week or so... :mrgreen:

by TKS
Wed May 26, 2021 9:46 am
Forum: General Discussion
Topic: File -> Export Movie not available [solved]
Replies: 5
Views: 2819

Re: File -> Export Movie not available [solved]

Another way to solve the problem: I've switched temporarily from an AMD to a NVIDA graphics card, and the Game(!) version of their latest drivers (they also offer a "Studio" version without some of the features) enable OpenGL even when you use remote desktop via RDP. Exporting a video work...
by TKS
Tue May 25, 2021 4:30 pm
Forum: Feature Requests
Topic: Creating a (sub-) module from a part of the "circuit"
Replies: 2
Views: 6429

Re: Creating a (sub-) module from a part of the "circuit"

Eric wrote:That is more or less what a Scene Module does.
Ah, and I thought a Scene where like scenes in a movie and are somehow sequentially shown...

I just tested it, it (almost) perfectly does what I need.

Thanks a lot :D
by TKS
Tue May 25, 2021 12:28 pm
Forum: Feature Requests
Topic: Creating a (sub-) module from a part of the "circuit"
Replies: 2
Views: 6429

Creating a (sub-) module from a part of the "circuit"

This might be a VERY hard to implement feature, but it would make Magic way more convenient to use. There's a software called FlowStone (formerly known as SynthMaker) which is very similar to Magic, but for audio/DSP stuff, see http://www.dsprobotics.com/ One amazing UI-feature is that you can selec...
by TKS
Sun May 23, 2021 8:49 am
Forum: User-Submitted Videos
Topic: Just chilling...
Replies: 4
Views: 10117

Re: Just chilling...

Hello, so I have no problems to see the vid, is it online again? Got my account back after writing a complain. But I'm still not happy because there was no explanation WHY it was suspended. Like the visualization very much, fits perfectly to the mood of the music. How you have created the rotation ...
by TKS
Tue May 18, 2021 4:05 pm
Forum: User-Submitted Videos
Topic: Just chilling...
Replies: 4
Views: 10117

Re: Just chilling...

Not bad, my YouTube account was suspended after just 5 hours, so far no feedback why this was done.
So my first impression as a YouTube newbie: not good :roll:
by TKS
Tue May 18, 2021 12:06 pm
Forum: User-Submitted Videos
Topic: Just chilling...
Replies: 4
Views: 10117

Just chilling...

I wanted to create something relaxing where you don't have to include an epilepsy warning.

I'm a complete Magic (and YouTube) newbie, so any suggestions for improvement are welcome and appreciated.

Enjoy:
by TKS
Mon May 17, 2021 7:51 pm
Forum: General Discussion
Topic: Only one master track should be rendered
Replies: 1
Views: 1831

Only one master track should be rendered

New user, many questions :oops: I am using multiple input tracks (drums, bass, piano) for my visuals, but I want ONLY the mixdown of my complete song in the exported video, not the other individual tracks added on top of it. The closest answer I've found was https://magicmusicvisuals.com/forums/view...
by TKS
Mon May 17, 2021 4:13 pm
Forum: General Discussion
Topic: File -> Export Movie not available [solved]
Replies: 5
Views: 2819

Re: File -> Export Movie not available

Yep, and I've found the reason for this strange behavior: when I use the PC via remote desktop (RDP), only the Microsoft driver is visible for Magic. When I work directly on the PC (or connected via VNC) the AMD driver is visible and exporting videos works. I guess the RDP server uses some kind of v...
by TKS
Mon May 17, 2021 3:29 pm
Forum: General Discussion
Topic: File -> Export Movie not available [solved]
Replies: 5
Views: 2819

Re: File -> Export Movie not available

I've just installed the latest GFX-driver for my card, it's a ASUS R9 290 C2 running on a Win8.1 64 box. OpenGL Info says: --------------------------------------------- Version: 1.1.0 Vendor: Microsoft Corporation Maximum RGBA Texture Size: 1024x1024 pixels Maximum Renderbuffer Size: 0x0 pixels Exte...
by TKS
Mon May 17, 2021 11:37 am
Forum: General Discussion
Topic: File -> Export Movie not available [solved]
Replies: 5
Views: 2819

File -> Export Movie not available [solved]

Hi all,
like the subject says, no matter what I do File -> Export Movie is greyed/not selectable in my Magic Performer v2.31 64 bit

Could this be a leftover from the previously uninstalled Demo version, and how can I fix this?