AIMP Forum

AIMP for Windows => Вопросы / Questions => Topic started by: memo-se on February 15, 2023, 14:47:00

Title: When I hold down the forward or back button, the sound does not accelerate
Post by: memo-se on February 15, 2023, 14:47:00
:-[ :-\
How can I fix this error? :  when i hold "next track" button, fast forwarding not work (only reels rotate faster!)

When I hold down the forward button, the sound or the playing song does not advance.
cassette reel fast winding
Can you please help?

I'm skinning the Kantaris-Teyp
https://www.aimp.ru/forum/index.php?topic=69959
 :-[ :-\
(https://www.resimupload.org/images/2023/02/15/Resim1454950a82f32f5ae.png)
I showed in the picture, the sound does not accelerate when I press and hold the forward or back button


Title: Re: When I hold down the forward or back button, the sound does not accelerate
Post by: Artem on February 15, 2023, 20:42:22
May be, you have same issue with expression as was described here:
https://www-aimp-ru.translate.goog/forum/index.php?topic=41437.msg428497&_x_tr_sl=ru&_x_tr_tl=en&_x_tr_hl=ru&_x_tr_pto=wapp#msg428497
Title: Re: When I hold down the forward or back button, the sound does not accelerate
Post by: memo-se on February 15, 2023, 21:30:34
May be, you have same issue with expression as was described here:
https://www-aimp-ru.translate.goog/forum/index.php?topic=41437.msg428497&_x_tr_sl=ru&_x_tr_tl=en&_x_tr_hl=ru&_x_tr_pto=wapp#msg428497

OK. I will check...
Title: Re: When I hold down the forward or back button, the sound does not accelerate
Post by: memo-se on February 15, 2023, 22:46:06
 :-[ ??? :-\   :(
Sorry unfortunately it didn't work, what I tried didn't work, I'm doing something wrong, but what?
Title: Re: When I hold down the forward or back button, the sound does not accelerate
Post by: Artem on February 16, 2023, 12:50:10
Can you share the skin project? I will check your scripts by myself
Title: Re: When I hold down the forward or back button, the sound does not accelerate
Post by: memo-se on February 16, 2023, 14:14:36
Can you share the skin project? I will check your scripts by myself
:)
I sent you the skin project...
Title: Re: When I hold down the forward or back button, the sound does not accelerate
Post by: Artem on February 16, 2023, 16:49:45
As I see you dont bind your button with the acPlayerSeekForward command, so what why it not executed
Title: Re: When I hold down the forward or back button, the sound does not accelerate
Post by: memo-se on February 16, 2023, 17:25:47
As I see you dont bind your button with the acPlayerSeekForward command, so what why it not executed
??? ::)
I don't understand
Did you solve the skin problem?
If you can solve it, can you send the skin project?
Let me see where I went wrong...
Title: Re: When I hold down the forward or back button, the sound does not accelerate
Post by: Artem on February 16, 2023, 21:36:30
Is it your skin, right?

If you want to "fast forward" action, you need to execute it provider. I have added following line in your FF script:
Code: [Select]
  FindObject('acPlayerSeekForward').Execute();
Title: Re: When I hold down the forward or back button, the sound does not accelerate
Post by: memo-se on February 16, 2023, 23:08:59
Is it your skin, right?

If you want to "fast forward" action, you need to execute it provider. I have added following line in your FF script:
Code: [Select]
  FindObject('acPlayerSeekForward').Execute();

 :) ;) :D ;D
Thank you very much, good luck, it's done.


I added below

i hooked it to forward button acPlayerSeekForward
FF script: FindObject('acPlayerSeekForward').Execute(); I added

i hooked it to forward button acPlayerSeekBackward
REW script: FindObject('acPlayerSeekBackward').Execute(); I added

It now fast forwards and rewinds.

Thank you again.