CNMAT / CNMAT-MMJ-Depot

CNMAT's expanding library of Max/MSP/Jitter patches
90 stars 17 forks source link

soundfile interpolation space - mp3 support #54

Closed EdmundCampion closed 9 years ago

EdmundCampion commented 9 years ago

Music 29 -- Soundfile_interpolation patch needs to be -mp3-enabled. following the upgrade and testing, a new standalone needs to be made (both Windows and MAC)

equilet commented 9 years ago

get this to @mattschumaker by 14th of january

equilet commented 9 years ago

@mattschumaker - Can you please download the file found here and let me know if it works for you? Just report back in this issue here - if there is something to fix I will follow up, and if all looks good I'll build the Windows version.

mattschumaker commented 9 years ago

@equilet

Hi Jeff,

I tested the new soundfile interpolation space standalone and it seems to work well. Mp3s and wavefiles both play as expected, as far as I can hear, and all of the patch's functionality seemed to be working fine. Awesome!

Here is one small, non-essential observation: when placing sounds into the space manually, I found it counter-intuitive to select a sound and then hit "place" again before positioning the sound in the 2d space. I think that this is because "place" is already highlighted and so it seems like you should just be able to click in the environment and place the sound without hitting "place" again each time you grab a sound. Again, certainly not very important.

When standalones are done for this, I will packages them in updated lab files for students to download from bcourses and also figure out how to replace the older modules inside the classroom labs.

Best, Matt

equilet commented 9 years ago

I'm not going to change the functionality for placing the sound - I agree that this might not be the most intuitive, but I don't think this is a good time to work on that particular problem. The instructions clearly outline how to audition/place sounds, so I'm OK with it for the time being. I'll build the windows version tonight based on your news.

mattschumaker commented 9 years ago

Great, thanks. When it is available, I will get the updated version to the students on bcourses right away. And we should be able to replace the lab versions before that standalone comes up for the first time in lab 3.

Best, Matt

On Wed, Jan 21, 2015 at 1:06 PM, Jeffrey Lubow notifications@github.com wrote:

I'm not going to change the functionality for placing the sound - I agree that this might not be the most intuitive, but I don't think this is a good time to work on that particular problem. I'll build the windows version tonight based on your news.

— Reply to this email directly or view it on GitHub https://github.com/CNMAT/CNMAT-MMJ-Depot/issues/54#issuecomment-70921509 .

mattschumaker commented 9 years ago

I think that I found a bug using the new soundfile space interpolation space today. Sometimes when it loads a saved preset from disk the sound will not play at all. For instance, in music 29 lab 3, if I load "01_emotional_inferences-solution.txt" all the sound will stop playing and it won't start back up again until I restart the app. (See the Max window error messages below.)

If this is a bug, then I think that we will just use the old version of the soundfile interpolation space app for lab 3 starting on Friday. We can change to an updated version for labs 4 or 6 later, if we want.


buffer~: doesn't understand "z15Bell.aif" buffer~: doesn't understand "z14Bell.aif" buffer~: doesn't understand "z13_ia.aif" buffer~: doesn't understand "z12_ia.aif" buffer~: doesn't understand "z11_ia.aif" buffer~: doesn't understand "z09_ia.aif" buffer~: doesn't understand "z03_ia.aif" buffer~: doesn't understand "z02_ia.aif" buffer~: doesn't understand "z00_ia.aif" buffer~: doesn't understand "15Bell.aif" buffer~: doesn't understand "14Bell.aif" buffer~: doesn't understand "13_ia.aif" buffer~: doesn't understand "12_ia.aif" buffer~: doesn't understand "11_ia.aif" buffer~: doesn't understand "09_ia.aif" buffer~: doesn't understand "03_ia.aif" buffer~: doesn't understand "02_ia.aif" buffer~: doesn't understand "00_ia.aif" num_soundfiles: 9 o.route: The set message to o.route has been deprecated and will be removed in the future num_soundfiles: 9 buffer~: doesn't understand "z15Bell.aif" buffer~: doesn't understand "z14Bell.aif" buffer~: doesn't understand "z13_ia.aif" buffer~: doesn't understand "z12_ia.aif" buffer~: doesn't understand "z11_ia.aif" buffer~: doesn't understand "z09_ia.aif" buffer~: doesn't understand "z03_ia.aif" buffer~: doesn't understand "z02_ia.aif" buffer~: doesn't understand "z00_ia.aif" num_soundfiles: 9 buffer~: doesn't understand "z15Bell.aif" buffer~: doesn't understand "z14Bell.aif" buffer~: doesn't understand "z13_ia.aif" buffer~: doesn't understand "z12_ia.aif" buffer~: doesn't understand "z11_ia.aif" buffer~: doesn't understand "z09_ia.aif" buffer~: doesn't understand "z03_ia.aif" buffer~: doesn't understand "z02_ia.aif" buffer~: doesn't understand "z00_ia.aif"

equilet commented 9 years ago

this is unrelated to this issue - #54