Button for speed FX

The new Daslight - for PC and Mac

Moderators: TomHat, simonB

bobhvp
Posts: 3
Joined: Mon Jan 22, 2024 11:00 am
Operating System: Windows

Button for speed FX

Post by bobhvp »

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?
S.lellwitz
Posts: 194
Joined: Mon Mar 20, 2023 12:04 pm
Operating System: Windows
Location: Frankfurt, Germany

Re: Button for speed FX

Post by S.lellwitz »

create button
Map it
change from range to value
Copy and set desired value
bobhvp
Posts: 3
Joined: Mon Jan 22, 2024 11:00 am
Operating System: Windows

Re: Button for speed FX

Post by bobhvp »

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.
bobhvp
Posts: 3
Joined: Mon Jan 22, 2024 11:00 am
Operating System: Windows

Re: Button for speed FX

Post by bobhvp »

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.
catholiceffect
Posts: 2
Joined: Tue Feb 27, 2024 4:38 am

Re: Button for speed FX

Post by catholiceffect »

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.
sprunki
Posts: 3
Joined: Wed Apr 02, 2025 7:38 am
Operating System: Windows

Re: Button for speed FX

Post by sprunki »

You can achieve this in Daslight's TOUCH Sprunki page by assigning specific speed values to buttons using Scene values or MIDI/DMX triggers.
diget
Posts: 1
Joined: Mon Apr 14, 2025 2:56 pm
Operating System: Windows

Re: Button for speed FX

Post by diget »

bobhvp wrote: Tue Mar 12, 2024 3:29 pm 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?
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
suzume23
Posts: 9
Joined: Wed Nov 15, 2023 2:23 am
Operating System: Mac OS X

Re: Button for speed FX

Post by suzume23 »

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.
Thanks, Sprunki, for the suggestion, but can you explain in more detail how to assign specific speed values ​​to buttons in Daslight TOUCH?
Post Reply