Search found 2951 matches

by Magic
Fri Aug 28, 2020 4:28 pm
Forum: General Discussion
Topic: OpenGL driver no longer detected
Replies: 5
Views: 2539

Re: OpenGL driver no longer detected

Ok. Well the first thing to always try is Help > Reset All Settings.
by Magic
Fri Aug 28, 2020 2:45 pm
Forum: General Discussion
Topic: OpenGL driver no longer detected
Replies: 5
Views: 2539

Re: OpenGL driver no longer detected

Hmm. Not something I've heard of before. Do you have a laptop with Optimus dual graphics (Intel+Nvidia)?
by Magic
Fri Aug 28, 2020 2:43 pm
Forum: General Discussion
Topic: How do I use := ?
Replies: 1
Views: 1779

Re: How do I use := ?

It doesn't chew frames. Don't worry about that.

You can't assign a value in one Expression modifier and use it in another Expression modifier. The context is only consistent internally.
by Magic
Thu Aug 27, 2020 3:09 pm
Forum: General Discussion
Topic: input selection with button matrix
Replies: 8
Views: 4246

Re: input selection with button matrix

Well, you could always program each button individually. It would be a bit more tedious, but it would work for sure. As an example, you could have each button control the Power parameter of a module, or you could use a Transparency module, or a Color module, etc. A more advanced way would be to crea...
by Magic
Wed Aug 26, 2020 3:22 pm
Forum: General Discussion
Topic: input selection with button matrix
Replies: 8
Views: 4246

Re: input selection with button matrix

Can you configure your pad so that the bottom row is on its own MIDI channel? That would be the easiest way.
by Magic
Wed Aug 26, 2020 2:46 pm
Forum: General Discussion
Topic: have a Midi input change a text number
Replies: 1
Views: 1792

Re: have a Midi input change a text number

Yes, there is an example project called Timer which shows how you can change text based on a numerical value.

AppleScript, no.
by Magic
Wed Aug 26, 2020 2:45 pm
Forum: General Discussion
Topic: input selection with button matrix
Replies: 8
Views: 4246

Re: input selection with button matrix

I'm not sure if I understand. Can you post some screenshots to help explain?
by Magic
Wed Aug 26, 2020 2:41 pm
Forum: Feature Requests
Topic: "EXPORT MOVIE" with NO AUDIO
Replies: 2
Views: 4200

Re: "EXPORT MOVIE" with NO AUDIO

In Magic, x264 is VBR. The Quality parameter attempts to minimize the data in each frame while still achieving fidelity above a certain threshold. Thus, each frame can vary widely if it is (for example) a smooth gradient (very little data needed) vs a forest scene (lots of detail). From https://slhc...
by Magic
Tue Aug 18, 2020 3:20 pm
Forum: General Discussion
Topic: spout output stopped working
Replies: 1
Views: 1683

Re: spout output stopped working

Try resetting the app by going to Help > Reset All Settings.
by Magic
Wed Jul 29, 2020 8:31 pm
Forum: General Discussion
Topic: C++ maps in global expression
Replies: 1
Views: 1970

Re: C++ maps in global expression

Don't think so, but you can use a switch or an if-else for that purpose.
by Magic
Sun Jul 26, 2020 3:54 pm
Forum: General Discussion
Topic: incrementally move a polygon with progressive MIDI notes
Replies: 5
Views: 3611

Re: incrementally move a polygon with progressive MIDI notes

The first MIDI feature in the list, "Velocity", responds to any note on the channel. You can use this to feed into an Increase modifier with parameter value 0.
by Magic
Tue Jul 21, 2020 7:27 pm
Forum: General Discussion
Topic: Live Video Feed Not working
Replies: 3
Views: 2511

Re: Live Video Feed Not working

Could you explain a litter further how using QT would remedy the issue? The VideoCaptureQT module is compatible with more devices than the VideoCapture module. I’m confused because the video feed worked once before but now the feed isn’t showing up in magic. Not sure I can help you there. If it wor...
by Magic
Tue Jul 21, 2020 1:54 am
Forum: General Discussion
Topic: Can i swap images while playing a song?
Replies: 2
Views: 2170

