Merge branch 'tune-tests' into reset
This commit is contained in:
commit
1949071259
10 changed files with 8290 additions and 755 deletions
|
|
@ -81,6 +81,10 @@ export class Hap {
|
|||
'(' + (this.whole == undefined ? '~' : this.whole.show()) + ', ' + this.part.show() + ', ' + this.value + ')'
|
||||
);
|
||||
}
|
||||
|
||||
showWhole() {
|
||||
return `${this.whole == undefined ? '~' : this.whole.show()}: ${this.value}`;
|
||||
}
|
||||
|
||||
showWhole() {
|
||||
return `${this.whole == undefined ? '~' : this.whole.show()}: ${this.value}`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue