midi-topaz 0.0.8 → 0.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/lib/topaz.rb +1 -1
  2. data/lib/topaz/tempo.rb +1 -1
  3. metadata +1 -1
data/lib/topaz.rb CHANGED
@@ -18,6 +18,6 @@ require 'topaz/tempo'
18
18
 
19
19
  module Topaz
20
20
 
21
- VERSION = "0.0.8"
21
+ VERSION = "0.0.9"
22
22
 
23
23
  end
data/lib/topaz/tempo.rb CHANGED
@@ -112,7 +112,7 @@ module Topaz
112
112
  # accepts MIDISyncOutput or another Tempo object
113
113
  def add_destination(tempo)
114
114
  @destinations << tempo
115
- @start_time.nil? ? tempo.stop : tempo.start
115
+ @start_time.nil? ? tempo.stop(:parent => self) : tempo.start(:parent => self)
116
116
  end
117
117
  alias_method :<<, :add_destination
118
118
  alias_method :sync_from, :add_destination
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: midi-topaz
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.8
5
+ version: 0.0.9
6
6
  platform: ruby
7
7
  authors:
8
8
  - Ari Russo