Re: Can i swap images while playing a song?

Yes that is what the JpegFolder module is for.
by Magic
Mon Jul 20, 2020 2:57 pm
Forum: General Discussion
Topic: Live Video Feed Not working
Replies: 3
Views: 2511

Re: Live Video Feed Not working

First step would be to try using the advanced video capture modules (DS on Windows, QT on macOS).
by Magic
Sat Jul 18, 2020 2:43 am
Forum: General Discussion
Topic: Magic Studio v2.3b1 64-bit for Mac Issue
Replies: 5
Views: 3046

Re: Magic Studio v2.3b1 64-bit for Mac Issue

Ok, but I still don't really understand what you're saying. Here are a few specific things to keep in mind: - Your use of the word "folder" is confusing. I don't think you mean "folder". Do you mean scene? Module? I'm not sure. In Magic, folders are something completely different...
by Magic
Fri Jul 17, 2020 9:08 pm
Forum: General Discussion
Topic: Magic Studio v2.3b1 64-bit for Mac Issue
Replies: 5
Views: 3046

Re: Magic Studio v2.3b1 64-bit for Mac Issue

I'm not sure I'm following. Are you saying that shader files are missing from your computer? If so, I'm not sure what this has to do with Magic?
by Magic
Fri Jul 17, 2020 5:22 pm
Forum: General Discussion
Topic: Export a Magic file as a loop?
Replies: 1
Views: 1871

Re: Export a Magic file as a loop?

If you are careful about how you build your scene you should be able to do it -- for example, timing an oscillator to last exactly as long as your export.
by Magic
Fri Jul 17, 2020 5:20 pm
Forum: General Discussion
Topic: Active Notes Only Scene available to see it's parts?
Replies: 1
Views: 1848

Re: Active Notes Only Scene available to see it's parts?

I think you are referring to a sample project?

In general, if a scene isn't showing in the tab area, you can access it from the folder area: https://magicmusicvisuals.com/downloads ... FolderView
by Magic
Thu Jul 16, 2020 6:18 pm
Forum: General Discussion
Topic: Can I program a Polygon to filter out colors behind it?
Replies: 7
Views: 4605

Re: Can I program a Polygon to filter out colors behind it?

Ah yes, I suppose if all the colors are already fully saturated then you'd need that. I was thinking more like this:
Capture.PNG
Capture.PNG (424.21 KiB) Viewed 4577 times
by Magic
Thu Jul 16, 2020 4:18 pm
Forum: General Discussion
Topic: Slow Fade Trigger
Replies: 3
Views: 2556

Re: Slow Fade Trigger

There is a modifier called "Trigger (Integer)". Its initial value is 0. When it is used as the first modifier after your MIDI command, it will increase by 1 each time the MIDI command is received. You can then use the resulting value as the parameter for an oscillator. If you want it to fa...
by Magic
Thu Jul 16, 2020 4:03 pm
Forum: General Discussion
Topic: Can I program a Polygon to filter out colors behind it?
Replies: 7
Views: 4605

Re: Can I program a Polygon to filter out colors behind it?

Use the HueSaturation module and set the Saturation parameter to -1. This makes the input monochrome.
by Magic
Mon Jul 13, 2020 4:00 pm
Forum: General Discussion
Topic: How would I do this?
Replies: 2
Views: 2347

Re: How would I do this?

Generally, oscillators reset when you change scenes. If you want to make them independent of scenes, you can put them in a Global.
by Magic
Tue Jul 07, 2020 2:53 pm
Forum: General Discussion
Topic: Can't get audio to play through headphones
Replies: 2
Views: 2334

Re: Can't get audio to play through headphones

Not sure. Did you try plugging your headphones in first, making sure they are selected in System Preferences, and then starting Magic?
by Magic
Sat Jul 04, 2020 8:18 pm
Forum: General Discussion
Topic: File Playback Not Working
Replies: 17
Views: 7289

