Pachelbel 1.1 → 1.1.1

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. checksums.yaml +4 -4
  2. data/lib/project/Pachelbel.rb +4 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2fb8a0657fda7de3d265f76625ac8b30a8747b24
4
- data.tar.gz: b5efb8b3a4e0f67b5de505266ec24fcec96790d9
3
+ metadata.gz: aea4875ded467e66eb745597ecd7e59105247c74
4
+ data.tar.gz: 0c9f982b8d275cd225c45458f1a9b2b377344885
5
5
  SHA512:
6
- metadata.gz: c817bbcca0a9b9b5c6d62ef9508f01309997384a42234fed009c6d879840dbd98a4d9822fb93adda3b7cda39a7212ccdc498fce769807a5416350721c665916c
7
- data.tar.gz: 2b9f602719bce248d0c34515ec69d70cd5321db6db97937bc63df21a8239434d4712b3832c35e34239bb41cc6b33ca58163aa87230d17a6e8a9d734a72a943e9
6
+ metadata.gz: 50c8ba64eaafc27cf70fc01eac5586c7429c29e10f9991e843c4381d9d2a44adbf033fe87bc724e26e06c1c9f87d8297da659e9b50ff2098a01adf4725dcde0c
7
+ data.tar.gz: 6ccb28117de4cbacb0e82c36ceb2ed75bbeebe3899e8c6e29b84a4e4b4d53dc7e3551795ea06b86aaadd1ce0316d2094978938374c9b6bfbff7169f068a79fba
@@ -76,6 +76,10 @@ module Pachelbel
76
76
  def connect(destination)
77
77
  run_js("#{_js_snippet}.connect(#{destination._js_snippet});")
78
78
  end
79
+
80
+ def disconnect
81
+ run_js("#{_js_snippet}.disconnect();")
82
+ end
79
83
  end
80
84
 
81
85
  class AudioDestinationNode < AudioNode
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Pachelbel
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.1'
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Drew Carey Buglione