Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[ja] Tempo Related Time Value Syntax #7

Open
mohayonao opened this issue Oct 22, 2013 · 1 comment
Open

[ja] Tempo Related Time Value Syntax #7

mohayonao opened this issue Oct 22, 2013 · 1 comment

Comments

@mohayonao
Copy link
Owner

from #2

BPMを省略した場合はマスターテンポに連携させたい

Task.do ->
  Master.setBPM 120
  s.play freq:440, dur:"L8"
  t = Task.do ->
    Master.setBPM 140
    s.play freq:660, dur:"L4"
    @wait 100
    Master.setBPM 180
    s.play freq:660, dur:"L4"
    @wait 100
  .play()
  # @wait t
  s.play freq:440, dur:"L8" # ここのBPMは?
  @wait 1000
.play()
@mohayonao
Copy link
Owner Author

タスクを実時間にそって進捗するように書き直したので普通にその時点でのテンポから計算すれば良いはずです

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant