cell phone alert on max msp?
hi everybody!
I would I like to know if max can dial a phone number by himself, to make an phone alert for instance!
thx!!!
ad
you can send google calender to send sms on event. free and evil.
http://code.google.com/apis/calendar/developers_guide_python.html
http://maxobjects.com/?request=python
i did it command line without max
On Mon, Feb 25, 2008 at 11:30 PM, adrien wrote:
>
> hi everybody!
> I would I like to know if max can dial a phone number by himself, to make
> an phone alert for instance!
> thx!!!
> ad
>
thanks but I absolutely need to join a cell phone!
It's about vegetables; when the concentration of co2 is too high, here it goes! a call phone!!
ad
On 26.02.2008, at 00:38, adrien wrote:
>
> thanks but I absolutely need to join a cell phone!
> It's about vegetables; when the concentration of co2 is too high,
> here it goes! a call phone!!
> ad
>
it's a work-around but it does work.
first install skype. write the following apple-script
tell application "Skype"
send command "CALL " script name
""
end tell
save this script as application.
now from max you use the external [shell] and you launch skype as a
unix path from max. give it a little time to sign-in. and then launch
the apple-script application and skype will call your cell.
cheers,
Piet
interesting way to do it!
but I don't think that skype works on Os X!
ad.
On 26.02.2008, at 08:28, adrien wrote:
> but I don't think that skype works on Os X!
the current version of Skype for OSX is 2.7
there are other voip clients for OSX like X-Lite or Eyebeam by
Counterpath (SIP-protocol) but they don't offer AppleScript access to
their API. I haven't tried Asterisk.
Cheers,
Piet
hi adrien,
I've previously got max to make phone calls via my mobile phone.
It required establishing a bluetooth connection to the mobile, and then
using a serial port connection from Max to the phone - I needed to run a
serial port interface program specific to my phone (SonyEricsson K750i).
Dialing required working out the appropriate ATD commands to send across the
serial link to the phone - this was painful, but I got it to work.
The application was a performance piece were I was remixing people's
ringtone's live - so I set up a system whereby they entered their phone
number and placed their phone underneath a mic, and then max could call the
phone and record their ringtone so I could start remixing it - all a bit of
overkill in the end, but it was fun, and I figure I might use that trick
again sometime.
Sending audio to the phone is not possible over the serial link - but once
you've dialed you could just dac~ to a speaker sitting next to the phone -
the old fashioned way :-)
With the right phone I believe sending SMS might also work, but there are
internet gateways for that which might be easier to use.
Hope these suggestions help.
regards,
mark
On Tue, Feb 26, 2008 at 8:30 AM, adrien wrote:
>
> hi everybody!
> I would I like to know if max can dial a phone number by himself, to make
> an phone alert for instance!
> thx!!!
> ad
>
typo in the script, sorry
tell application "Skype"
send command "CALL [your cell number with countrycode]" script name
"[anything you like]"
end tell
cheers
piet
thank you all!espescially Piet, it works!!!
bonne continuation!!
ad.
oups!!
just a little problem!
the max windows tells me "loading old CFM externals disabled"...
I don't really get it!and don't know the way to make it enable...
ad
On 28.02.2008, at 22:29, adrien wrote:
> "loading old CFM externals disabled".
Salut Adrien,
which external are you trying to load?
cheers
Piet
the shell object from http://www.publicbeta.cx/maxx/...
weird!!
ad.
but tha aka.shell works!
it was just to know if old external could work on max 4.6...
On 29.02.2008, at 08:12, adrien wrote:
> it was just to know if old external could work on max 4.6...
when you install 4.6 on a PPC machine, during the installation
process you have a dialog to install optional CFM support, but almost
all of the older externals are ported to UB by now.
cheers
Piet
On 29.02.2008, at 08:07, adrien wrote:
>
> the shell object from http://www.publicbeta.cx/maxx/...
>
you can find the UB shell at
Piet
Hello All,
I'm trying to receive cell phone text messages and display them on many lcd screens that are attached to a large fabric wall. I have everything figured out except the how to receive the text messages into max. any help will be appreciated.
blake
Have a look at Fredrik Olofsson's post: