Dial events in the log file - rotary knob

Working on a instrument project or just finished a project? Show it to others!

Moderators: russ, Ralph

Post Reply
Message
Author
Detlef
Posts: 304
Joined: Mon Nov 16, 2020 9:43 am
Location: Bavaria

Dial events in the log file - rotary knob

#1 Post by Detlef »

Hi all,

I am using a hardware rotary knob using this function in the Lua instrument code:
hw_dial_add(HwPanelPin(INDEX_DIAL_SPD_A), HwPanelPin(INDEX_DIAL_SPD_B), "TYPE_1_DETENT_PER_PULSE", 2, cbHwDialSpeed)

I see these entries in the logfile:

022-11-17 12:59:08.024 INFO CORCOR - Dial event, hw_id:000002576567EAA0, dir=-1
2022-11-17 12:59:08.098 INFO CORCOR - Dial event, hw_id:000002576567EAA0, dir=-1
2022-11-17 12:59:08.207 INFO CORCOR - Dial event, hw_id:000002576567EAA0, dir=-1
2022-11-17 12:59:08.340 INFO CORCOR - Dial event, hw_id:000002576567EAA0, dir=-1
2022-11-17 12:59:08.503 INFO CORCOR - Dial event, hw_id:000002576567EAA0, dir=-1

Why are they generated? As far as I am aware that happens only when turning that specific knob.

Thank you
Detlef

User avatar
jph
Posts: 2846
Joined: Fri Apr 10, 2020 12:50 pm
Location: Somewhere over the rainbow..

Re: Dial events in the log file - rotary knob

#2 Post by jph »

Hi Detlef,
It is being fixed. Please see -
https://siminnovations.com/forums/viewt ... COR#p49583

Joe
Joe. CISSP, MSc.

Detlef
Posts: 304
Joined: Mon Nov 16, 2020 9:43 am
Location: Bavaria

Re: Dial events in the log file - rotary knob

#3 Post by Detlef »

Joe,
thank you. I see now, I did not search the forum before posting. So I will wait for the next AM release.

Detlef

Tetrachromat
Posts: 236
Joined: Sun Feb 14, 2021 6:55 pm

Re: Dial events in the log file - rotary knob

#4 Post by Tetrachromat »

Yeah, its a month now since I reported that. Still waiting for that new release.

Post Reply