effect-web-midi 0.1.6 → 0.1.7

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 (2) hide show
  1. package/package.json +1 -1
  2. package/src/EMIDIAccess.ts +72 -72
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "effect-web-midi",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "type": "module",
5
5
  "description": "Effect WEB MIDI",
6
6
  "license": "MIT",
@@ -91,11 +91,11 @@ export {
91
91
  getOutputByPortIdInContext as getOutputById,
92
92
  getPortByPortIdInContext as getPortById,
93
93
  } from './internal/getPortByPortId/getPortByPortIdInContext.ts'
94
- export {
95
- acquireReleaseInputConnectionByPort,
96
- acquireReleaseOutputConnectionByPort,
97
- acquireReleasePortConnectionByPort,
98
- } from './internal/MIDIPortMethodCalls/acquireReleasePortConnection/acquireReleasePortConnectionByPort.ts'
94
+ // export {
95
+ // acquireReleaseInputConnectionByPort,
96
+ // acquireReleaseOutputConnectionByPort,
97
+ // acquireReleasePortConnectionByPort,
98
+ // } from './internal/MIDIPortMethodCalls/acquireReleasePortConnection/acquireReleasePortConnectionByPort.ts'
99
99
  export {
100
100
  acquireReleaseInputConnectionByPortIdAndAccess as acquireReleaseInputConnectionByIdInPipe,
101
101
  acquireReleaseOutputConnectionByPortIdAndAccess as acquireReleaseOutputConnectionByIdInPipe,
@@ -106,13 +106,13 @@ export {
106
106
  acquireReleaseOutputConnectionByPortIdInContext as acquireReleaseOutputConnectionById,
107
107
  acquireReleasePortConnectionByPortIdInContext as acquireReleasePortConnectionById,
108
108
  } from './internal/MIDIPortMethodCalls/acquireReleasePortConnection/acquireReleasePortConnectionByPortIdInContext.ts'
109
- export { actOnPort } from './internal/MIDIPortMethodCalls/actOnPort.ts'
110
- export {
111
- closeInputConnectionByPort,
112
- closeOutputConnectionByPort,
113
- closePortConnectionByPort,
114
- makePortConnectionCloser,
115
- } from './internal/MIDIPortMethodCalls/closePortConnection/closePortConnectionByPort.ts'
109
+ // export { actOnPort } from './internal/MIDIPortMethodCalls/actOnPort.ts'
110
+ // export {
111
+ // closeInputConnectionByPort,
112
+ // closeOutputConnectionByPort,
113
+ // closePortConnectionByPort,
114
+ // makePortConnectionCloser,
115
+ // } from './internal/MIDIPortMethodCalls/closePortConnection/closePortConnectionByPort.ts'
116
116
  export {
117
117
  closeInputConnectionByPortIdAndAccess as closeInputConnectionByIdInPipe,
118
118
  closeOutputConnectionByPortIdAndAccess as closeOutputConnectionByIdInPipe,
@@ -123,16 +123,16 @@ export {
123
123
  closeOutputConnectionByPortIdInContext as closeOutputConnectionById,
124
124
  closePortConnectionByPortIdInContext as closePortConnectionById,
125
125
  } from './internal/MIDIPortMethodCalls/closePortConnection/closePortConnectionByPortIdInContext.ts'
126
- export {
127
- makeMIDIPortMethodCallerFactory,
128
- type TouchPort,
129
- } from './internal/MIDIPortMethodCalls/makeMIDIPortMethodCallerFactory.ts'
130
- export {
131
- makePortConnectionOpener,
132
- openInputConnectionByPort,
133
- openOutputConnectionByPort,
134
- openPortConnectionByPort,
135
- } from './internal/MIDIPortMethodCalls/openPortConnection/openPortConnectionByPort.ts'
126
+ // export {
127
+ // makeMIDIPortMethodCallerFactory,
128
+ // type TouchPort,
129
+ // } from './internal/MIDIPortMethodCalls/makeMIDIPortMethodCallerFactory.ts'
130
+ // export {
131
+ // makePortConnectionOpener,
132
+ // openInputConnectionByPort,
133
+ // openOutputConnectionByPort,
134
+ // openPortConnectionByPort,
135
+ // } from './internal/MIDIPortMethodCalls/openPortConnection/openPortConnectionByPort.ts'
136
136
  export {
137
137
  openInputConnectionByPortIdAndAccess as openInputConnectionByIdInPipe,
138
138
  openOutputConnectionByPortIdAndAccess as openOutputConnectionByIdInPipe,
@@ -143,15 +143,15 @@ export {
143
143
  openOutputConnectionByPortIdInContext as openOutputConnectionById,
144
144
  openPortConnectionByPortIdInContext as openPortConnectionById,
145
145
  } from './internal/MIDIPortMethodCalls/openPortConnection/openPortConnectionByPortIdInContext.ts'
146
- export {
147
- type DualMakeStateChangesStream,
148
- type MakeStateChangesStreamPortFirst,
149
- type MakeStateChangesStreamPortLast,
150
- makeInputStateChangesStreamByPort,
151
- makeOutputStateChangesStreamByPort,
152
- makePortStateChangesStreamByPort,
153
- type StateChangesStream,
154
- } from './internal/makePortStateChangesStream/makePortStateChangesStreamByPort.ts'
146
+ // export {
147
+ // type DualMakeStateChangesStream,
148
+ // type MakeStateChangesStreamPortFirst,
149
+ // type MakeStateChangesStreamPortLast,
150
+ // makeInputStateChangesStreamByPort,
151
+ // makeOutputStateChangesStreamByPort,
152
+ // makePortStateChangesStreamByPort,
153
+ // type StateChangesStream,
154
+ // } from './internal/makePortStateChangesStream/makePortStateChangesStreamByPort.ts'
155
155
  export {
156
156
  makeInputStateChangesStreamByPortIdAndAccess as makeInputStateChangesStreamByIdInPipe,
157
157
  makeOutputStateChangesStreamByPortIdAndAccess as makeOutputStateChangesStreamByIdInPipe,
@@ -162,23 +162,23 @@ export {
162
162
  makeOutputStateChangesStreamByPortIdInContext as makeOutputStateChangesStreamById,
163
163
  makePortStateChangesStreamByPortIdInContext as makePortStateChangesStreamById,
164
164
  } from './internal/makePortStateChangesStream/makePortStateChangesStreamByPortIdInContext.ts'
165
- export {
166
- isInputConnectionClosedByPort,
167
- isInputConnectionOpenByPort,
168
- isInputConnectionPendingByPort,
169
- isInputDeviceConnectedByPort,
170
- isInputDeviceDisconnectedByPort,
171
- isOutputConnectionClosedByPort,
172
- isOutputConnectionOpenByPort,
173
- isOutputConnectionPendingByPort,
174
- isOutputDeviceConnectedByPort,
175
- isOutputDeviceDisconnectedByPort,
176
- isPortConnectionClosedByPort,
177
- isPortConnectionOpenByPort,
178
- isPortConnectionPendingByPort,
179
- isPortDeviceConnectedByPort,
180
- isPortDeviceDisconnectedByPort,
181
- } from './internal/mutablePropertyTools/doesMutablePortPropertyHaveSpecificValue/doesMutablePortPropertyHaveSpecificValueByPort.ts'
165
+ // export {
166
+ // isInputConnectionClosedByPort,
167
+ // isInputConnectionOpenByPort,
168
+ // isInputConnectionPendingByPort,
169
+ // isInputDeviceConnectedByPort,
170
+ // isInputDeviceDisconnectedByPort,
171
+ // isOutputConnectionClosedByPort,
172
+ // isOutputConnectionOpenByPort,
173
+ // isOutputConnectionPendingByPort,
174
+ // isOutputDeviceConnectedByPort,
175
+ // isOutputDeviceDisconnectedByPort,
176
+ // isPortConnectionClosedByPort,
177
+ // isPortConnectionOpenByPort,
178
+ // isPortConnectionPendingByPort,
179
+ // isPortDeviceConnectedByPort,
180
+ // isPortDeviceDisconnectedByPort,
181
+ // } from './internal/mutablePropertyTools/doesMutablePortPropertyHaveSpecificValue/doesMutablePortPropertyHaveSpecificValueByPort.ts'
182
182
  export {
183
183
  isInputConnectionClosedByPortIdAndAccess as isInputConnectionClosedByIdInPipe,
184
184
  isInputConnectionOpenByPortIdAndAccess as isInputConnectionOpenByIdInPipe,
@@ -213,14 +213,14 @@ export {
213
213
  isPortDeviceConnectedByPortIdInContext as isPortDeviceConnectedById,
214
214
  isPortDeviceDisconnectedByPortIdInContext as isPortDeviceDisconnectedById,
215
215
  } from './internal/mutablePropertyTools/doesMutablePortPropertyHaveSpecificValue/doesMutablePortPropertyHaveSpecificValueByPortIdInContext.ts'
216
- export {
217
- getInputConnectionStateByPort,
218
- getInputDeviceStateByPort,
219
- getOutputConnectionStateByPort,
220
- getOutputDeviceStateByPort,
221
- getPortConnectionStateByPort,
222
- getPortDeviceStateByPort,
223
- } from './internal/mutablePropertyTools/getMutablePortProperty/getMutablePortPropertyByPort.ts'
216
+ // export {
217
+ // getInputConnectionStateByPort,
218
+ // getInputDeviceStateByPort,
219
+ // getOutputConnectionStateByPort,
220
+ // getOutputDeviceStateByPort,
221
+ // getPortConnectionStateByPort,
222
+ // getPortDeviceStateByPort,
223
+ // } from './internal/mutablePropertyTools/getMutablePortProperty/getMutablePortPropertyByPort.ts'
224
224
  export {
225
225
  getInputConnectionStateByPortIdAndAccess as getInputConnectionStateByIdInPipe,
226
226
  getInputDeviceStateByPortIdAndAccess as getInputDeviceStateByIdInPipe,
@@ -237,22 +237,22 @@ export {
237
237
  getPortConnectionStateByPortId as getPortConnectionStateById,
238
238
  getPortDeviceStateByPortId as getPortDeviceStateById,
239
239
  } from './internal/mutablePropertyTools/getMutablePortProperty/getMutablePortPropertyByPortIdInContext.ts'
240
- export {
241
- type DualMatchPortState,
242
- type MatcherConfigPlain,
243
- type MatchResult,
244
- type MatchStatePortFirst,
245
- type MatchStatePortLast,
246
- type MIDIPortMutableProperty,
247
- matchInputConnectionStateByPort,
248
- matchInputDeviceStateByPort,
249
- matchOutputConnectionStateByPort,
250
- matchOutputDeviceStateByPort,
251
- matchPortConnectionStateByPort,
252
- matchPortDeviceStateByPort,
253
- type PortStateHandler,
254
- type StateCaseToHandlerMap,
255
- } from './internal/mutablePropertyTools/matchMutablePortProperty/matchMutablePortPropertyByPort.ts'
240
+ // export {
241
+ // type DualMatchPortState,
242
+ // type MatcherConfigPlain,
243
+ // type MatchResult,
244
+ // type MatchStatePortFirst,
245
+ // type MatchStatePortLast,
246
+ // type MIDIPortMutableProperty,
247
+ // matchInputConnectionStateByPort,
248
+ // matchInputDeviceStateByPort,
249
+ // matchOutputConnectionStateByPort,
250
+ // matchOutputDeviceStateByPort,
251
+ // matchPortConnectionStateByPort,
252
+ // matchPortDeviceStateByPort,
253
+ // type PortStateHandler,
254
+ // type StateCaseToHandlerMap,
255
+ // } from './internal/mutablePropertyTools/matchMutablePortProperty/matchMutablePortPropertyByPort.ts'
256
256
  export {
257
257
  matchInputConnectionStateByPortIdAndAccess as matchInputConnectionStateByIdInPipe,
258
258
  matchInputDeviceStateByPortIdAndAccess as matchInputDeviceStateByIdInPipe,