Skip to content

Commit

Permalink
add unimplemented read me buttons, #363
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Nov 11, 2021
1 parent f7f647a commit 4c45507
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions js/common/view/RAPScreenView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,33 @@ class RAPScreenView extends ScreenView {
this.inProportionSoundGenerator.step( dt );
this.staccatoFrequencySoundGenerator.step( dt );
}

/**
* To support voicing.
* @override
* @public
*/
public getVoicingOverviewContent(): string {
return 'This has not been implemented yet';
}

/**
* To support voicing.
* @override
* @public
*/
public getVoicingDetailsContent(): string {
return 'This has not been implemented yet';
}

/**
* To support voicing.
* @override
* @public
*/
public getVoicingHintContent(): string {
return 'This has not been implemented yet';
}
}

ratioAndProportion.register( 'RAPScreenView', RAPScreenView );
Expand Down

0 comments on commit 4c45507

Please sign in to comment.