Playmaker Forum

PlayMaker Updates & Downloads => Share New Actions => Topic started by: 600 on July 09, 2015, 02:20:52 PM

Title: Get Audio Pitch
Post by: 600 on July 09, 2015, 02:20:52 PM
Hi, needed to get a pitch value for audio so I edit the SetAudioPitch action.

Title: Re: Get Audio Pitch
Post by: jeanfabre 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
Title: Re: Get Audio Pitch
Post by: 600 on July 16, 2015, 08:58:32 AM
Hi, thanks for tips, fixed it :)