midi-topaz 0.0.13 → 0.0.14

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.
@@ -56,6 +56,11 @@ module Topaz
56
56
  @per_tick = 24 / per_qn
57
57
  end
58
58
 
59
+ # return the interval at which the tick event is fired
60
+ def interval
61
+ 4 * (24 / @per_tick)
62
+ end
63
+
59
64
  private
60
65
 
61
66
  def initialize_clock
data/lib/topaz.rb CHANGED
@@ -18,6 +18,6 @@ require 'topaz/tempo'
18
18
 
19
19
  module Topaz
20
20
 
21
- VERSION = "0.0.13"
21
+ VERSION = "0.0.14"
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.13
5
+ version: 0.0.14
6
6
  platform: ruby
7
7
  authors:
8
8
  - Ari Russo