Skip to content

Commit

Permalink
rpnTranspose()
Browse files Browse the repository at this point in the history
  • Loading branch information
jazz-soft committed Jan 31, 2024
1 parent 2458f31 commit 7633629
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions javascript/JZZ.js
Original file line number Diff line number Diff line change
Expand Up @@ -1998,6 +1998,7 @@
mode3: function(c) { return [ _helperCH.omni(c, false), _helperCH.poly(c) ]; },
mode4: function(c) { return [ _helperCH.omni(c, false), _helperCH.mono(c) ]; }
};
_helperGCH.rpnTranspose = _helperGCH.rpnCoarseTuningF;
var _helperSXX = { // compound messages no channel
sxMasterTuning: function(n, m, l) { return [_helperSX.sxMasterCoarseTuning.call(this, n), _helperSX.sxMasterFineTuning.call(this, m, l)]; },
sxMasterTuningF: function(x) { return [_helperSX.sxMasterCoarseTuningF.call(this, x), _helperSX.sxMasterFineTuningF.call(this, x)]; },
Expand Down

0 comments on commit 7633629

Please sign in to comment.