Duplicate a song step, carrying its settings and patches
POST/api/songs/{id}/steps/{stepId}/duplicate
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.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”id
required
Song id
string
Song id
stepId
required
Source step id
string
Source step id
Responses
Section titled “Responses”The copied step and its sequence slot
object
ok
required
boolean
data
required
object
step
sequenceItem
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
