mspinky.com Forum Index mspinky.com
'Playing with Vinyl'
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Not playing with certain MP3'S
Goto page 1, 2, 3  Next
 
Post new topic   Reply to topic    mspinky.com Forum Index -> The Maxi-Patch Application
View previous topic :: View next topic  
Author Message
saad



Joined: 16 Sep 2006
Posts: 2

PostPosted: Wed Feb 28, 2007 10:30 am    Post subject: Not playing with certain MP3'S Reply with quote

hey all

With certain MP3's, Maxi patch refuses to play them. I get the bang message, and in the log window, it just keeps scrolling and saying "too much recursion, line 455".

Its not applicable to any type of MP3. Its not a certain bitrate, or source, or anything. There is no artwork. If i convert it to wav, it works, but I dont have the disc space or time to do that.

So any ideas?
Back to top
View user's profile Send private message
dlpinkstah
Site Admin


Joined: 07 Jun 2004
Posts: 904

PostPosted: Wed Feb 28, 2007 8:29 pm    Post subject: use iTunes to transcode to new mp3 Reply with quote

What I do with mp3's that Maxi-Patch won't handle is to transcode them into a new mp3 using iTunes. Generally speaking, all mp3 created using iTunes should work with Maxi-Patch. To transcode into new mp3, just load in all the mp3 that Maxi-Patch can't play into a special playlist inside iTunes. Then, select all the bad mp3 and choose from the "Advanced" pull-down menu the option "Convert Selection to MP3". It should then do them all at once for you.
Back to top
View user's profile Send private message Send e-mail
taggalucci



Joined: 13 Aug 2006
Posts: 4

PostPosted: Thu Jun 05, 2008 11:45 am    Post subject: Reply with quote

At the moment, about 30% of some of my recent mp3s won't play with the same "bang" shown in the song name text box.

I have tried what dlpinkstah suggests i.e. creating a playlist in iTunes and converting the selection to mp3. But still, not one of these will play.

I would like to better understand why it is challenging for Maxi Patch to play these when they will play fine in every other media player.

Out of interest, converting them to a mov in Quicktime will allow these to play, but that's not ideal.
Back to top
View user's profile Send private message
dlpinkstah
Site Admin


Joined: 07 Jun 2004
Posts: 904

PostPosted: Thu Jun 05, 2008 4:18 pm    Post subject: Reply with quote

please email me one of the problem mp3's that won't play so I can figure out why.... or post one somewhere I can download it. All my mp3's work fine with the program.
Back to top
View user's profile Send private message Send e-mail
dlpinkstah
Site Admin


Joined: 07 Jun 2004
Posts: 904

PostPosted: Thu Jun 05, 2008 5:40 pm    Post subject: NO album arwork, please! Reply with quote

Please also remove album artwork from all mp3's that you want to load into Maxi-Patch. Eventually I'll have a fix so that we can reliably read mp3's with the inserted artwork, but for now you'll need to get rid of that in order to reliably load mp3's into the program.
Back to top
View user's profile Send private message Send e-mail
taggalucci



Joined: 13 Aug 2006
Posts: 4

PostPosted: Thu Jun 05, 2008 10:59 pm    Post subject: Reply with quote

Hi

Thanks for the swift reply.

Removing the artwork solved the issue for all the files I have tried so far.

Thanks again Smile
Back to top
View user's profile Send private message
dlpinkstah
Site Admin


Joined: 07 Jun 2004
Posts: 904

PostPosted: Fri Jun 06, 2008 3:13 am    Post subject: Reply with quote

Well I'm glad to hear that. I apologize if you were especially attached to the album artwork. Perhaps in an upcoming version we can find a way to extract the pictures and mix them with video... Wink
Back to top
View user's profile Send private message Send e-mail
kbooms1w



Joined: 10 Nov 2007
Posts: 22

PostPosted: Thu Jun 26, 2008 8:23 am    Post subject: Reply with quote

