ixfx
Preparing search index...
@ixfx/io
Midi
Feedback
Class Feedback
Index
Constructors
constructor
Methods
send
Raw
set
Output
Port
Properties
cc
channel
note
output?
port
Name?
Constructors
constructor
new
Feedback
(
options
?:
Partial
<
{
cc
:
number
;
channel
:
number
;
note
:
number
;
output
:
MIDIOutput
;
portName
:
string
;
}
,
>
,
)
:
Feedback
Parameters
options
:
Partial
<
{
cc
:
number
;
channel
:
number
;
note
:
number
;
output
:
MIDIOutput
;
portName
:
string
;
}
,
>
= {}
Returns
Feedback
Methods
send
Raw
sendRaw
(
value
:
number
)
:
boolean
Parameters
value
:
number
Returns
boolean
set
Output
Port
setOutputPort
(
port
:
MIDIPort
)
:
boolean
Parameters
port
:
MIDIPort
Returns
boolean
Properties
cc
cc
:
number
= -1
channel
channel
:
number
= 0
note
note
:
number
= -1
Optional
output
output
?:
MIDIOutput
Optional
port
Name
portName
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
send
Raw
set
Output
Port
Properties
cc
channel
note
output
port
Name
ixfx
Loading...