Any chance 3.0 will support Apple's native Metal shader format?
Porting between GLSL <-> ISF <-> METAL has become ridiculously easy with AI now.
Search found 68 matches
- Thu Jul 16, 2026 3:21 pm
- Forum: Feature Requests
- Topic: METAL Shaders
- Replies: 0
- Views: 40
- Mon Jun 15, 2026 1:33 pm
- Forum: User-Submitted Videos
- Topic: ▶ Grroov In The House 4
- Replies: 0
- Views: 325
- Mon Mar 23, 2026 9:09 pm
- Forum: General Discussion
- Topic: GLSL compiler in Magic
- Replies: 3
- Views: 4017
Re: GLSL compiler in Magic
Upgrading the GLSL compiler sounds like a 3.0 "breaking change" thing to do. Would be great to be able to keep 2.x and 3.0 installed side by side to support those "old workflows" and get up to date at the same time.
- Sat Mar 21, 2026 4:08 pm
- Forum: General Discussion
- Topic: GLSL compiler in Magic
- Replies: 3
- Views: 4017
GLSL compiler in Magic
Gemini tells me this... The Magic compiler is using an older GLSL standard (likely 1.10 or a strict compatibility profile) that completely lacks support for array initializers at the declaration level. Can anyone confirm the version of the GLSL compiler used in Magic and if it's something that can b...
- Wed Aug 20, 2025 12:22 am
- Forum: General Discussion
- Topic: Project Milk Syphon
- Replies: 2
- Views: 7197
Project Milk Syphon
Might be useful to some: https://docs.vidvox.net/project-milk-syphon
- Fri Jul 18, 2025 11:25 pm
- Forum: General Discussion
- Topic: Changing parameters at cue points
- Replies: 10
- Views: 3126
Re: Changing parameters at cue points
Oh man, totally missed Sadler's suggesting of doing the switch/case statement. I honestly had no idea you could get that complicated with logic programming in the expression editor! That might actually be the easiest thing to try first!
- Fri Jul 18, 2025 11:21 pm
- Forum: General Discussion
- Topic: Changing parameters at cue points
- Replies: 10
- Views: 3126
Re: Changing parameters at cue points
I've never tried the playlist feature in Magic to be honest, so SelfDrivingCarp might be on to something... but as the number of transitions goes up so does the number of layers, which could be burdensome. I think the MIDI approach would be the best approach for what I am after. I guess I could even...
- Thu Jul 17, 2025 11:42 pm
- Forum: General Discussion
- Topic: Changing parameters at cue points
- Replies: 10
- Views: 3126
Re: Changing parameters at cue points
I don't do visuals at my shows yet... not that advanced.
I just want to make somewhat better YT videos with some automation / progression.
I just want to make somewhat better YT videos with some automation / progression.
- Thu Jul 17, 2025 11:00 pm
- Forum: General Discussion
- Topic: Changing parameters at cue points
- Replies: 10
- Views: 3126
Re: Changing parameters at cue points
But, let's say I was instead making the mix in DJ Studio ... would that make a difference?
- Thu Jul 17, 2025 10:58 pm
- Forum: General Discussion
- Topic: Changing parameters at cue points
- Replies: 10
- Views: 3126
Re: Changing parameters at cue points
Mixing on CDJ's, recording to AIFF, and manually creating the cue points for YT.
- Thu Jul 17, 2025 10:22 pm
- Forum: General Discussion
- Topic: Changing parameters at cue points
- Replies: 10
- Views: 3126
Changing parameters at cue points
Let's say I have a 2 hour DJ set like: https://www.youtube.com/watch?v=EVM5y1WqQH4 and then that I also have a list of the cuepoints in a text file like: 00:00:00 1 Yass - That's What I Am 00:04:10 2 Simon Adams - My Friends 00:08:32 3 Mirko & Meex - Make It Right 00:13:25 4 Turntables Night Fev...
- Fri Dec 20, 2024 5:48 pm
- Forum: Feature Requests
- Topic: Any chance of introducing a pngfolder
- Replies: 12
- Views: 48882
Re: Any chance of introducing a pngfolder
+1 for alpha images
- Thu Mar 14, 2024 3:39 pm
- Forum: General Discussion
- Topic: Oscilloscope fully in Magic
- Replies: 12
- Views: 47216
Re: Oscilloscope fully in Magic
Found this post incredibly useful !! THANK YOU! ... You're welcome! It's by far my favourite effect. Thanks for the thanks! :D 377 downloads and yours is the first in seven years! I really like your mix. I'm going to find it (and your other podcasts) a very inspiring source of audio when I'm workin...
- Thu Feb 29, 2024 12:13 am
- Forum: Feature Requests
- Topic: mp4 audio quality settings
- Replies: 3
- Views: 45958
Re: mp4 audio quality settings
#!/bin/bash OIFS="$IFS" && \ IFS=$'\n' && \ ffmpeg -i $1 -i $2 -c:v copy -map 0:v:0 -c:a copy -map 1:a:0 $3 IFS="$OIFS" I use this script to replace the audio track from Magic's mp4 output file with the raw audio compressed to flac format. reflace.sh magic-output...
- Wed Feb 28, 2024 1:49 pm
- Forum: General Discussion
- Topic: Oscilloscope fully in Magic
- Replies: 12
- Views: 47216
Re: Oscilloscope fully in Magic
Found this post incredibly useful !! THANK YOU!
I borrowed the oscilloscope code to create a video for my latest mix:
I borrowed the oscilloscope code to create a video for my latest mix:
- Sun Nov 05, 2023 3:39 pm
- Forum: General Discussion
- Topic: crash with 4.5 hour audio file
- Replies: 3
- Views: 24463
Re: crash with 4.5 hour audio file
I thought the 65mb mp3 would fit into memory just fine. But, nope!
Loading it, not into memory, solved the issue. TY!
Loading it, not into memory, solved the issue. TY!
- Sat Nov 04, 2023 12:49 pm
- Forum: General Discussion
- Topic: crash with 4.5 hour audio file
- Replies: 3
- Views: 24463
crash with 4.5 hour audio file
I tried to load a 4.5 hour audio file in Magic as an input source and it crashes every time. :cry: The same holds true for flac, wav, and even a 65mb 32k bitrate mp3 file. The crash dump was too large to post here, so I put it here : https://pastebin.com/raw/VyYG76W2 :!: Also, I didn't realize that ...
- Wed Sep 06, 2023 11:06 pm
- Forum: Feature Requests
- Topic: 360 Panorama Photos!
- Replies: 14
- Views: 73723
Re: 360 Panorama Photos!
I've tried the ISF plugin as mentioned here, looks awesome... but, I'm curious how I can load an actual cubemap into an ISF like this one from shadertoy? https://www.shadertoy.com/view/ld3SDl
- Sun Jul 09, 2023 2:37 pm
- Forum: Feature Requests
- Topic: Graphical "MIDI" Timeline
- Replies: 3
- Views: 42555
Re: Graphical "MIDI" Timeline
Aye, I am aware of having MIDI parameter control in Performer... but this is only for live performances.
Being able to produce a video as if producing a song by being able to save the midi performances to graphical timelines that can be edited is what I am after.
Being able to produce a video as if producing a song by being able to save the midi performances to graphical timelines that can be edited is what I am after.
- Tue Jun 27, 2023 2:34 pm
- Forum: Feature Requests
- Topic: FLAC in FLAC out
- Replies: 2
- Views: 36650
FLAC in FLAC out
I'd love to be able to use the raw audio I input directly in the Magic output video. For example, I use a FLAC file as the input audio, place that FLAC directly inside of the mp4 container Magic renders. At the moment, post-processing involves swapping out the AAC audio for the original FLAC like th...