Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Logic for creating several tracks in TrackManager #27

Open
ilyamore88 opened this issue Nov 19, 2019 · 1 comment
Open

Logic for creating several tracks in TrackManager #27

ilyamore88 opened this issue Nov 19, 2019 · 1 comment
Assignees

Comments

@ilyamore88
Copy link
Member

Add methods for working with several tracks in TrackManager

@neSpecc
Copy link
Member

neSpecc commented Nov 22, 2019

How it should look like (from user point):

let chill = new ChilloutAudio();

chill.addTrack({
  melody: 'A4 E4 D4',
  interval: 5,
  instrument: 'horn'
})

chill.addTrack({
  melody: 'A5 A5 A5 D4 D4',
  interval: 2,
  instrument: 'sine-wave'
})

chill.play();

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants