Log in to Freesound

Problems logging in?
Don't have an account? Join now

Problems logging in?

Enter your email or username below and we'll send you a link to help you login into your account.

Back to log in

Almost there!

We've sent a verification link by email

Didn't receive the email? Check your Spam folder, it may have been caught by a filter. If you still don't see it, you can resend the verification email.

Default title

  • Sounds
  • Tags
  • Forum
  • Map
    • Sounds
    • Packs
    • Forum
    • Map
    • Tags
    • Random sound
    • Charts
    • Donate
    • Help

Freesound Forums

  • Freesound Forums
  • Freesound Project
  • Mootcher login problem

Mootcher login problem

Subscribe

Started January 4th, 2007 · 12 replies · Latest reply by Halleck 19 years, 1 month ago

N
ngtv27

10 sounds

6 posts

19 years, 2 months ago
#1

Mootcher used to work fine on my Windows PC, but suddenly stopped working.
I can't login with Mootcher any more.
Is Mootcher API working now?

I compiled the mootcher external for Max/MSP on Mac OS X this morning. Once I have managed to test it, I'll make it public.

A Happy New Year to all of you freesounders.

Bram

122 sounds

1,573 posts

19 years, 2 months ago
#2

hey,

there should be no reason for it to sudenly stop as nothing was changed on the server...
could you try again?

- bram

Admin | Support
N
ngtv27

10 sounds

6 posts

19 years, 2 months ago
#3

Hi Bram, thanks for your reply.

I tried it again and the result was the same. I got "login failed" messages.
I'm sure my login ID and password are correct.

Can somebody else try it for me?

Thanks.

Bram

122 sounds

1,573 posts

19 years, 2 months ago
#4

hmmm...

could you make sure the cookies are saved correctly?
can you re-try on windows? maybe it's a mac problem.

mootcher has been out of development for a LONG time now...

- bram

Admin | Support
N
ngtv27

10 sounds

6 posts

19 years, 2 months ago
#5

I've been trying on both my Mac and PC in vain.
Jorn told me Mootcher currently doesn't work on his PC neither.
So I believe it must be a server side problem.
Please check if php files for Mootcher login are working on the server, if you have some spare time.

Thanks a lot.

It's a shame to hear that Moother has been out of development.
I see a huge possibility on Mootcher!

Bram

122 sounds

1,573 posts

19 years, 2 months ago
#6

Actually, I just saw someone else had no problem logging into the site using python...
I'll ask him to come in here for some feedback.

- bram

Admin | Support
P
paniq

0 sounds

1 post

19 years, 2 months ago
#7

i can't provide much more than the source code to how i'm doing it, perhaps that helps.
trac.zeitherrschaft.org/aldrin/browser/trunk/share/aldrin/freesound.py

N
ngtv27

10 sounds

6 posts

19 years, 2 months ago
#8

Thanks paniq,

I believe the mootcher PD/Max object does the same thing as your python code. It worked well before, but now stops working. Obviously I'm not the only one who came across this problem. Strange...

N
ngtv27

10 sounds

6 posts

19 years, 2 months ago
#9

Hi Paniq, Bram and Jorn,

I found a slight difference between paniq's python code and original Mootcher code in the login process. In the panic's code, it posts "login = login" to the server, in stead of "login = 1" as in the original one.
Once I have modified my code as panic's, it worked! I can login using the Mootcher object compiled on Mac.

Then... I found it's rather difficult to port Flext based object to Max/MSP on Mac. So I ended up making my own object for Max/MSP from scratch.

And... this is it. "freesoundsearch" object for Max/MSP on Mac.
http://www.sonasphere.com/blog/wp-content/uploads/2007/01/freesoundsearch_v0.5b-1.zip
Note: This is Universal Binary Mach-O object. You need Max/MSP 4.6 or later to run this object.

If you are curious about how it looks like, please take a look at:
http://www.sonasphere.com/blog/wp-content/uploads/2007/01/freesoundhelp1.png

This is a preliminary beta release and may contains some (not many, I hope) bugs. Your bug reports and comments are more than welcome. I'd love to hear what you think.

I'd appreciate Jorn and Paniq for their help.
Big big up to Bram for his hard work on this project . Thank you so much.

Bram

122 sounds

1,573 posts

19 years, 2 months ago
#10

Hotdamn!

ngtv27, I just figured out who you were by looking at that screenshot, and whoa!! Helloooooooooooooo! Why didn't you say it was you before? smile

Anyway, it's great you fixed the code. Could we perhaps either have a look at the code, or even host it here at freesound?

We should really start a repository that has all these things....

How did you do the coding from all the different file formats into the raw buffer?

Anyway, welcome, and let us know what you're making.

kindest,

- bram

PS: one of the things on the rather huge TODO list is a PROPER API, because what you guys are using is obviously rather a hack on freesound (not your code), and nothing more...

Admin | Support
N
ngtv27

10 sounds

6 posts

19 years, 1 month ago
#11

he he ... yes, it's me, Bram. How are you doing?
I was planning to suprise you. :wink:

>Anyway, it's great you fixed the code. Could we perhaps either have a look at the code, or >even host it here at freesound?

Yes, of course. I was thinking to put my source code on my web site in CC license anyway, it would be great if you can host at freesound.

> How did you do the coding from all the different file formats into the raw buffer?

I did nothing, Max/MSP does the troublesome decoding.
Actually Max/MSP cannot handle Ogg, FLAC format. You can listen to preview mp3s, but cannot load them to the buffer even if you downloaded them to your computer. This is obviously on my future TO-DO list.

>PS: one of the things on the rather huge TODO list is a PROPER API, because what you guys are using is obviously rather a hack on freesound (not your code), and nothing more...

Yes, that would be great! My object does the same thing as the original Mootcher object so that it does not increase the unnecessary load on the server (I think you'll see big increase of access from Japan though, because I publicize this project a lot on my web site :winksmile

I'm playing with a little MPC2000-esque rhythm sequencer patch using samples from freesound. You can make your own rhythm with CC samples, then record it and publish it on freesound with credit of original samples. It's like making an self-contained circulation of sound.

Halleck

178 sounds

744 posts

19 years, 1 month ago
#12

ngtv27
I'm playing with a little MPC2000-esque rhythm sequencer patch using samples from freesound. You can make your own rhythm with CC samples, then record it and publish it on freesound with credit of original samples. It's like making an self-contained circulation of sound.

Wow, that sounds really cool. Makes me wish I had Max/MSP, but... $$$. weirdhock:
A bit out of my league.

I guess people like me will have to look elsewhere. wink

Freesound Admin Emeritus | Official Acclivity Fan Club Member | Stuck with FLAC? Check the FAQ.
Post reply
About Freesound Terms of use Privacy Cookies Developers Help Donations Blog Freesound Labs Get your t-shirt!
© 2026 Universitat Pompeu Fabra