diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-08 00:34:05 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-08 00:34:05 +0200 |
| commit | fec93601f163d22760978c9db61c4a78ce5281da (patch) | |
| tree | d9bfe66d6e144f478997a7bda9610fc73f3c440a /app/client/modules/pix2pix | |
| parent | 8850e41b3c51a5d90ca6c1667d6c1b1cebae6ad0 (diff) | |
samplernn tasks
Diffstat (limited to 'app/client/modules/pix2pix')
| -rw-r--r-- | app/client/modules/pix2pix/views/pix2pix.live.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/client/modules/pix2pix/views/pix2pix.live.js b/app/client/modules/pix2pix/views/pix2pix.live.js index 0457668..a6e739c 100644 --- a/app/client/modules/pix2pix/views/pix2pix.live.js +++ b/app/client/modules/pix2pix/views/pix2pix.live.js @@ -118,6 +118,10 @@ class Pix2PixLive extends Component { value={(this.props.frame.sequence_i || 0) / (this.props.frame.sequence_len || 1)} onChange={this.seek} /> + <Slider live + name='frame_delay' + min={0.1} max={5.0} type='float' + /> {this.renderRestartButton()} <Button title={ |
