View Single Post
Old 07-20-2021, 09:49 AM   #1
dagamusik
Human being with feelings
 
dagamusik's Avatar
 
Join Date: Aug 2020
Location: Colombia
Posts: 165
Default Have a JSFX (EQ) an a GUI ready. Who would help me to make it work?

Hello World,

I'm trying to put a EQ (Kind of a 560) based on RBJ Filter Cookbook.

Currently I have:

- EQ JSFX (working)
- GUI (nice to my standards)
- EQ + GUI (not working) I was trying to base the gfx code on the "1175 GUI" but I get not results.

Who would like to help me with the code or work together and finish the JS?

I uploaded a zip with 3 files:
  1. EQ JSFX (without GUI)
  2. GUI in .png
  3. A mess of a JSFX (where I was trying to make it work the EQ)

The sliders are coded as filled rectangles

Code:
gfx_r=gfx_g=gfx_b=gfx_a=0.8;
gfx_rect(34+(slider29)*5.41666,490,24,15);
Thanks in advance.
Attached Files
File Type: zip EQ56.zip (24.6 KB, 136 views)
dagamusik is offline   Reply With Quote