Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BassState

The state pertaining to the bass.

Hierarchy

  • BassState

Index

Properties

Properties

capos

capos: {}

Which frets the capos are on. 0 or nothing means no capo is applied to that string.

Type declaration

tuning

tuning: {}

Which notes the strings are tuned to. Nothing means the standard bass tuning:

{
  4: "E1",
  3: "A1",
  2: "D2",
  1: "G2",
}

Type declaration

Generated using TypeDoc