Search found 12 matches

by DonMoir
Mon Mar 01, 2010 19:56
Forum: Problems? Bugs? Solutions!
Topic: Pops and Clicks in Audio
Replies: 0
Views: 2647

Pops and Clicks in Audio

I have a new windows 7 machine with RealTek HD audio.

The audio has a lot of pops and clicks in it. When I first ran resolume after initial install, no audio played and so in preferences I changed it to primary sound driver and got sound with the noise in it. No other selection fixes it.

I do not ...
by DonMoir
Fri Jan 15, 2010 19:21
Forum: Problems? Bugs? Solutions!
Topic: Text Messaging in Resolume Avenue?
Replies: 7
Views: 13561

Re: Text Messaging in Resolume Avenue?

dborn, you make some good points. Yes it about your performance and how well you indulge the audience.

We would like feedback and appreciate your offer. We currently have one VJ working with us but more input would be good.

Another product line of ours is laser light shows. This can be used ...
by DonMoir
Thu Jan 14, 2010 17:29
Forum: Problems? Bugs? Solutions!
Topic: Text Messaging in Resolume Avenue?
Replies: 7
Views: 13561

Re: Text Messaging in Resolume Avenue?

There are reasons you might want to use a separate application for this. For one, all cell phone numbers that are received, are logged and it gives you an opportunity to return text messages to those numbers. You could use this to provide advertising for the club or perhaps information on your next ...
by DonMoir
Wed Jan 06, 2010 15:34
Forum: Problems? Bugs? Solutions!
Topic: Resolume crash with swf and sockets
Replies: 2
Views: 4283

Re: Resolume crash with swf and sockets

This is a show stopper for us unless you can give me a way around this.

When a socket connection is made, it is left hanging when you are switching back and forth. It seems that Avenue is not shutting down flash completely. This causes flash to crash and hence resolume.

It would not be in our or ...
by DonMoir
Tue Dec 29, 2009 18:20
Forum: Problems? Bugs? Solutions!
Topic: Problem with StringParameter
Replies: 0
Views: 2475

Problem with StringParameter

When using single line mode with StringParameter, you type and when enter is pressed, a change event is sent to flash app. When using multiline, a change event is sent everytime you type any character.

You can test this with rss.swf. Enter mulitline mode for RSS URL. Just type any character and ...
by DonMoir
Tue Dec 29, 2009 16:09
Forum: Problems? Bugs? Solutions!
Topic: Device Fonts are Always Black in Flash
Replies: 6
Views: 7703

Re: Device Fonts are Always Black in Flash

This also occurs with rss.swf when the RSS URL link cannot connect and you display the error message. Since with the error message you are using a device font.

steps:

o - Let rss.swf start normally

o - change the link to something that cannot connect.

The error message will be black. You can see ...
by DonMoir
Fri Dec 25, 2009 04:42
Forum: Problems? Bugs? Solutions!
Topic: Resolume crash with swf and sockets
Replies: 2
Views: 4283

Resolume crash with swf and sockets

I have been getting spurious crashes in R3. Here is one that happens often when using swf and socket.

Let me say this first:

There is no way for a swf file to know when it is live or you are just generating thumbnail data.

You need to add beginMovie and endMovie external callbacks so we know when ...
by DonMoir
Thu Dec 24, 2009 22:06
Forum: Problems? Bugs? Solutions!
Topic: Device Fonts are Always Black in Flash
Replies: 6
Views: 7703

Re: Device Fonts are Always Black in Flash

Using cacheAsBitmap is not such a good workaround. It forces flash to do more work and can produce a jerky display.

This problem is being caused by the alpha channel. In flash, TextFields don't have an alpha value. They are always opaque. For whatever reason, resolume picks up rendered device fonts ...
by DonMoir
Wed Dec 23, 2009 18:00
Forum: Problems? Bugs? Solutions!
Topic: Device Fonts are Always Black in Flash
Replies: 6
Views: 7703

Re: Device Fonts are Always Black in Flash

Hello edwin,

Why this occurs is a mystery. As you said, since it works in osx, this is related to windows, but the problem only occurs in resolume and nowhere else, so I am assuming you can do something about it.

I am well versed in windows, C++, and flash so if you can give me some hints on how ...
by DonMoir
Tue Dec 22, 2009 23:25
Forum: Problems? Bugs? Solutions!
Topic: Device Fonts are Always Black in Flash
Replies: 6
Views: 7703

Re: Device Fonts are Always Black in Flash

Here is a sample swf file that shows the problem.

This first line of text is using a device font. (Arial)

The second line of text is using Arial as an embedded font.

They are both supposed to be white. Note that in resolume that the first line of text is black. If you run the swf outside of ...