midi-topaz 0.0.5 → 0.0.6

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/tempo.rb +5 -0
  2. data/lib/topaz.rb +1 -1
  3. metadata +2 -2
data/lib/topaz/tempo.rb CHANGED
@@ -103,6 +103,11 @@ module Topaz
103
103
  end
104
104
  alias_method :<<, :add_destination
105
105
 
106
+ # sync to another Tempo object
107
+ def sync_to(tempo)
108
+ tempo.add_destination(self)
109
+ end
110
+
106
111
  protected
107
112
 
108
113
  def tick
data/lib/topaz.rb CHANGED
@@ -18,6 +18,6 @@ require 'topaz/tempo'
18
18
 
19
19
  module Topaz
20
20
 
21
- VERSION = "0.0.5"
21
+ VERSION = "0.0.6"
22
22
 
23
23
  end
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.5
5
+ version: 0.0.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Ari Russo
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-06-25 00:00:00 -04:00
13
+ date: 2011-06-26 00:00:00 -04:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency