Search found 66 matches

by alfaleader
Fri Aug 02, 2013 16:07
Forum: Hardware
Topic: AKAI APC 40 and Resolume Avenue
Replies: 83
Views: 289372

Re: AKAI APC 40 and Resolume Avenue

BETA RELEASE APC20/APC40 Program http://i42.tinypic.com/2qkrwc3.jpg Some of you might know me for my APC Bomes patch (was the first to post the many used bomes patch here). Now I have a new program in C++ that should give a lot more functions. So here is the first beta release of my new APC20 / APC...
by alfaleader
Tue Jun 11, 2013 19:58
Forum: New Features
Topic: advanced output edit input area
Replies: 4
Views: 6626

Re: advanced output edit input area

And why does the advanced mapping input (0,0 coordinate makes left corner slice on left corner screen) different from the output (0,0 makes the middle of your slice go on the left corner).

Should be better if the output is the same as the output (makes it easier for pixel mapping).
by alfaleader
Tue May 28, 2013 18:06
Forum: New Features
Topic: OSC load file
Replies: 1
Views: 3415

OSC load file

Hi I'm playing with the idea to make an android/ios program that handles file loading for Resolume. The idea is that a program on your windows/mac pc scans your library and generated thumbnails. These are sent to the mobile program. Now you can browse through your video library and load movies to re...
by alfaleader
Sat Jan 12, 2013 17:00
Forum: Hardware
Topic: 1T-C2-750 Open Source Arduino module
Replies: 1
Views: 7914

Re: 1T-C2-750 Open Source Arduino module

Version 1.1 is released! Now with checksum calculation so the 1T-C2-750 can calculate if the data is good transmitted. Some possibilities you can do with the 1T-C2-750. -Full HD mixing of 2 dvi or vga inputs -3D mixing possible! -triplehead2go resolutions supported to 1920x480 -with the datapath X4 ...
by alfaleader
Thu Jan 10, 2013 18:12
Forum: Hardware
Topic: 1T-C2-750 Open Source Arduino module
Replies: 1
Views: 7914

1T-C2-750 Open Source Arduino module

http://thumbnails104.imagebam.com/23128/1f675b231271925.jpg Most of you already know the 1T-C2-750, a cheap (<800$) DVI/VGA video scaler that can handle 1080p and even tripplehead2go resolutions. The only thing this device need to be perfect for a lot of Vjs is a fader to fade from channel A to cha...
by alfaleader
Fri Nov 09, 2012 21:48
Forum: Problems? Bugs? Solutions!
Topic: No OSC output except certain messages
Replies: 4
Views: 4437

Re: No OSC output except certain messages

Someone with a solution?

Now the program has to check each incoming message (and it's a lot!). CPU load goes to 8-10% (without osc it's only maximum 5%).
by alfaleader
Thu Nov 01, 2012 12:28
Forum: Problems? Bugs? Solutions!
Topic: No OSC output except certain messages
Replies: 4
Views: 4437

Re: No OSC output except certain messages

Ah thanks, I forgot about the layer transport panel. This panel is always off so I didn't thought it would send something. Thanks! I'll try to do that! EDIT: tried to disable those osc messages, but still getting these. I checked everywhere and turned everything off but still these things (both in l...
by alfaleader
Wed Oct 31, 2012 21:28
Forum: Problems? Bugs? Solutions!
Topic: Editable Credit Roll style txt and Tickers
Replies: 13
Views: 14024

Re: Editable Credit Roll style txt and Tickers

If you have a video mixer to switch between things you can try max/msp, vvvv, processing or something similar. But I don't know if they can work together with resolume on 1 laptop.
by alfaleader
Wed Oct 31, 2012 19:23
Forum: Problems? Bugs? Solutions!
Topic: Editable Credit Roll style txt and Tickers
Replies: 13
Views: 14024

Re: Editable Credit Roll style txt and Tickers

In our sms system we did this with quartz composer: incoming text messages have to be typed and come in a buffer (not a normal QC buffer, but the oldest text is always replaced). Then the messages are displayed with always a few above and below the screen and with using modulo (%). A credit roll sty...