nerpin 0.0.1 → 0.0.2

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.
@@ -812,7 +812,7 @@
812
812
  "patch_cable_1_source": {
813
813
  "id": 180,
814
814
  "min": 0,
815
- "max": 77
815
+ "max": 37
816
816
  },
817
817
  "patch_cable_1_destination": {
818
818
  "id": 181,
@@ -832,7 +832,7 @@
832
832
  "patch_cable_2_source": {
833
833
  "id": 184,
834
834
  "min": 0,
835
- "max": 114
835
+ "max": 37
836
836
  },
837
837
  "patch_cable_2_destination": {
838
838
  "id": 185,
@@ -852,7 +852,7 @@
852
852
  "patch_cable_3_source": {
853
853
  "id": 188,
854
854
  "min": 0,
855
- "max": 114
855
+ "max": 37
856
856
  },
857
857
  "patch_cable_3_destination": {
858
858
  "id": 189,
@@ -872,7 +872,7 @@
872
872
  "patch_cable_4_source": {
873
873
  "id": 192,
874
874
  "min": 0,
875
- "max": 114
875
+ "max": 37
876
876
  },
877
877
  "patch_cable_4_destination": {
878
878
  "id": 193,
@@ -892,7 +892,7 @@
892
892
  "patch_cable_5_source": {
893
893
  "id": 196,
894
894
  "min": 0,
895
- "max": 114
895
+ "max": 37
896
896
  },
897
897
  "patch_cable_5_destination": {
898
898
  "id": 197,
@@ -912,7 +912,7 @@
912
912
  "patch_cable_6_source": {
913
913
  "id": 200,
914
914
  "min": 0,
915
- "max": 114
915
+ "max": 37
916
916
  },
917
917
  "patch_cable_6_destination": {
918
918
  "id": 201,
@@ -932,7 +932,7 @@
932
932
  "patch_cable_7_source": {
933
933
  "id": 204,
934
934
  "min": 0,
935
- "max": 114
935
+ "max": 37
936
936
  },
937
937
  "patch_cable_7_destination": {
938
938
  "id": 205,
@@ -952,7 +952,7 @@
952
952
  "patch_cable_8_source": {
953
953
  "id": 208,
954
954
  "min": 0,
955
- "max": 114
955
+ "max": 37
956
956
  },
957
957
  "patch_cable_8_destination": {
958
958
  "id": 209,
@@ -972,7 +972,7 @@
972
972
  "patch_cable_9_source": {
973
973
  "id": 212,
974
974
  "min": 0,
975
- "max": 114
975
+ "max": 37
976
976
  },
977
977
  "patch_cable_9_destination": {
978
978
  "id": 213,
@@ -992,7 +992,7 @@
992
992
  "patch_cable_10_source": {
993
993
  "id": 216,
994
994
  "min": 0,
995
- "max": 114
995
+ "max": 37
996
996
  },
997
997
  "patch_cable_10_destination": {
998
998
  "id": 217,
@@ -1012,7 +1012,7 @@
1012
1012
  "patch_cable_11_source": {
1013
1013
  "id": 220,
1014
1014
  "min": 0,
1015
- "max": 114
1015
+ "max": 37
1016
1016
  },
1017
1017
  "patch_cable_11_destination": {
1018
1018
  "id": 221,
@@ -1032,7 +1032,7 @@
1032
1032
  "patch_cable_12_source": {
1033
1033
  "id": 224,
1034
1034
  "min": 0,
1035
- "max": 114
1035
+ "max": 37
1036
1036
  },
1037
1037
  "patch_cable_12_destination": {
1038
1038
  "id": 225,
@@ -1106,23 +1106,23 @@
1106
1106
  },
1107
1107
  "fx2_param_a": {
1108
1108
  "id": 246,
1109
- "min": -32768,
1110
- "max": 32767
1109
+ "min": 0,
1110
+ "max": 340
1111
1111
  },
1112
1112
  "fx2_param_b": {
1113
1113
  "id": 247,
1114
- "min": -32768,
1115
- "max": 32767
1114
+ "min": 0,
1115
+ "max": 100
1116
1116
  },
1117
1117
  "fx2_param_c": {
1118
1118
  "id": 248,
1119
- "min": -32768,
1120
- "max": 32767
1119
+ "min": 0,
1120
+ "max": 100
1121
1121
  },
1122
1122
  "fx2_param_d": {
1123
1123
  "id": 249,
1124
- "min": -32768,
1125
- "max": 32767
1124
+ "min": 0,
1125
+ "max": 100
1126
1126
  },
1127
1127
  "fx_param_a_synced": {
1128
1128
  "id": 250,
@@ -1,5 +1,3 @@
1
- require 'json'
2
-
3
1
  module Nerpin
4
2
  module Nrpn
5
3
  class Micron < Base
@@ -1,3 +1,3 @@
1
1
  module Nerpin
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nerpin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-01 00:00:00.000000000 Z
12
+ date: 2013-02-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -149,7 +149,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
149
149
  version: '0'
150
150
  segments:
151
151
  - 0
152
- hash: -2538626082048456367
152
+ hash: -1611100230711764965
153
153
  required_rubygems_version: !ruby/object:Gem::Requirement
154
154
  none: false
155
155
  requirements:
@@ -158,7 +158,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
158
158
  version: '0'
159
159
  segments:
160
160
  - 0
161
- hash: -2538626082048456367
161
+ hash: -1611100230711764965
162
162
  requirements: []
163
163
  rubyforge_project:
164
164
  rubygems_version: 1.8.24