displaying a waveform in a LCD ( Bennies ?)

(karrrlo)'s icon

Bonjour chere communaute, i am looking for a patch that Benjamin Thigpen did a few years ago, ( i cant remeber if it was part of the Bennies ) , where the waveform of a soundfile would be displayed into an LCD object. does anybody have that patch in his/her drawers and would be so kind to share it ?

thanks in advance

Karlo

matteopennese's icon

save as showwf~

Max Patch
Copy patch and select New From Clipboard in Max.

save as showwf~.help

Max Patch
Copy patch and select New From Clipboard in Max.

best

mp

(karrrlo)'s icon

thanks a lot Matteo ,( and thanks for those who replied off line ), that is exactly what i was looking for !

have a good day ( or night )
ciao

Nat's icon

I don't know if this can be of any help but I did a MXJ/JSUI patch that can display waveforms (with the ability to zoom and navigate)

akee-rf's icon

yeah nat!your patch is interesting me..
works as universal binaries??

thks freeka

(karrrlo)'s icon

Nat, i would love to see it !

Quote: Nat wrote on Sun, 23 July 2006 18:00
----------------------------------------------------
> I don't know if this can be of any help but I did a MXJ/JSUI patch that can display waveforms (with the ability to zoom and navigate)
>
>
----------------------------------------------------

Nat's icon

Here is a link to the package :

You will need to put the java file in your max java directory and compile it.

Mathieu Chamagne's icon

Hi

here is a patch that display the waveform of a soundfile without loading
it in a buffer~.

(to be completly honest, it uses a buffer~, but 50 times smaller than
the original sound file, so it can be very useful to display a very long
sound file waveform, too big to be loaded in a buffer~...)

please have a look...

Mathieu Chamagne

Mathieu Chamagne's icon

...and here is a patch that peter nyboer posted some time ago, that
demonstrates 3 differents way to display a waveform in LCD, jit.lcd and
OpenGL.
very instructive...

Mathieu

Max Patch
Copy patch and select New From Clipboard in Max.


akee-rf's icon

hi nat,
thanks for the package!
i did everything you said, compile waver-java,got waver-java.class, change the file folde for the ubumenu ;...etc

got now the mxj waver-java...

but nothing happened inside waver-j.pat..

any idea???

i run it with max 4.6 on intel..

thanks;p

freeka

roger.carruthers's icon
f.e's icon

First, be sure it's compiled (look for a waver_java.class...).

Then, use the black slider on the right corner (yes, it's a slider).

f.e

f.e chanfrault | aka | personal computer music
> >>>>>> http://www.personal-computer-music.com
> >>>>>> |sublime music for a desperate people|

freeka wrote:
> hi nat,
> thanks for the package!
> i did everything you said, compile waver-java,got waver-java.class, change the file folde for the ubumenu ;...etc
>
> got now the mxj waver-java...
>
> but nothing happened inside waver-j.pat..
>
> any idea???
>
> i run it with max 4.6 on intel..
>
> thanks;p
>
> freeka
>
>

Nat's icon

That slider is in fact a range slider I did in JSUI. If you click on CTRL/CMD you can drag the region and scroll the waveform. I recall someone made a better rangeslider than mine in JSUI, will have to find that one again.

Nat's icon

ad.rangeslider, that's the one, thanks !

kenichi's icon

Here is a link to the package :

You will need to put the java file in your max java directory and compile it.

i am very interested...
How do you 'compile?'
i'm sorry, i am new to java
i try reading manual about javascript
but i don't understand,
i put files in right folders i think,
but it is not work

thank you!

kenichi

Nat's icon

Sending the message viewsource to the mxj object and then hitting ctrl-k within the editor should do the trick.

akee-rf's icon

thanks everybody