Skip to content

Commit

Permalink
Added a list of signed parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
chr15m committed Dec 12, 2022
1 parent a708164 commit ca47b7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sfxr.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ var params_order = [
"p_hpf_ramp"
];

var params_signed = ["p_freq_ramp", "p_freq_dramp", "p_arp_mod", "p_duty_ramp", "p_pha_offset", "p_pha_ramp", "p_lpf_ramp", "p_hpf_ramp"];

Params.prototype.toB58 = function() {
var convert = [];
for (var pi in params_order) {
Expand Down

0 comments on commit ca47b7b

Please sign in to comment.