Re: File Playback Not Working

And did you follow my directions regarding the Audio MIDI Setup?
by Magic
Sat Jul 04, 2020 3:09 pm
Forum: General Discussion
Topic: Input Selector / Multi Mix keeps resetting input status.
Replies: 4
Views: 3078

Re: Input Selector / Multi Mix keeps resetting input status.

Not sure what you mean. Can you post some images or a video showing the problem?
by Magic
Sat Jul 04, 2020 12:14 am
Forum: General Discussion
Topic: Midi Piano Concerns
Replies: 14
Views: 9406

Re: Midi Piano Concerns

As you already can see in the first photo from my last post there is a midi device listed in the Magic Input sources display. That is not a MIDI device, it is a MIDI file. You need a device. A device is (usually) hardware; or (virtually) software, like an emulator, which is what the IAC is. Unfortu...
by Magic
Fri Jul 03, 2020 10:09 pm
Forum: General Discussion
Topic: Midi Piano Concerns
Replies: 14
Views: 9406

Re: Midi Piano Concerns

It doesn't matter whether your MIDI files are detected. As I said, you need to have at least one physical or virtual MIDI device on your system. If the drop-down box in Magic displays no MIDI devices (see https://magicmusicvisuals.com/downloads/Magic_UsersGuide.html#MIDIInput ), then you will have t...
by Magic
Fri Jul 03, 2020 9:30 pm
Forum: General Discussion
Topic: Midi Piano Concerns
Replies: 14
Views: 9406

Re: Midi Piano Concerns

Not sure I understand, but did you read my solution in the post above?
by Magic
Thu Jul 02, 2020 5:02 pm
Forum: User-Submitted Videos
Topic: deep dubstep mix :: one4T - Grey
Replies: 2
Views: 4532

Re: deep dubstep mix :: one4T - Grey

This is really dark, was it intentional? Hard for me to see what's going on.
by Magic
Mon Jun 29, 2020 2:49 pm
Forum: Feature Requests
Topic: Copy whole parameter links?
Replies: 1
Views: 3925

Re: Copy whole parameter links?

I guess so, but in that case it might be best to use a Global.
by Magic
Sun Jun 28, 2020 2:49 pm
Forum: General Discussion
Topic: Changing username?
Replies: 4
Views: 2881

Re: Changing username?

Hmm ok try now, I guess I didn't have a setting configured properly.
by Magic
Sun Jun 28, 2020 2:48 pm
Forum: General Discussion
Topic: ASCII Art
Replies: 2
Views: 4097

Re: ASCII Art

Yeah I've known that for a while, it's an ffmpeg feature, I guess I never really advertised it ;)
by Magic
Sun Jun 28, 2020 1:45 am
Forum: General Discussion
Topic: Changing username?
Replies: 4
Views: 2881

Re: Changing username?

Control Panel -> Profile -> Edit account settings
by Magic
Mon Jun 22, 2020 10:05 pm
Forum: Feature Requests
Topic: Module Purely for Annotations
Replies: 4
Views: 5240

Re: Module Purely for Annotations

Yes, I have this on my to-do list already, thanks.
by Magic
Mon Jun 22, 2020 10:05 pm
Forum: Feature Requests
Topic: when Source = "(No Source)", remove "Volume" from Feature
Replies: 3
Views: 9266

Re: when Source = "(No Source)", remove "Volume" from Featur

That's a reasonable suggestion, thanks.
by Magic
Mon Jun 22, 2020 1:01 am
Forum: General Discussion
Topic: Logic Pro X Ver 10.5.1 Exported Midi File
Replies: 3
Views: 2427

Re: Logic Pro X Ver 10.5.1 Exported Midi File

In my post I did say that I did load it into Magic and hence the additional 20 seconds... Yes, I meant besides Magic. I loaded the midi file into another app as suggested and it also displayed the additional time added of 20 seconds. Right, so it seems that Logic is indeed the problem. For all my y...
by Magic
Sun Jun 21, 2020 9:23 pm
Forum: General Discussion
Topic: Logic Pro X Ver 10.5.1 Exported Midi File
Replies: 3
Views: 2427

Re: Logic Pro X Ver 10.5.1 Exported Midi File

Exporting a MIDI file from Logic and then loading it back into Logic isn’t much of a test.

I would try loading it into a different app and see what happens.
by Magic
Sat Jun 20, 2020 7:40 pm
Forum: User-Submitted Videos
Topic: Filamental
Replies: 4
Views: 8925

Re: Filamental

Very nice. Good thing I don't have epilepsy ;)
by Magic
Wed Jun 17, 2020 9:46 pm
Forum: General Discussion
Topic: Any news on any updates?
Replies: 2
Views: 7585

Re: Any news on any updates?

Would be nice with a timeline for better overview of what's going on etc.
Why? ;)
by Magic
Mon Jun 15, 2020 7:16 pm
Forum: General Discussion
Topic: File Playback Not Working
Replies: 17
Views: 7289

Re: File Playback Not Working

Well, honestly I have a hard time believing that you can't use your interface at all. Especially if you close the audio input device to eliminate conflicts as described in the User's Guide, Magic should be able to use your interface for audio output. I would suggest playing with the settings of your...
by Magic
Sun Jun 14, 2020 1:56 am
Forum: General Discussion
Topic: File Playback Not Working
Replies: 17
Views: 7289

Re: File Playback Not Working

Look at https://magicmusicvisuals.com/downloads ... udioIssues.

Also try an audio file in a different format to make sure it isn't your file.
by Magic
Fri Jun 12, 2020 6:03 pm
Forum: General Discussion
Topic: Processor Upgrade
Replies: 6
Views: 3440

Re: Processor Upgrade

If the exports you did are representative of the work you usually do, then obviously your hard drives are both fast enough and aren’t the limiting factor in the export speed.
by Magic
Thu Jun 11, 2020 4:27 pm
Forum: General Discussion
Topic: Processor Upgrade
Replies: 6
Views: 3440

Re: Processor Upgrade

Very hard to say. Magic's exporting speed is dependent on a combination of the GPU, the CPU, and the hard drive. If you already have a very fast GPU and hard drive, you might notice a speed increase if the CPU is the bottleneck, because exporting can be very CPU intensive, depending on the codec. Bu...
by Magic
Thu Jun 11, 2020 4:22 pm
Forum: General Discussion
Topic: Multi Keys, One control parameter.
Replies: 2
Views: 2203

Re: Multi Keys, One control parameter.

I think what he means is something like: "If certain MIDI key presses are received by a Mix module, then switch the Mix module to the second input." His complaint is that you can only link the Mix module's Amount parameter to one individual MIDI key. To get around this you can use Globals ...
by Magic
Thu Jun 11, 2020 4:16 pm
Forum: Feature Requests
Topic: Support for FFGL 2.1?
Replies: 7
Views: 9451

Re: Support for FFGL 2.1?

This has been on my radar but it's pretty complicated and I can't make any promises.
by Magic
Thu Jun 11, 2020 4:15 pm
Forum: Feature Requests
Topic: Dark Theme for Studio Version
Replies: 1
Views: 3224

Re: Dark Theme for Studio Version

Hmm, I hadn't thought about it but it seems fair for a future version I guess. We'll see ;).
by Magic
Thu Jun 04, 2020 6:00 pm
Forum: General Discussion
Topic: Midi Learn not registering my controller when pushing a pad
Replies: 2
Views: 2243

Re: Midi Learn not registering my controller when pushing a

Are your MIDI devices displayed in the drop-down box, as described in this section of the User's Guide? https://magicmusicvisuals.com/downloads ... #MIDIInput
by Magic
Mon Jun 01, 2020 7:40 pm
Forum: General Discussion
Topic: Shadertoy Conversion Help
Replies: 5
Views: 4983

