playMaker

Author Topic: Get Audio Pitch  (Read 2866 times)

600

  • Beta Group
  • Hero Member
  • *
  • Posts: 714
    • Flashing Lights
Get Audio Pitch
« on: July 09, 2015, 02:20:52 PM »
Hi, needed to get a pitch value for audio so I edit the SetAudioPitch action.

« Last Edit: July 16, 2015, 08:57:56 AM by 600 »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Get Audio Pitch
« Reply #1 on: July 16, 2015, 07:07:09 AM »
Hi,

 thanks for your contribution.

 you define your variable behavior using the attribute:

Code: [Select]
[UIHint(UIHint.Variable)]
simply look it up any actions you have on your project that "get" something.

 typically, I never remember all these attributes, and everytime I create a new action, I duplicate one that is the closest, and so for your case, you could study actions like getChildCount for example.

Bye,

 Jean

600

  • Beta Group
  • Hero Member
  • *
  • Posts: 714
    • Flashing Lights
Re: Get Audio Pitch
« Reply #2 on: July 16, 2015, 08:58:32 AM »
Hi, thanks for tips, fixed it :)