Hello all.
I have a question about the buttons on the TOUCH page.
Now I have a fader that controls the speed of the FX movement.
But I would like 4 buttons with a speed behind them. For example 10, 20, 40 and 50% or something simular.
How do I make these?
Button for speed FX
-
- Posts: 194
- Joined: Mon Mar 20, 2023 12:04 pm
- Operating System: Windows
- Location: Frankfurt, Germany
Re: Button for speed FX
create button
Map it
change from range to value
Copy and set desired value
Map it
change from range to value
Copy and set desired value
Re: Button for speed FX
Thanks for your comment.
Can you explain to me step by step how to copy the fx speed to a button?
Because the whole programming regarding mapping doesn't work for me at all. And I can't find a good, clear step-by-step plan anywhere.
Can you explain to me step by step how to copy the fx speed to a button?
Because the whole programming regarding mapping doesn't work for me at all. And I can't find a good, clear step-by-step plan anywhere.
Re: Button for speed FX
It worked. I think there is an error in the program. The mapping function only works for me if I use the touch screen as a second screen.
-
- Posts: 2
- Joined: Tue Feb 27, 2024 4:38 am
Re: Button for speed FX
Launch the design tool or interface that you are using to make your TOUCH page. This might be a programming environment or a piece of softwaregeometry dash lite. For every button, register event handlers to be notified when a button is tapped or clicked.
To determine which button was pressed when one is clicked, get the button's name or identification.
To determine which button was pressed when one is clicked, get the button's name or identification.
Re: Button for speed FX
You can achieve this in Daslight's TOUCH Sprunki page by assigning specific speed values to buttons using Scene values or MIDI/DMX triggers.
Re: Button for speed FX
Create 4 Macros or Command Buttons, each with a command like:
Attribute "Speed" At 10
Attribute "Speed" At 20
Attribute "Speed" At 40
Attribute "Speed" At 50
Place those macros/buttons on your TOUCH page.
If you're controlling a specific FX or Executor, you can also reference that specifically:
Executor 1.1 Thru 1.4 Attribute "Speed" At 50
Re: Button for speed FX
Thanks, Sprunki, for the suggestion, but can you explain in more detail how to assign specific speed values to buttons in Daslight TOUCH?sprunki wrote: ↑Wed Apr 02, 2025 7:40 am You can achieve this in Daslight's TOUCH That's Not My Neighbor page by assigning specific speed values to buttons using Scene values or MIDI/DMX triggers.