Re: Shadertoy Conversion Help

For an ISF module to have an input in Magic, it needs to have something like the following:

Code: Select all

	"INPUTS": [
		{
			"NAME": "inputImage",
			"TYPE": "image"
		},
Does that help?
by Magic
Sat May 30, 2020 3:07 pm
Forum: General Discussion
Topic: Shadertoy Conversion Help
Replies: 5
Views: 4983

Re: Shadertoy Conversion Help

The GLSLShader module doesn't support those features. You will have to convert to ISF. Your best bet is the official ISF Editor, which can pull from Shadertoy: https://docs.vidvox.net/freebies_isf_editor.html
by Magic
Fri May 29, 2020 7:15 pm
Forum: General Discussion
Topic: demo projects?
Replies: 2
Views: 2427

Re: demo projects?

Help > Open Sample Project is mentioned no less than 25 times throughout the User's Guide ;).
by Magic
Thu May 28, 2020 3:09 pm
Forum: General Discussion
Topic: Expression Help (Using Variable) / Syncing Timing of Modules
Replies: 5
Views: 3329

Re: Expression Help (Using Variable)

I think you are making things way too complicated for yourself.

First of all, if you want two or more modules to be synced, use a Global. Very simple.

Second, if you want a value to increase by 2 every so often, just do:
Increase(whatever speed you want)
Step(2)
by Magic
Tue May 26, 2020 3:49 pm
Forum: General Discussion
Topic: Audio not playing in Magic
Replies: 4
Views: 2880

Re: Audio not playing in Magic

More detailed help is usually best found in the User's Guide, at least as a first step. For example, here is the Audio Issues section: https://magicmusicvisuals.com/downloads/Magic_UsersGuide.html#AudioIssues Or, you can also reset the entire program's settings via the Help menu: https://magicmusicv...
by Magic
Tue May 26, 2020 2:48 pm
Forum: General Discussion
Topic: Audio not playing in Magic
Replies: 4
Views: 2880

Re: Audio not playing in Magic

Doubtful that it's anything with Performer. The problem is likely with your audio output device. Check your System Preferences.
by Magic
Tue May 26, 2020 2:46 pm
Forum: Feature Requests
Topic: Screen Capture as input
Replies: 1
Views: 3351

Re: Screen Capture as input

This has been discussed extensively on the forums. https://magicmusicvisuals.com/forums/viewtopic.php?f=2&t=15 https://magicmusicvisuals.com/forums/viewtopic.php?f=2&t=1121 https://magicmusicvisuals.com/forums/viewtopic.php?f=2&t=805 https://magicmusicvisuals.com/forums/viewtopic.php?f=2...
by Magic
Fri May 22, 2020 9:47 pm
Forum: Feature Requests
Topic: ASIO Support
Replies: 3
Views: 3927

Re: ASIO Support

Unfortunately I still don't really understand what you're saying. Make sure you are choosing the right audio device, as demonstrated in this screenshot with an ASIO device selected: https://magicmusicvisuals.com/downloads/images/windowsAudioDevices.png Other than that, if you have a "flawed ASI...
by Magic
Fri May 22, 2020 7:35 pm
Forum: Feature Requests
Topic: Longer Delay Modifier
Replies: 1
Views: 3330

Re: Longer Delay Modifier

Based on your other posts, I don't think a longer Delay is what you're after. Delay is resource-intensive -- it records every change per frame and is overkill for timing purposes. Besides, I can't imagine a scenario where someone would really want to delay the response to audio or MIDI by 15 seconds.
by Magic
Fri May 22, 2020 7:32 pm
Forum: General Discussion
Topic: [ShaderToy] Copied a shader, but it doesn't work in Magic
Replies: 5
Views: 3317

Re: [ShaderToy] Copied a shader, but it doesn't work in Magi

Yes, different GPUs have slightly different requirements. Magic will always try to auto-select the best GPU available. Your web browser probably uses the default GPU to save power.
by Magic
Fri May 22, 2020 7:30 pm
Forum: Feature Requests
Topic: ASIO Support
Replies: 3
Views: 3927

Re: ASIO Support

Magic has supported ASIO from the very beginning, unless I'm not understanding what you're saying.
by Magic
Thu May 21, 2020 3:17 pm
Forum: General Discussion
Topic: [ShaderToy] Copied a shader, but it doesn't work in Magic
Replies: 5
Views: 3317

Re: [ShaderToy] Copied a shader, but it doesn't work in Magi

Did you check Magic's log file for compile errors?
by Magic
Thu May 21, 2020 3:13 pm
Forum: General Discussion
Topic: Global to create MIDI Slider Time from 1 to 300 seconds
Replies: 1
Views: 2223

Re: Global to create MIDI Slider Time from 1 to 300 seconds

All MIDI values are scaled in the range of 0 to 1 (by dividing into 127), as the User's Guide describes: https://magicmusicvisuals.com/downloads/Magic_UsersGuide.html#MIDIFeatures . So, to make a value go from 0 to 300 instead of 0 to 1, you simply add a Scale modifier with a parameter of 300. If yo...
by Magic
Wed May 20, 2020 6:51 pm
Forum: Feature Requests
Topic: Movable Start Time
Replies: 1
Views: 3322

Re: Movable Start Time

Yes, loop points are on our to-do list. Thanks.
by Magic
Wed May 20, 2020 6:50 pm
Forum: General Discussion
Topic: Need Help!
Replies: 10
Views: 5837

Re: Need Help!

I'm not sure what you mean. Can you be more specific?
by Magic
Tue May 19, 2020 3:53 pm
Forum: General Discussion
Topic: Need Help!
Replies: 10
Views: 5837

Re: Need Help!

It looks like you have a Mac; unfortunately I do all my main work on Windows and I don't know any good standalone MIDI editors on Mac. Maybe someone else knows. But aside from that, any DAW will let you view/edit MIDI: https://en.wikipedia.org/wiki/Digital_audio_workstation#List_of_notable_commercia...
by Magic
Tue May 19, 2020 3:42 pm
Forum: General Discussion
Topic: Creating A Global To Send To The "Hold"
Replies: 23
Views: 14519

Re: Creating A Global To Send To The "Hold"

Yes, it’s a bug I suppose, but the problem is that you’re dividing by 0 (= infinity).

An easy solution is to enforce a minimum duration, let’s say 1 second, which you can achieve using Offset 1 before the Expression, or a Threshold, or other methods.
by Magic
Tue May 19, 2020 2:44 am
Forum: General Discussion
Topic: Creating A Global To Send To The "Hold"
Replies: 23
Views: 14519

Re: Creating A Global To Send To The "Hold"

Yes, you can do that too. I thought you wanted to use the MIDI command as a trigger to go to the next random value.
by Magic
Mon May 18, 2020 7:15 pm
Forum: General Discussion
Topic: Need Help!
Replies: 10
Views: 5837

Re: Need Help!

You just have to make sure all the notes are on channel 1 for that file. You would need some kind of MIDI editor to check.
by Magic
Mon May 18, 2020 2:59 pm
Forum: General Discussion
Topic: Need Help!
Replies: 10
Views: 5837

Re: Need Help!

I think the file extension has to be .mid, not .midi
by Magic
Sun May 17, 2020 7:04 pm
Forum: General Discussion
Topic: Need Help!
Replies: 10
Views: 5837

Re: Need Help!

I’m guessing that you have the Studio edition. You need the Performer edition for MIDI functionality.
by Magic
Thu May 14, 2020 2:45 pm
Forum: General Discussion
Topic: Creating A Global To Send To The "Hold"
Replies: 23
Views: 14519

Re: Creating A Global To Send To The "Hold"

Use MIDI for the Timer, not the TimerDuration. See my last screenshot above.
by Magic
Thu May 14, 2020 2:44 pm
Forum: General Discussion
Topic: Problems with multi-channel audio files
Replies: 5
Views: 3514

Re: Problems with multi-channel audio files

No problem. I hope to see some of your videos.
by Magic
Tue May 12, 2020 2:56 pm
Forum: General Discussion
Topic: Problems with multi-channel audio files
Replies: 5
Views: 3514

Re: Problems with multi-channel audio files

Yes that sounds fine. You can do mono files if you want though; they don’t have to be stereo.

Also, when you replace the movie’s audio with the original, try to do it without re-encoding the video. It will be faster and better quality. You can use ffmpeg, if you are familiar with it.
by Magic
Mon May 11, 2020 7:34 pm
Forum: General Discussion
Topic: Problems with multi-channel audio files
Replies: 5
Views: 3514

Re: Problems with multi-channel audio files

Yes, even though Magic can use multichannel audio files as input, it can't play them back in multichannel. The workaround you discovered is the best solution for now.

In a future version of Magic we will support playback in multichannel, but I can't say exactly when that will happen.
by Magic
Sun May 10, 2020 3:27 pm
Forum: General Discussion
Topic: Iterator weirdness
Replies: 3
Views: 2939

Re: Iterator weirdness

It’s kind of pointless to use the Iterator if you’re not incrementing something. Right now you’re just drawing the same exact thing 10 times.

Can you post a video showing how the scene changes when you bypass?
by Magic
Fri May 08, 2020 4:54 pm
Forum: General Discussion
Topic: Magic NDI Module for Mac?
Replies: 2
Views: 2795

Re: Magic NDI Module for Mac?

Magic doesn't have NDI built in but you can try https://docs.vidvox.net/freebies_ndi_syphon.html
by Magic
Thu May 07, 2020 2:27 pm
Forum: General Discussion
Topic: Creating A Global To Send To The "Hold"
Replies: 23
Views: 14519

Re: Creating A Global To Send To The "Hold"

I want it to randomly pick an input every 3 seconds. What is the proper way to script that? And then, how do I give it a global to replace that 3 seconds with a global value? Sorry, I didn't see that earlier post. To create a timer of x seconds, you use a Ramp with parameter 1/x . So, for 3 seconds...
by Magic
Thu May 07, 2020 2:14 pm
Forum: User-Submitted Videos
Topic: My first steps
Replies: 2
Views: 4234

Re: My first steps

Good first steps :). For this type of video, I would suggest exporting your movie at 60fps rather than 30fps; it makes the visuals more responsive.
by Magic
Wed May 06, 2020 9:47 pm
Forum: General Discussion
Topic: Creating A Global To Send To The "Hold"
Replies: 23
Views: 14519

