We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9cfe9b commit db98ac0Copy full SHA for db98ac0
js/js-export/API/PitchBlocksAPI.js
@@ -178,9 +178,4 @@ class PitchBlocksAPI {
178
const args = JSInterface.validateArgs("numToOctave", [number]);
179
return Singer.PitchActions.numToPitch(args[0], "octave", this.turIndex);
180
}
181
-
182
- // getPitchInfo(type) {
183
- // let args = JSInterface.validateArgs("getPitchInfo", [type]);
184
- // return Singer.PitchActions.getPitchInfo(args[0], this.turIndex);
185
- // }
186
0 commit comments