Vibration in a custom pattern (in vibration action)

shlomo

New member
It would be very helpful if there was an option in the vibration action, to activate a vibration that is not from the list there, but you simply record it, that is, record a pattern - there is a button on the screen and you press it according to the desired rhythm, then it will simply activate this pattern.
That way, everyone will adjust their preferred pace completely freely.
I don't have an example of an application that has this, but I used to have a Samsung Young device that had such an option built-in.
Thanks!
 

shlomo

New member
The template store link will not work unless it is from within the app.
Search for id=15476 in the template and you will find the @FrameXX action block.
Interesting, I opened the link on my phone using the app and it's not found... never mind.
What do we do with this error that the action block not found?
1675167827369.gif
 

Dimlos

Well-known member
What do we do with this error that the action block does not exist?
This seems to be a glitch that occurs in different versions, in fact, the action block should be saved, so try editing the action and reloading the action block.
 

Dimlos

Well-known member
First of all, save the file to your own device by pressing + on the three lines in the lower right corner.
Then edit the action, select the action block and reload it, and the error should no longer occur.
 

Endercraft

Moderator (& bug finder :D)
Action block naming and identification behind the scenes is indeed broken in many ways. @MacroDroidDev please take a look into this. I am attaching the action block file directly. Hope it helps.

EDIT: Ouch! MD forum doesn't allow ablock files.

Here's a google drive link: https://drive.google.com/file/d/1LaT-700sE1EbpWV72TzJDMUIGeEKv_23/view?usp=drivesdk
Why ? 🤔
mp4 and scripts and apps like bat, cmd, exe or apk aren't allowed too I believe. I don't know about mp3.
 

shlomo

New member
Action block naming and identification behind the scenes is indeed broken in many ways. @MacroDroidDev please take a look into this. I am attaching the action block file directly. Hope it helps.

EDIT: Ouch! MD forum doesn't allow ablock files.

Here's a google drive link: https://drive.google.com/file/d/1LaT-700sE1EbpWV72TzJDMUIGeEKv_23/view?usp=drivesdk
Thanks, now it works! How do I define if it will be a short or long vibration?
(Although it's not actually possible to create a melody beat, just a vibration pattern, so the feature request still exists)
 

FrameXX

Well-known member
Thanks, now it works! How do I define if it will be a short or long vibration?
(Although it's not actually possible to create a melody beat, just a vibration pattern, so the feature request still exists)

You can define any custom vibration. You pass an array to the action block which contains number value on every index. Every even index of the array is a vibration lenght and every odd index is a wait lenght all in miliseconds. All values should be of integer type.
 
Top