Suggestion for future releases: freely draw new EFX patterns
-
- Posts: 1
- Joined: Fri Oct 18, 2019 4:15 pm
- Real Name: Osiel Lucio
freely draw new EFX patterns with the mouse and be able to move the figure manually
- GGGss
- Posts: 3052
- Joined: Mon Sep 12, 2016 7:15 pm
- Location: Belgium
- Real Name: Fredje Gallon
Do you know for an EFX to function, it has to be based onto a mathematical function?
The (now) value and the (now+1) value has to be known so that the difference in between can be calculated...
Drawing a figure in pixels does not compute into a math function - So I'm afraid your request will be way off...
The (now) value and the (now+1) value has to be known so that the difference in between can be calculated...
Drawing a figure in pixels does not compute into a math function - So I'm afraid your request will be way off...
All electric machines work on smoke... when the smoke escapes... they don't work anymore
-
- Posts: 1325
- Joined: Mon Apr 13, 2015 7:05 am
- Location: Bratislava, Slovakia
- Real Name: Jano Svitok
- Contact:
If you draw the pattern in advance, it's easy to compute the distance
For example, let's say the drawing is composed of short lines. The distance for each segment is easy (sqrt(x^2+y^2)).
The problem is that someone must implement UI for adding points, moving, deleting, etc.
It's a lot of work.
For example, let's say the drawing is composed of short lines. The distance for each segment is easy (sqrt(x^2+y^2)).
The problem is that someone must implement UI for adding points, moving, deleting, etc.
It's a lot of work.
-
- Posts: 18
- Joined: Thu Apr 11, 2019 5:22 pm
- Real Name: Daryl Bennett
- Contact:
ShowXpress has a feature like this, except you can add or subtract points. I think that'd be easier to implement than free draw. And it's easier to modify the pattern for the end user.
- GGGss
- Posts: 3052
- Joined: Mon Sep 12, 2016 7:15 pm
- Location: Belgium
- Real Name: Fredje Gallon
It's not nice of you to promote other products Daryl.
You are not helping QLC+ users here by saying 'use that product instead'
You are not helping QLC+ users here by saying 'use that product instead'
All electric machines work on smoke... when the smoke escapes... they don't work anymore
-
- Posts: 18
- Joined: Thu Apr 11, 2019 5:22 pm
- Real Name: Daryl Bennett
- Contact:
How am I promoting another product? I'm just saying that this product does EFX in a way that closely matches what OP wants, and QLC+ could do something similar.