Skip to content

Duplicate a song step, carrying its settings and patches

POST
/api/songs/{id}/steps/{stepId}/duplicate

Copies the step’s timing and tempo settings plus every member’s MIDI patches, and appends the copy to the performance sequence. Media (backing track, MIDI clip, sequencer pattern) is deliberately not copied.

id
required

Song id

string
>= 1 characters

Song id

stepId
required

Source step id

string
>= 1 characters

Source step id

The copied step and its sequence slot

object
ok
required
boolean
data
required
object
step
nullable
sequenceItem
nullable

Invalid input

object
ok
required
boolean
error
required
string
code
string

Unauthenticated

object
ok
required
boolean
error
required
string
code
string

Forbidden / no permission

object
ok
required
boolean
error
required
string
code
string

Song or step not found

object
ok
required
boolean
error
required
string
code
string

Server error

object
ok
required
boolean
error
required
string
code
string