Function ====== Playbacks.AppendOrInsertPlaybackStep ====== EventPropergation Playbacks.AppendOrInsertPlaybackStep(Handle handle, Single cueNumber) ^ API | http://api.avolites.com/11.0/Playbacks.AppendOrInsertPlaybackStep.html | ^ description | Records a new step to the playback which is defined by the PlaybackEditHandle. A new step will only be added if the supplied handle matches the Playback Edit handle. | ^ [[macros:namespace|namespace]] | [[macros:namespace:playbacks]] | ^ parameter | handle ( [[macros:identifier:handle|]] ) : The handle to match to the Playback Edit handle. | ^ ::: | cueNumber ( [[macros:type:single]] ) : the cue number. | ^ return value | [[macros:type:EventPropergation]] | == Example in == [[macros:example:recordcuelistandinsertcue:]]: Playbacks.AppendOrInsertPlaybackStep(Playbacks.PlaybackEdit.Handle,1) == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~