> For the complete documentation index, see [llms.txt](https://docs.creativeconners.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.creativeconners.com/docs/spikemark-6/show-control/osc/input-triggers/osc-step-messages.md).

# Sequence Step Messages

Sequence step messages affect the whole sequence step.

***

## Sequence Step Speed

### /cue/{cue\_number}/playback/{playback\_number}/step/{step\_number}/speed \[number]

**Read:** If no arguments are given, the current speed of step\_number in cue\_number on playback\_number is returned.

**Write:** If an argument is given, Spikemark will attempt to set the speed of step\_number in cue\_number on playback\_number.

***

## Sequence Step Acceleration

### /cue/{cue\_number}/playback/{playback\_number}/step/{step\_number}/acceleration \[number]

**Read:** If no arguments are given, the current acceleration of step\_number in cue\_number on playback\_number is returned.

**Write:** If an argument is given, Spikemark will attempt to set the acceleration of step\_number in cue\_number on playback\_number.

***

## Sequence Step Deceleration

### /cue/{cue\_number}/playback/{playback\_number}/step/{step\_number}/deceleration \[number]

**Read:** If no arguments are given, the current deceleration of step\_number in cue\_number on playback\_number is returned.

**Write:** If an argument is given, Spikemark will attempt to set the deceleration of step\_number in cue\_number on playback\_number.

***

## Sequence Step Acceleration Ramp Time

### /cue/{cue\_number}/playback/{playback\_number}/step/{step\_number}/accelramptime \[number]

**Read:** If no arguments are given, the current acceleration ramp time of step\_number in cue\_number on playback\_number is returned.

**Write:** If an argument is given, Spikemark will attempt to set the acceleration ramp time of step\_number in cue\_number on playback\_number.

***

## Sequence Step Deceleration Ramp Time

### /cue/{cue\_number}/playback/{playback\_number}/step/{step\_number}/decelramptime \[number]

**Read:** If no arguments are given, the current deceleration ramp time of step\_number in cue\_number on playback\_number is returned.

**Write:** If an argument is given, Spikemark will attempt to set the deceleration ramp time of step\_number in cue\_number on playback\_number.

***

## Sequence Step Total Time

### /cue/{cue\_number}/playback/{playback\_number}/step/{step\_number}/totaltime \[number]

**Read:** If no arguments are given, the current total time of step\_number in cue\_number on playback\_number is returned.

**Write:** If an argument is given, Spikemark will attempt to set the total time of step\_number in cue\_number on playback\_number.

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.creativeconners.com/docs/spikemark-6/show-control/osc/input-triggers/osc-step-messages.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
