Instantiate a fretboard, and display some notes, scales, chord voicings, etc.
Examples:
// Layout a specific scale
var aPhrygian = Fretboard();
aPhrygian.scale("a phrygian");
apiVersion: v1 | |
kind: Pod | |
metadata: | |
name: busybox | |
namespace: default | |
spec: | |
hostname: box | |
subdomain: busy | |
containers: | |
- image: "busybox:latest" |
$ netstat -rn | |
Routing tables | |
Internet: | |
Destination Gateway Flags Refs Use Netif Expire | |
default 192.168.1.1 UGSc 49 0 en0 | |
46.51.128/18 172.19.0.21 UGSc 0 0 utun0 | |
46.51.192/20 172.19.0.21 UGSc 0 0 utun0 | |
46.137/17 172.19.0.21 UGSc 0 0 utun0 | |
46.137.128/18 172.19.0.21 UGSc 0 0 utun0 |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env python | |
from zope.interface import Interface, classImplements, verify | |
class IGreet(Interface): | |
""" | |
Be friendly and greet people | |
""" | |
def hello(whom): |