You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`duration_secs` (optional) - changes how much of the song to display on-screen at once, in seconds. Defaults to `5.0`
74
74
*`video_file_out` is a path name to the video file that will be output.
75
75
*`use_gradients` (optional) - each channel's background can display a colour that subtly fades from top to bottom. Defaults to `true`
76
76
*`channels`, is an object, where each key is the name of a track within the MIDI file. Adding channels is optional, but will default the track to a black background and sort them in alphabetical order. Each sub-object contains the following properties:
@@ -107,12 +107,15 @@ Options:
107
107
* For example, the default is 480x270 at a scale of 4, which means the final
108
108
output resolution is 1920x1080.
109
109
*`frame_rate` the frame rate of the output video
110
+
*`duration_secs` (optional) Changes how much of the song to display on-screen at
111
+
once, in seconds. Only used for MIDI renders. Defaults to `5.0`
0 commit comments