Re: Creating A Global To Send To The "Hold"

To randomly trigger something, use the modifier called Random Trigger ;). Hold is overkill and not really meant for what you're doing. Hold is meant to preserve an incoming value from a source, not a value you generate with a modifier. A better way to do things based on a timer is to use a Ramp or I...
by Magic
Wed May 06, 2020 7:23 pm
Forum: General Discussion
Topic: modifiers for waveform
Replies: 4
Views: 3413

Re: modifiers for waveform

Those things don't really apply to a waveform, which is why they're not options.

You might want to try using the Trails module after the Waveform module, it gives a more subtle look.
by Magic
Wed May 06, 2020 7:22 pm
Forum: General Discussion
Topic: Creating A Global To Send To The "Hold"
Replies: 23
Views: 14519

Re: Creating A Global To Send To The "Hold"

What exactly are you trying to do? I'm not sure why you would want to use a Hold modifier with the InputSelector, but maybe I'm not understanding.
by Magic
Wed May 06, 2020 7:21 pm
Forum: General Discussion
Topic: Jpeg Folder Module Possible Bug
Replies: 1
Views: 2899

Re: Jpeg Folder Module Possible Bug

Could be a bug, I will investigate.
by Magic
Mon May 04, 2020 7:31 pm
Forum: General Discussion
Topic: Blackmagic Design Decklink Duo 2 not functioning
Replies: 2
Views: 3613

