Graphic equalizer
  • demon
    member
    Posts: 27
    Joined: Fri Jan 19, 2007 3:17 pm

    Graphic equalizer

    by demon » Mon Oct 22, 2007 2:58 pm

    Hi,
    there is a module with a equalizer with column bar that move with the music?
    Image
  • User avatar
    VjKg
    super8 member
    Posts: 169
    Joined: Mon Oct 30, 2006 10:27 pm
    Location: Philly
    Contact:

    Try CoreMelt VU

    by VjKg » Tue Oct 23, 2007 5:10 am

    I downloaded the free Quartz Composer files for CoreMelt VU. The VU meter ones work ok, but I have had no luck with the EQ. Maybe others here can prevail were I have not.

    http://www.coremelt.com/
  • DJSare
    member
    Posts: 22
    Joined: Tue May 30, 2006 2:16 pm
    Location: Schweiz BL
    Contact:

    by DJSare » Tue Oct 23, 2007 9:50 am

    Can you youse the SndObj in Modul8? :?:

    http://music.nuim.ie//musictec/SndObj/main.html#python
  • demon
    member
    Posts: 27
    Joined: Fri Jan 19, 2007 3:17 pm

    Re: Try CoreMelt VU

    by demon » Tue Oct 23, 2007 11:23 am

    VjKg wrote:I downloaded the free Quartz Composer files for CoreMelt VU. The VU meter ones work ok, but I have had no luck with the EQ. Maybe others here can prevail were I have not.

    http://www.coremelt.com/


    thanks... i downloaded the files...but only the Analog Vu and Digit Vu work....

    any solution?
    thanks
  • demon
    member
    Posts: 27
    Joined: Fri Jan 19, 2007 3:17 pm

    by demon » Tue Oct 23, 2007 11:26 am

    DJSare wrote:Can you youse the SndObj in Modul8? :?:

    http://music.nuim.ie//musictec/SndObj/main.html#python


    how can i use it?
    thanks
  • DJSare
    member
    Posts: 22
    Joined: Tue May 30, 2006 2:16 pm
    Location: Schweiz BL
    Contact:

    by DJSare » Tue Oct 23, 2007 4:20 pm

    Im not a profi in scripting and with python i scripting 4 months.
    If i have right understood if the SndObj library a audio programing
    library and support python.

    the library you can open to use in python:

    import sndobj
    import time

    ......
    .........
    ......

    Check the manuals, if you like to make self a script.
    (Find hi- and lo- pass filters)
    The way in Quartz Composer is easy and cool, if its work?
    A new Modul to send EQ 5-band to Filters is not so
    easy to create. Sorry, i cannot script for you.
    If any other peaple can help to make a audio EQ visual script?

    Tanks and bye
  • demon
    member
    Posts: 27
    Joined: Fri Jan 19, 2007 3:17 pm

    by demon » Tue Oct 23, 2007 8:45 pm

    it is not easy for me... i think there are some people can edit tihs!
    thanks

    there are some module made with quartz composer but the graphic equalizator doesn't work and i did't find the problem ...
  • sonicslice
    activ8 member
    Posts: 54
    Joined: Sun Jun 24, 2007 11:22 am

    Re: Try CoreMelt VU

    by sonicslice » Fri Oct 26, 2007 10:51 pm

    The solution would be for proper QTZ integration to be written into modul8. I'm working on a stop gap solution (very slowly) working via midi, but it's not by any stretch of the imagination perfect.

    demon wrote:
    VjKg wrote:I downloaded the free Quartz Composer files for CoreMelt VU. The VU meter ones work ok, but I have had no luck with the EQ. Maybe others here can prevail were I have not.

    http://www.coremelt.com/


    thanks... i downloaded the files...but only the Analog Vu and Digit Vu work....

    any solution?
    thanks
  • Lupin
    garageCube team
    Posts: 383
    Joined: Fri Aug 18, 2006 12:37 pm
    Location: France
    Contact:

    by Lupin » Sat Oct 27, 2007 9:54 pm

    Well i tried the analog Vu and digital VU and it works fine. i jsut exported them into quicktime movie from quartz composer an then imported them into Modul8 . but the 6 or 13 bands equalizer don't work on my computer... i do'nt know why, i'll digg into this tonight
    Gael Abegg Gauthey (former known as Lupin)
    https://www.linkedin.com/in/abegg-gauthey/
  • Lupin
    garageCube team
    Posts: 383
    Joined: Fri Aug 18, 2006 12:37 pm
    Location: France
    Contact:

    by Lupin » Sat Oct 27, 2007 10:14 pm

    okay it's not a big deal the digital VU responds to the volume peak property . if you go inside the vu macro you will be able to use audio spectru values instead of volume peak. it's not tricky to modify it.
    Gael Abegg Gauthey (former known as Lupin)
    https://www.linkedin.com/in/abegg-gauthey/
  • sonicslice
    activ8 member
    Posts: 54
    Joined: Sun Jun 24, 2007 11:22 am

    by sonicslice » Sat Oct 27, 2007 10:15 pm

    Lupin wrote:Well i tried the analog Vu and digital VU and it works fine. i jsut exported them into quicktime movie from quartz composer an then imported them into Modul8 . but the 6 or 13 bands equalizer don't work on my computer... i do'nt know why, i'll digg into this tonight


    This is because they are made to work with VDMX, the audio side of the qtz file comes from VDMX using the VDMX FFT and not the in built (not as good) FFT in qtz. There are a lot of controls that you can't use in modul8 on all of them - these appear if you load it into VDMX - they can all be easily edited to work in modul8.
  • Lupin
    garageCube team
    Posts: 383
    Joined: Fri Aug 18, 2006 12:37 pm
    Location: France
    Contact:

    by Lupin » Sat Oct 27, 2007 10:39 pm

    to select the band you want to bind to your equalizer select go to tu vu macro then find the blue box "audio inpu" then link the spectrum output to the structure Key member module then in this module as the Key input parameter enter "band_0" for band 0 this audio spectrum values goes from band_0 to band_12.
    then link the output paramter "Member" to the Multiplexer in the Source #1 Input parameter. you can even use the Key input as a published input value. then you can duplicate this macro and change band values.
    Gael Abegg Gauthey (former known as Lupin)
    https://www.linkedin.com/in/abegg-gauthey/
  • demon
    member
    Posts: 27
    Joined: Fri Jan 19, 2007 3:17 pm

    by demon » Sat Oct 27, 2007 10:54 pm

    Lupin wrote:to select the band you want to bind to your equalizer select go to tu vu macro then find the blue box "audio inpu" then link the spectrum output to the structure Key member module then in this module as the Key input parameter enter "band_0" for band 0 this audio spectrum values goes from band_0 to band_12.
    then link the output paramter "Member" to the Multiplexer in the Source #1 Input parameter. you can even use the Key input as a published input value. then you can duplicate this macro and change band values.


    so 13 bands equalizer can works into modul8?
    you just tried it?

    Ps. sorry but i didn't find the blue box "audio inpu".... if you know the easy solution...can you did this modul for modul8 :D ?

    Thanks
    Last edited by demon on Sat Oct 27, 2007 11:05 pm, edited 1 time in total.
  • sonicslice
    activ8 member
    Posts: 54
    Joined: Sun Jun 24, 2007 11:22 am

    by sonicslice » Sat Oct 27, 2007 11:01 pm

    demon wrote:
    Lupin wrote:to select the band you want to bind to your equalizer select go to tu vu macro then find the blue box "audio inpu" then link the spectrum output to the structure Key member module then in this module as the Key input parameter enter "band_0" for band 0 this audio spectrum values goes from band_0 to band_12.
    then link the output paramter "Member" to the Multiplexer in the Source #1 Input parameter. you can even use the Key input as a published input value. then you can duplicate this macro and change band values.


    so 13 bands equalizer can works into modul8?
    you just tried it?

    thanks


    You have to edit it in QTZ first.
  • Lupin
    garageCube team
    Posts: 383
    Joined: Fri Aug 18, 2006 12:37 pm
    Location: France
    Contact:

    by Lupin » Sat Oct 27, 2007 11:13 pm

    I tried on 3 bands and it works fine, but yea you first gotta edit it on QTZ . it's not difficult but it's quite long to tweak values to build a clean patch
    Gael Abegg Gauthey (former known as Lupin)
    https://www.linkedin.com/in/abegg-gauthey/

Who is online

Users browsing this forum: No registered users and 9 guests