Search
Preparing search index...
The search index is not available
hauptstimme-js
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"src/services/search.service"
SearchService
Class SearchService
Class for search-related methods
Hierarchy
SearchService
Index
Methods
get
Chords
And
Scales
ByNotes
get
Chords
ByNotes
get
Scales
ByNotes
Methods
Static
get
Chords
And
Scales
ByNotes
get
Chords
And
Scales
ByNotes
(
searchRequest
:
SearchRequestInterface
, availableScales
:
ScaleInterface
[]
, availableChords
:
ChordInterface
[]
)
:
Promise
<
SearchResponseInterface
>
Parameters
searchRequest:
SearchRequestInterface
availableScales:
ScaleInterface
[]
availableChords:
ChordInterface
[]
Returns
Promise
<
SearchResponseInterface
>
Static
get
Chords
ByNotes
get
Chords
ByNotes
(
availableChords
:
ChordInterface
[]
, notesArray
:
NoteConstant
[]
, rootNote
?:
NoteConstant
)
:
Promise
<
ChordInterface
[]
>
Parameters
availableChords:
ChordInterface
[]
notesArray:
NoteConstant
[]
Optional
rootNote:
NoteConstant
Returns
Promise
<
ChordInterface
[]
>
Static
get
Scales
ByNotes
get
Scales
ByNotes
(
availableScales
:
ScaleInterface
[]
, notesArray
:
NoteConstant
[]
, rootNote
?:
NoteConstant
)
:
Promise
<
ScaleInterface
[]
>
Parameters
availableScales:
ScaleInterface
[]
notesArray:
NoteConstant
[]
Optional
rootNote:
NoteConstant
Returns
Promise
<
ScaleInterface
[]
>
list of available instruments
Globals
Internals
"src/data/chord
Primitives.data"
"src/data/instruments.data"
"src/data/scale
Primitives.data"
"src/hauptstimme"
"src/services/search.service"
"src/services/util.service"
Externals
"constants/chord
OrScale
Type.constant"
"constants/instrument
Type.constant"
"constants/note.constant"
"interfaces/chord.interface"
"interfaces/chord
OrScale
Primitive
Interface"
"interfaces/instrument.interface"
"interfaces/scale.interface"
"interfaces/search
Request.interface"
"interfaces/search
Response.interface"
Search
Service
get
Chords
And
Scales
ByNotes
get
Chords
ByNotes
get
Scales
ByNotes
Generated using
TypeDoc
Class for search-related methods