Class: Coltrane::Cli::BassGuitar

Inherits:
Guitar show all
Defined in:
lib/cli/bass_guitar.rb

Overview

Renders notes in a bass guitar scheme

Constant Summary

Constants inherited from Guitar

Guitar::SPECIAL_FRETS

Constants inherited from Representation

Representation::ACCEPTED_FLAVORS

Instance Method Summary collapse

Methods inherited from Guitar

#place_empty, #place_mark, #render, #render_notes, #render_special_frets

Methods inherited from Representation

build, #hint, inherited

Constructor Details

#initialize(notes, flavor, tuning: %w[E A D G])) ⇒ BassGuitar

Returns a new instance of BassGuitar.



7
8
9
# File 'lib/cli/bass_guitar.rb', line 7

def initialize(notes, flavor, tuning: %w[E A D G])
  super
end