Page 1 of 1

is Ableton a Cocoa application?

Posted: Thu Feb 04, 2010 6:50 pm
by nuxnamon
did a search but all i find is that version 8 added support for Cocoa plug-ins.. but is Ableton itself a Cocoa application?
thanks in advance..

Re: is Ableton a Cocoa application?

Posted: Thu Feb 04, 2010 7:18 pm
by 3dot...
Image

Re: is Ableton a Cocoa application?

Posted: Thu Feb 04, 2010 7:35 pm
by nuxnamon
thanks 3dot! :D but i don't get it..

Re: is Ableton a Cocoa application?

Posted: Thu Feb 04, 2010 8:03 pm
by djsynchro
What is this MacDonalds?

Re: is Ableton a Cocoa application?

Posted: Thu Feb 04, 2010 8:30 pm
by nuxnamon
the reason I ask is I wanted to try this app but it seems to work only on cocoa apps..
http://www.eternalstorms.at/utilities/p ... index.html

Re: is Ableton a Cocoa application?

Posted: Thu Feb 04, 2010 9:35 pm
by nuxnamon
never mind.. seems Cocoa is a application platform for OSX only.. and since Ableton is both PC/MAC, I assume it's written in some other code..
i still don't get the fat chick though.. is her name Cocoa or something? or is she just laughing at me for asking such a bonehead question.. :lol:

Re: is Ableton a Cocoa application?

Posted: Thu Feb 04, 2010 9:51 pm
by Fuhr
nuxnamon wrote:never mind.. seems Cocoa is a application platform for OSX only.. and since Ableton is both PC/MAC, I assume it's written in some other code..
i still don't get the fat chick though.. is her name Cocoa or something? or is she just laughing at me for asking such a bonehead question.. :lol:
She's black..

Well, Live is written in C++, as far as I'm aware :)

Re: is Ableton a Cocoa application?

Posted: Fri Feb 05, 2010 1:30 am
by 3dot...
nuxnamon wrote: i still don't get the fat chick though.. is her name Cocoa or something? :lol:
don't try and read too far into it.. she's a comedian named 'cocoa brown'...
some silly random bullshit .. :mrgreen:

Re: is Ableton a Cocoa application?

Posted: Fri Feb 05, 2010 9:51 pm
by nuxnamon
3dot... wrote:
nuxnamon wrote: i still don't get the fat chick though.. is her name Cocoa or something? :lol:
don't try and read too far into it.. she's a comedian named 'cocoa brown'...
some silly random bullshit .. :mrgreen:
thanks for clearing that up.. i was definitely reading into it too much.. i thought it was because her skin was brownish, like hot cocoa..

Re: is Ableton a Cocoa application?

Posted: Sat Feb 06, 2010 7:00 am
by polishbroadcast
nuxnamon wrote:did a search but all i find is that version 8 added support for Cocoa plug-ins.. but is Ableton itself a Cocoa application?
thanks in advance..
A: Carbon.
nuxnamon wrote:never mind.. seems Cocoa is a application platform for OSX only.. and since Ableton is both PC/MAC, I assume it's written in some other code..
A Mac app can be written in Carbon or Cocoa, Live being cross-platform is unrelated to which framework they used for the Mac.

Re: is Ableton a Cocoa application?

Posted: Sat Feb 06, 2010 8:21 am
by 3dot...
nuxnamon wrote: thanks for clearing that up.. i was definitely reading into it too much.. i thought it was because her skin was brownish, like hot cocoa..
:lol:

Re: is Ableton a Cocoa application?

Posted: Sat Feb 06, 2010 11:23 pm
by TobiasHahn
Hi nuxnamon,

do you know about the menu command View->Full Screen? Is that maybe what you are looking for?

Cheers,
Tobias

(PS: To get back out, click the little yellow arrow in the lower right corner.)
(PPS: The shortcut F11 will only work on a mac if it is not registered as a global shortcut by Exposé to show your desktop (or some app to do something else). Check your System Preferences->Keyboard->Keyboard Shortcuts->Exposé & Spaces.)

Re: is Ableton a Cocoa application?

Posted: Sat Feb 06, 2010 11:35 pm
by sparkletone
I'm pretty sure they're still using Carbon, and they've said in numerous interviews and job postings that Live is implemented primarily in C++.

However, the fact that they're using C++ and are developing a cross-platform app. doesn't preclude them from moving to Cocoa (hopefully sooner rather than later as Apple seems pretty intent on ditching Carbon as much as they can as soon as they can). They probably have the main body of the application implemented in C++, which calls out to some platform specific code for the UI and accepting user input and things.

Rewriting the OS X bit that uses Carbon for the UI and stuff probably isn't easy, but I'm sure they're at least thinking about it even if they haven't started!