Just to add to the list of problematic mp3s, I was converting some files tonight and found that encoding them at 48 khz (which I wasn't even trying to do), instead of 44.1 khz gave Pinky VST fits, very garbled, terrible reading of the waveform.

Encoded them at 44.1 khz and no problems, even at 320 kpbs.
Back to top
View user's profile Send private message
djpash



Joined: 10 Nov 2009
Posts: 15
Location: Canada

PostPosted: Mon Nov 23, 2009 6:45 pm    Post subject: same problem... Reply with quote

I'm having similar issues with maxipatchAO, I've tried removing the album artwork...didn't work. Going to try and batch re-encode them...

I really hope this resolves the issue...almost half of my collection isn't loading up Sad
Back to top
View user's profile Send private message
dlpinkstah
Site Admin


Joined: 07 Jun 2004
Posts: 904

PostPosted: Mon Nov 23, 2009 8:55 pm    Post subject: Reply with quote

It would really help if you can email to me, or put someplace on a server for download, some of these mp3's that are problematic. As I said previously, all of my current collection is loading and playing fine for me. If I don't have some of the ones that won't load then I can't fix the problem.
Back to top
View user's profile Send private message Send e-mail
honeo



Joined: 17 Jul 2008
Posts: 19

PostPosted: Tue Nov 24, 2009 10:18 am    Post subject: Reply with quote

it could not be so hard to "ignore" the header of the mp3 while reading the file, don't konw if your only using max for te app. but with c or c++ it's not so difficult to read the header an just loading the audio into a buffer, would be great if trhe artwork could be extracted
Back to top
View user's profile Send private message Visit poster's website
djpash



Joined: 10 Nov 2009
Posts: 15
Location: Canada

PostPosted: Tue Nov 24, 2009 2:37 pm    Post subject: Reply with quote

dlpinkstah wrote:
It would really help if you can email to me, or put someplace on a server for download, some of these mp3's that are problematic. As I said previously, all of my current collection is loading and playing fine for me. If I don't have some of the ones that won't load then I can't fix the problem.


I'll try to batch re-encode them from itunes first and let you know if that fixes it.

If that doesn't work...I'll email one of the 'bad' ones to you.

BTW I'm working with maxipatch AO.

Thanks.
Back to top
View user's profile Send private message
djpash



Joined: 10 Nov 2009
Posts: 15
Location: Canada

PostPosted: Wed Nov 25, 2009 3:56 am    Post subject: what am I doing wrong? Reply with quote

honeo wrote:
it could not be so hard to "ignore" the header of the mp3 while reading the file, don't konw if your only using max for te app. but with c or c++ it's not so difficult to read the header an just loading the audio into a buffer, would be great if trhe artwork could be extracted


robsoul boy - instrumental hangs the batch converter and jacobino cant be played in maxipatchAO whatsoever, dragging it from a folder nor selecting it from the drop down does anything...

Please help.

The only thing I can think of that I did wrong during the whole setup...was that I installed quicktime AFTER runnint maxipatch for the first time...I don't think this could pose a problem, but you never know.

Any tips or advice is appreaciated...

find the tracks here...

http://pashtek.fun-in-the-murky.com/audio/844667_Jacobino_Dub%20Mix.mp3

http://pashtek.fun-in-the-murky.com/audio/859927_Robsoul%20Boy_Instrumental%20Mix.mp3

Question Question Question Question Question Question
Back to top
View user's profile Send private message
dlpinkstah
Site Admin


Joined: 07 Jun 2004
Posts: 904

PostPosted: Wed Nov 25, 2009 4:44 am    Post subject: Reply with quote

You must be using the Winblows PC version. Both of these files load and play perfectly on the mac OSX version just as they are. I guess this means I have some more debugging to do on the PC version. However, even on the PC I just found that re-encoding as MP3 using iTunes creates a new MP3 that loads and plays just fine. So is there a reason you won't use iTunes to re-encode your MP3 that won't work? iTunes is a free, and very easy-to-use program. It should be a very easy way to work around this bug (temporarily) until I can (hopefully) fix it for you Windoze people.

In the future, when you post a bug report, please be sure to provide a full description of your system.
Back to top
View user's profile Send private message Send e-mail
dlpinkstah
Site Admin


Joined: 07 Jun 2004
Posts: 904

PostPosted: Wed Nov 25, 2009 7:34 am    Post subject: Reply with quote

I should also point out that both of these files will load and play perfectly in Pinky VST, both OSX and Winblows. So the bug is apparently in my Max/MSP interface code. Should be able to fix pretty easily.
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    mspinky.com Forum Index -> The Maxi-Patch Application All times are GMT
Goto page 1, 2, 3  Next
Page 1 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP