Search found 29 matches
- Thu Nov 08, 2018 1:29 pm
- Forum: Questions, Bug Reports, And Feature Requests
- Topic: Animations lagging and are slow
- Replies: 12
- Views: 134093
Re: Animations lagging and are slow
Hi Pecanac, my first intention is, that there are something wrong during the the confersion to the dxd files. Maybe you only convert 1 Universe. Here you can find the manual to check if you are made all right http://help.madrix.com/m5/html/plexus/hidd_step_5_converting_files.html You can also check ...
- Mon Aug 13, 2018 10:02 am
- Forum: Questions, Bug Reports, And Feature Requests
- Topic: Animations lagging and are slow
- Replies: 12
- Views: 134093
Re: Animations lagging and are slow
Hello Pecanac, Ok, you can completly remote control the PLEXUS over a Webbrowser. for Details have a look here: http://help.madrix.com/m5/html/plexus/index.html?hidd_remote_control.html The Plexus has build in a simple Webserver for that. You can access this on the standard port 80. So you have to c...
- Wed Aug 08, 2018 12:43 pm
- Forum: Questions, Bug Reports, And Feature Requests
- Topic: Animations lagging and are slow
- Replies: 12
- Views: 134093
Re: Animations lagging and are slow
Hello Pecanac, if i understand it right, you try to send live artnet data over an internet connection to the plexus. If this so, i would say, bad idea. Artnet data are not like a video stream. There are many small data packets, which have to find the way thru the internet. It is not one connection a...
- Tue Apr 09, 2013 3:03 pm
- Forum: Wishes and Feature Requests
- Topic: When "Patch Size" changed, keep the size of Mapping unchange
- Replies: 1
- Views: 40380
Re: When "Patch Size" changed, keep the size of Mapping unch
Hi, at the Moment the mapping of each effect layer will act like you say, because the values which are saved are not in Pixels. But you are right, it would be a nice Feature to recalculate the positions, so that nothings change in the mapping. We will diskuss that and add it to the wishes list. thanks
- Tue Apr 09, 2013 2:57 pm
- Forum: Wishes and Feature Requests
- Topic: Help getting started with per-pixel LED strips
- Replies: 1
- Views: 42764
Re: Help getting started with per-pixel LED strips
Hi wiregen,
please ask the developer from SanDevices for this. We can't know all products and how they work. But SanDevices is an MADRIX Dealer so they can help you to get this Interface running with MADRIX.
http://www.sandevices.com/index.html
please ask the developer from SanDevices for this. We can't know all products and how they work. But SanDevices is an MADRIX Dealer so they can help you to get this Interface running with MADRIX.
http://www.sandevices.com/index.html
- Fri Apr 20, 2012 10:09 am
- Forum: Wishes and Feature Requests
- Topic: DMX output on any comport
- Replies: 1
- Views: 31898
Re: DMX output on any comport
Hi, this is as always not an easy topic. When i don't know with which Kind of interface i communicate I cant control any problems which occurs. So we could only send pure DMX data without any control, what is a thing we don't like. But i like the idea of an bluetooth to DMX converter. So what is you...
- Mon Mar 26, 2012 3:57 pm
- Forum: Bug Reports
- Topic: Probleme mit Madrix+NEOs
- Replies: 3
- Views: 47869
Re: Probleme mit Madrix+NEOs
Hallo bioSm07, danke für die ausführliche Beschreibung, allerdings ist das verhalten von MADRIX soweit richtig. Ich versuche es mal kurz zu erklären warum. Die Lizenzkontrolle arbeitet unabhängig vom Neo, das heist es wird nachgeschaut ob ein Neo mit Lizenz angeschlossen ist und wenn ja dann werden ...
- Thu Dec 01, 2011 12:05 pm
- Forum: Wishes and Feature Requests
- Topic: tap for strobe
- Replies: 5
- Views: 56112
Re: tap for strobe
Hi dieter,
simple but nice feature. I don't know why nobody get this idea earlier.
So we will add it to our todo list.
simple but nice feature. I don't know why nobody get this idea earlier.
So we will add it to our todo list.
- Thu Dec 01, 2011 12:02 pm
- Forum: Wishes and Feature Requests
- Topic: Access to Midi In with Scripting
- Replies: 2
- Views: 40160
Re: Access to Midi In with Scripting
Hi gavspav, for the first look the idea sounds good, but it's not makeable in the way MADRIX works at the moment. The Problem is that midi is an event driven protocol. this means when you press a key on a midi keyboard an event command is sending to the pc and when you release the key then also a co...
- Mon Nov 21, 2011 1:52 pm
- Forum: Experiences and 'How To' - Questions
- Topic: need scripting help
- Replies: 3
- Views: 44946
Re: need scripting help
Hi dieter, maybe this is what you are looking for. @scriptname="SliderMinMaxRange"; @author="Dieter"; @version="1.0"; @description="11/14/2011"; int maxX=GetMatrixWidth(); int maxY=GetMatrixHeight(); ctrlslider sliderMin={"Min",1,maxX*1/4,maxX}; ctrl...