What's the advantage of using Bidule over MAx/Msp?
What's the advantage of using Bidule over MAx/Msp?
Bidule seems pretty cool but not really that more intuitive to use than Max/Msp.
What is the fuss all about?
Which one is more efficient and will co-habitate with Live better?
cheers,
Danjel
What is the fuss all about?
Which one is more efficient and will co-habitate with Live better?
cheers,
Danjel
-
Harris.Andrew
- Posts: 164
- Joined: Mon Oct 04, 2004 4:50 am
MAX/Msp is, I've heard, more powerful for programming at the ground level then Bidule. With that comes [Edit] harder to learn [/Edit] and more dependence of other peoples work, and a higher price.
Bidule is made to be more usable from the start, with the low end programming prefabed for most common uses.
So Bidule is quite fast to achieve some results from.
// C
Bidule is made to be more usable from the start, with the low end programming prefabed for most common uses.
So Bidule is quite fast to achieve some results from.
// C
Last edited by conny on Sun Apr 10, 2005 6:43 pm, edited 1 time in total.
PC Laptop Acer, XP Home SP2, build in crappy sound card.
Bleeps and Blops!
http://bluemoose.greatnow.com/
Bleeps and Blops!
http://bluemoose.greatnow.com/
-
dirtystudios
- Posts: 1196
- Joined: Wed Jul 10, 2002 1:28 am
Actually, I just heard that the phrase "steep learning curve" means that something is easy to learn. I always though the opposite too.
Here's an article explaining.
k
Here's an article explaining.
k
O right, I edited it accordingly!
Another answer to the MAX/Bidule question could be:
Looking at this forum, the Live and Bidule users seem to go quite well together.
That could indicate some resonance in terms of komplexity/results.
// C
Another answer to the MAX/Bidule question could be:
Looking at this forum, the Live and Bidule users seem to go quite well together.
That could indicate some resonance in terms of komplexity/results.
// C
PC Laptop Acer, XP Home SP2, build in crappy sound card.
Bleeps and Blops!
http://bluemoose.greatnow.com/
Bleeps and Blops!
http://bluemoose.greatnow.com/
Its obvious that most of these users have not used Max/MSP...Max is FAR, I repeat FARFAR more powerful than Bidule. It is more than worth the cost, as you can add thousands of external objects, and visual capabilities.
I must tell you that Max is surely a much more intellectual program, requiring a given learning curve. But you will appreciate that curve, as it is not only an indispensible lesson in modular signal flow and synthesis, but it is an industry standard. Not only is Max/MSP perhaps the most important programming language for computer audio, it is what EVERY other program is built from...including basically every major vj software, Live, and SO many other programs.
Max/MSP is compatible with Java, C, html, flash and everythign else.
For your own musical knowledge, do not skimp on this program...it was the only one that I paid for...for a long time. they also have student discounts...that are worth the deal
I must tell you that Max is surely a much more intellectual program, requiring a given learning curve. But you will appreciate that curve, as it is not only an indispensible lesson in modular signal flow and synthesis, but it is an industry standard. Not only is Max/MSP perhaps the most important programming language for computer audio, it is what EVERY other program is built from...including basically every major vj software, Live, and SO many other programs.
Max/MSP is compatible with Java, C, html, flash and everythign else.
For your own musical knowledge, do not skimp on this program...it was the only one that I paid for...for a long time. they also have student discounts...that are worth the deal
So it seems they (Bidule and MAX) are different creatures.
You may set up a new Bidule layout in minutes, it's what I've heard good for live situations. And then you go home and program som MAX stuff, but you don't do that on stage - right?
// C
You may set up a new Bidule layout in minutes, it's what I've heard good for live situations. And then you go home and program som MAX stuff, but you don't do that on stage - right?
// C
PC Laptop Acer, XP Home SP2, build in crappy sound card.
Bleeps and Blops!
http://bluemoose.greatnow.com/
Bleeps and Blops!
http://bluemoose.greatnow.com/
you can do a lot of the same things in both programs, as far as simple midi and audio routing, so you CAN do live stuff in max, but usually, say with AUtechre, they build vast performance apps for themselves on Max, and then use those patches in performance...search online for Autechre Max patches...
If you're fluent and have a point of arrival, you can do anything onstage...its all about knowing your goal, and not flailing around with no idea where to go...if you know any program well enough you can do live performance with it.
My best advice in Max, is have an ending point when you start...know your goal, and then you can do almost anything.
As far as the comment about working from other peoples projects and the like...you can do that in Reaktor, or bidule, or anything...
Max is free for a month, so try it out... there is a great email list also, with some of the most important people in electronic music contributing...so when you get stuck, you can easily get advice from the likes of Kit Clayton and David Zicarelli. Max is no nonsense, or all nonsense, depending on your uses.
If you're fluent and have a point of arrival, you can do anything onstage...its all about knowing your goal, and not flailing around with no idea where to go...if you know any program well enough you can do live performance with it.
My best advice in Max, is have an ending point when you start...know your goal, and then you can do almost anything.
As far as the comment about working from other peoples projects and the like...you can do that in Reaktor, or bidule, or anything...
Max is free for a month, so try it out... there is a great email list also, with some of the most important people in electronic music contributing...so when you get stuck, you can easily get advice from the likes of Kit Clayton and David Zicarelli. Max is no nonsense, or all nonsense, depending on your uses.
Hm, thanks, things are clearing up.
Seems the problem then is I don't actually know where I want to go. And all the possible tools all around.
OK, time will tell.
// C
Seems the problem then is I don't actually know where I want to go. And all the possible tools all around.
OK, time will tell.
// C
PC Laptop Acer, XP Home SP2, build in crappy sound card.
Bleeps and Blops!
http://bluemoose.greatnow.com/
Bleeps and Blops!
http://bluemoose.greatnow.com/
I'm not sure that the Live : Max prototyping rumor was ever confirmed.
generally in application design the GUI is prototyped in the same toolkit as the app is to be built in. EG borland / Visual studio. Layouts are created in other apps sure, but even semi functioning versions generally tend to be made in the language they are destined for. Unless the eventual language is hand coded ASM, then it may be prototyped in a more high level language to work the bugs out.
It's my understanding that Live was written in C++ , talented C coders shouldnt have much problem prototyping direct from their IDE
If Live was prototyped in Max I think it would be unique in the field . I doubt very much that Cubase or Protools or Sonar or Acid or Nuendo or Soundforge or Reason were prototyped in Max.
generally in application design the GUI is prototyped in the same toolkit as the app is to be built in. EG borland / Visual studio. Layouts are created in other apps sure, but even semi functioning versions generally tend to be made in the language they are destined for. Unless the eventual language is hand coded ASM, then it may be prototyped in a more high level language to work the bugs out.
It's my understanding that Live was written in C++ , talented C coders shouldnt have much problem prototyping direct from their IDE
If Live was prototyped in Max I think it would be unique in the field . I doubt very much that Cubase or Protools or Sonar or Acid or Nuendo or Soundforge or Reason were prototyped in Max.
regardless, there have been plenty of apps written in Max, mostly with the aid of other codes, or additional external objects.
The point of this conversation, I believe, was what Max and Bidule have in common and what they dont...one main thing...MANY programs have been made, or "concieved" in the Max environment, and it stands out, untouched as a standard in electronic and computer music. There are other languages, but with Max, you can get into the important work fast.
And in working concept, I imagine a number of the named programs were in fact developed to proof of concept in Max.
The point of this conversation, I believe, was what Max and Bidule have in common and what they dont...one main thing...MANY programs have been made, or "concieved" in the Max environment, and it stands out, untouched as a standard in electronic and computer music. There are other languages, but with Max, you can get into the important work fast.
And in working concept, I imagine a number of the named programs were in fact developed to proof of concept in Max.