Re: Blackmagic Design Decklink Duo 2 not functioning

You will probably need to play around with the Opts parameter in the VideoCaptureDS module. As described in the User's Guide, the Opts parameter allows you to configure advanced options for ffmpeg (which is what the VideoCaptureDS module uses as the capture engine). Some common options might be -fra...
by Magic
Sun May 03, 2020 2:15 am
Forum: Feature Requests
Topic: Ability to add Spectrum "bars" without creating new patches
Replies: 1
Views: 4462

Re: Ability to add Spectrum "bars" without creating new patc

Hi Richard, thanks for your interest. Everything you suggested is already available in one form or another. I recommend you try all the options in the Spectrum module, and then investigate the Iterator module for even more options. Then, look at all the sample projects included with the application,...
by Magic
Fri May 01, 2020 7:47 pm
Forum: General Discussion
Topic: Export movie with midi
Replies: 4
Views: 5157

Re: Export movie with midi

Any decent DAW will let you render a MIDI file to a sound file.

Or you can do something like this: https://www.zamzar.com/convert/midi-to-mp3/
by Magic
Thu Apr 30, 2020 5:41 pm
Forum: General Discussion
Topic: Multitrack Project over movie
Replies: 7
Views: 4508

Re: Multitrack Project over movie

by Magic
Thu Apr 30, 2020 2:31 pm
Forum: General Discussion
Topic: Multitrack Project over movie
Replies: 7
Views: 4508

