Skip to content

Commit

Permalink
Release JSModulator v1.0.1 (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagolr authored Dec 13, 2023
1 parent 489ddfb commit 44b2a04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Synth/tilr_JSModulator.jsfx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
desc: JSModulator
author: tilr
version: 1.0
version: 1.0.1
provides:
tilr_JSModulator/mod.array.jsfx-inc
tilr_JSModulator/mod.envlib.jsfx-inc
Expand Down Expand Up @@ -172,7 +172,7 @@ file_var(0, osc3.wavenum);
file_var(0, osc4.wavenum);

@init

ext_noinit = 1;
poly.array_init(1000, 127, 11); // [note, freq, ph1, ph2, ph3, ph4, signal1, signal2, signal3, signal4, note_repeat_flag]
remove_notes.array_init(5000, 127, 1); // remove notes array
envelope = 10000; // 18 * 127 - master envelope per key
Expand Down

0 comments on commit 44b2a04

Please sign in to comment.