Re: Multitrack Project over movie

I'm not sure what you mean by "sync the video with the input sources", but it's always best to sync audio in a video editing program after you've created your final movie in Magic.
by Magic
Thu Apr 30, 2020 2:28 pm
Forum: General Discussion
Topic: Sample projects use
Replies: 1
Views: 2605

Re: Sample projects use

Anything included in Magic can be used for any purpose. No credit is necessary.
by Magic
Thu Apr 30, 2020 2:27 pm
Forum: General Discussion
Topic: Picture in Picture
Replies: 1
Views: 2462

Re: Picture in Picture

Thanks, good tutorial and I look forward to more.
by Magic
Tue Apr 28, 2020 5:23 pm
Forum: General Discussion
Topic: No activity in Magic Window
Replies: 5
Views: 3295

Re: No activity in Magic Window

Hmm. Not sure. It's pretty old. Maybe the graphics card just isn't good enough to run Magic.

The oldest Mac we have here in the office is a Mid 2011 Mini with 8GB RAM and an AMD Radeon HD 6630M video card. I'm not sure if we've tested anything older than that.
by Magic
Tue Apr 28, 2020 3:59 pm
Forum: General Discussion
Topic: No activity in Magic Window
Replies: 5
Views: 3295

Re: No activity in Magic Window

Yeah, your graphics card isn't working properly. Thanks for thinking to include the OpenGL window -- makes it pretty obvious.

What kind of Mac do you have?
by Magic
Tue Apr 28, 2020 2:40 pm
Forum: General Discussion
Topic: No activity in Magic Window
Replies: 5
Views: 3295

Re: No activity in Magic Window

Please post a screenshot of your project.
by Magic
Mon Apr 27, 2020 2:59 pm
Forum: General Discussion
Topic: Macbook pro radeon 4gb enough?
Replies: 1
Views: 2439

Re: Macbook pro radeon 4gb enough?

4GB of VRAM is pretty good. Unless you are doing crazy things with Magic, you probably won't get the benefit of 8GB.

That being said, it's always best if you can test the computer before you buy it by installing the Magic Demo on it. Then you can see how fast it runs.
by Magic
Mon Apr 27, 2020 2:45 pm
Forum: Feature Requests
Topic: polygon creation with wireframe
Replies: 11
Views: 20405

Re: polygon creation with wireframe

Yes, that's it, thanks. Good searching.

Here is another post that may be helpful: https://magicmusicvisuals.com/forums/vi ... 4642#p4642 . It demonstrates how you can use the Model module to generate polygons with a list of vertices in a text file.