Re: [PD] rjdj is gone, robotcowboy is coming ...

2012-11-03 Thread Hans-Christoph Steiner

cyclone is BSDish.  While I generally favor GPL, since I think its important to 
ensure that everyone has the four software freedoms, I give my contributions to 
existing code under the same license.  So my contributions to Pd, cyclone, etc. 
are under their license, which is BSDish

.hc

On Nov 2, 2012, at 11:44 PM, Scott R. Looney wrote:

 thanks for that excellent information Simon! very descriptive. 
 
 i am partially wondering about this myself because there are a few developers 
 out there using PD/libpd as a sound engine for games, and one obstacle 
 encountered is that it is not possible to use pd-extended under libpd because 
 of the issues copyleft/GPL presents when creating iOS apps. i am personally 
 in favor of open source/copyleft myself, but it is a significant issue. i for 
 one would love to see the cyclone library (both audio and data objects) 
 ported under a different license - is this just a matter of recompiling from 
 source independently, or should i get permission from the maintainer (i think 
 it's HC, right?) to do so?
 
 scott
 
 BTW i think Robotcowboy looks great, although i was also curious where Chris 
 M's PdParty (iOS version of DroidParty) alpha port went.
 
 
 On Fri, Nov 2, 2012 at 7:05 PM, Simon Wise simonzw...@gmail.com wrote:
 On 02/11/12 11:04, Scott R. Looney wrote:
 i had heard that to be totally safe you needed to use MIT or BSD licensing
 on the external. has anyone found that to be generally true?
 
 To sell an app on the App Store you give apple a license to distribute it and 
 they agree to give you 70% (or so) of what they sell each DRM locked copy 
 for, the business model here is selling the right to use individual copies of 
 binaries of Apps. The end user license that the App Store offers is the right 
 to use a copy the App in a restricted way in exchange for a one-off payment.
 
 Any code that is Public Domain, or at least licensed so that there is no 
 restriction on redistribution of the binaries is compatible with that model. 
 Any code that requires the distributor to provide source code is not, Apple 
 does not like that and will not do so.
 
 So if by 'safe' you mean compliant with the needs of Apples business model 
 then giving them a license for code which is Pubic Domain is 'safe', as is 
 giving them a license any code that can be redistributed as closed source 
 binaries.
 
 Any copyleft license that restricts use of the code to open source projects 
 only by requiring the distributor to provide the source code is 'unsafe'. It 
 is unacceptable to Apple and will not fit in their App Store.
 
 I believe most GPL code is intentionally copyleft, the (original) developers 
 actively did not want to give it away for use in closed source projects.
 
 Many are willing to sell their code to closed source projects with a 
 different license, but of course each contributor must agree to the license 
 given to Apple and many would want to be given a reasonable share of that 70% 
 in exchange for the use of that code. If that 70% is actually $0 then they 
 must be willing to allow closed source, DRM locked redistribution of their 
 code without payment. That may well conflict with their own business model, 
 they may consider this 'unsafe'.
 
 
 Simon
 
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] rjdj is gone, robotcowboy is coming ...

2012-11-03 Thread Hans-Christoph Steiner

On Nov 3, 2012, at 12:32 AM, Jonathan Wilkes wrote:

 
 From: Scott R. Looney scottrloo...@gmail.com
 To: Simon Wise simonzw...@gmail.com 
 Cc: pd-list pd-list@iem.at 
 Sent: Friday, November 2, 2012 11:44 PM
 Subject: Re: [PD] rjdj is gone, robotcowboy is coming ...
 
 
 thanks for that excellent information Simon! very descriptive. 
 
 
 i am partially wondering about this myself because there are a few 
 developers out there using PD/libpd as a sound engine for games, and one 
 obstacle encountered is that it is not possible to use pd-extended under 
 libpd because of the issues copyleft/GPL presents when creating iOS apps.
 
 I'd just like to point out here that the common denominator in these threads 
 about expr license, GPL, etc., is the
 iOS.
 
 Do these issues crop up with Android?  If not, can we just say that running 
 Pd on the extremely
 restrictive, locked down devices made by Apple means that you should stick to 
 3-Clause BSD or
 MIT licensed code?

There is no clash with the Google Play Store and GPL that I know of.  I think 
GPL software is quite common in the Google Play Store. Now if only they'd make 
Android have decent audio performance...

.hc


 
 
 i am personally in favor of open source/copyleft myself, but it is a 
 significant issue. i for one would love to see the cyclone library (both 
 audio and data objects) ported under a different license - is this just a 
 matter of recompiling from source independently, or should i get permission 
 from the maintainer (i think it's HC, right?) to do so?
 
 Cyclone has the 3-Clause BSD license which is the same as Pd Vanilla.
 
 -Jonathan
 
 
 
 
 scott
 
 
 BTW i think Robotcowboy looks great, although i was also curious where Chris 
 M's PdParty (iOS version of DroidParty) alpha port went.
 
 
 
 On Fri, Nov 2, 2012 at 7:05 PM, Simon Wise simonzw...@gmail.com wrote:
 
 On 02/11/12 11:04, Scott R. Looney wrote:
 
 i had heard that to be totally safe you needed to use MIT or BSD licensing
 on the external. has anyone found that to be generally true?
 
 
 To sell an app on the App Store you give apple a license to distribute it and 
 they agree to give you 70% (or so) of what they sell each DRM locked copy 
 for, the business model here is selling the right to use individual copies of 
 binaries of Apps. The end user license that the App Store offers is the right 
 to use a copy the App in a restricted way in exchange for a one-off payment.
 
 Any code that is Public Domain, or at least licensed so that there is no 
 restriction on redistribution of the binaries is compatible with that 
 model. Any code that requires the distributor to provide source code is 
 not, Apple does not like that and will not do so.
 
 So if by 'safe' you mean compliant with the needs of Apples business model 
 then giving them a license for code which is Pubic Domain is 'safe', as is 
 giving them a license any code that can be redistributed as closed source 
 binaries.
 
 Any copyleft license that restricts use of the code to open source projects 
 only by requiring the distributor to provide the source code is 'unsafe'. 
 It is unacceptable to Apple and will not fit in their App Store.
 
 I believe most GPL code is intentionally copyleft, the (original) 
 developers actively did not want to give it away for use in closed source 
 projects.
 
 Many are willing to sell their code to closed source projects with a 
 different license, but of course each contributor must agree to the license 
 given to Apple and many would want to be given a reasonable share of that 
 70% in exchange for the use of that code. If that 70% is actually $0 then 
 they must be willing to allow closed source, DRM locked redistribution of 
 their code without payment. That may well conflict with their own business 
 model, they may consider this 'unsafe'.
 
 
 Simon
 
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] rjdj is gone, robotcowboy is coming ...

2012-11-03 Thread Dan Wilcox

On Nov 3, 2012, at 12:32 AM, pd-list-requ...@iem.at wrote:

 From: Scott R. Looney scottrloo...@gmail.com
 Subject: Re: [PD] rjdj is gone, robotcowboy is coming ...
 Date: November 2, 2012 11:44:04 PM EDT
 To: Simon Wise simonzw...@gmail.com
 Cc: pd-list pd-list@iem.at
 
 
 thanks for that excellent information Simon! very descriptive. 
 
 i am partially wondering about this myself because there are a few developers 
 out there using PD/libpd as a sound engine for games, and one obstacle 
 encountered is that it is not possible to use pd-extended under libpd because 
 of the issues copyleft/GPL presents when creating iOS apps. i am personally 
 in favor of open source/copyleft myself, but it is a significant issue. i for 
 one would love to see the cyclone library (both audio and data objects) 
 ported under a different license - is this just a matter of recompiling from 
 source independently, or should i get permission from the maintainer (i think 
 it's HC, right?) to do so?

I prefer the GPL myself, however it's not compatible with iOS. My opinion so 
far, is that the iPad is the best hardware for what I need, so I've chosen to 
work with that for now. Once the OpenFrameworks ARM port is working much 
better, I have the option of going Beagle/Raspberry PI.

 BTW i think Robotcowboy looks great, although i was also curious where Chris 
 M's PdParty (iOS version of DroidParty) alpha port went.


The code is still there on Github. I decided last fall, that I was spending too 
much time on that as a narrow exercise and really needed to get the app going 
on a larger scale. My plan is to reintegrate that back into the rc app, so guis 
in a scene's _main.pd will show up on the screen. This way, the app can be used 
for graphics, graphics+pd, or pd only. As I said before, I want a flexible 
workflow and using the pd guis for an audio only scene is a great option.

Development is going hand in hand with work on my artistic thesis at the same 
time: a live a/v show about going to Mars. Updates may be slow in coming for a 
little while. The intent, however, is to use the app for the live show and song 
making, so I definitely have deadlines ...

-

Mars One Way

NASA and commercial space companies are working towards sending humans to Mars 
by the 2030s. In fact, the Mars One project states that by utilizing existing 
technology, we could send colonists to the Earth’s red neighbor in 2023 ... 
albeit on a one way trip. Half the equipment, half the fuel, half the cost for 
a human settlement without a return option.

Would you go?

Mars One Way is a live, audio visual show which explores this question through 
a figurative journey to Mars and subsequent colonization: from training, 
liftoff, the 3 months to Mars, landing, and colonization. Based on hard science 
fiction and current/future NASA and commercial space plans, the show is meant 
to both educate and entertain, while posing large questions into the nature of 
human colonization and it’s inherent risks and rewards.


Dan Wilcox
danomatika.com
robotcowboy.com




___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] rjdj is gone, robotcowboy is coming ...

2012-11-02 Thread Simon Wise

On 02/11/12 11:04, Scott R. Looney wrote:

i had heard that to be totally safe you needed to use MIT or BSD licensing
on the external. has anyone found that to be generally true?


To sell an app on the App Store you give apple a license to distribute it and 
they agree to give you 70% (or so) of what they sell each DRM locked copy for, 
the business model here is selling the right to use individual copies of 
binaries of Apps. The end user license that the App Store offers is the right to 
use a copy the App in a restricted way in exchange for a one-off payment.


Any code that is Public Domain, or at least licensed so that there is no 
restriction on redistribution of the binaries is compatible with that model. Any 
code that requires the distributor to provide source code is not, Apple does not 
like that and will not do so.


So if by 'safe' you mean compliant with the needs of Apples business model then 
giving them a license for code which is Pubic Domain is 'safe', as is giving 
them a license any code that can be redistributed as closed source binaries.


Any copyleft license that restricts use of the code to open source projects only 
by requiring the distributor to provide the source code is 'unsafe'. It is 
unacceptable to Apple and will not fit in their App Store.


I believe most GPL code is intentionally copyleft, the (original) developers 
actively did not want to give it away for use in closed source projects.


Many are willing to sell their code to closed source projects with a different 
license, but of course each contributor must agree to the license given to Apple 
and many would want to be given a reasonable share of that 70% in exchange for 
the use of that code. If that 70% is actually $0 then they must be willing to 
allow closed source, DRM locked redistribution of their code without payment. 
That may well conflict with their own business model, they may consider this 
'unsafe'.



Simon

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] rjdj is gone, robotcowboy is coming ...

2012-11-02 Thread Scott R. Looney
thanks for that excellent information Simon! very descriptive.

i am partially wondering about this myself because there are a few
developers out there using PD/libpd as a sound engine for games, and one
obstacle encountered is that it is not possible to use pd-extended under
libpd because of the issues copyleft/GPL presents when creating iOS apps. i
am personally in favor of open source/copyleft myself, but it is a
significant issue. i for one would love to see the cyclone library (both
audio and data objects) ported under a different license - is this just a
matter of recompiling from source independently, or should i get permission
from the maintainer (i think it's HC, right?) to do so?

scott

BTW i think Robotcowboy looks great, although i was also curious where
Chris M's PdParty (iOS version of DroidParty) alpha port went.


On Fri, Nov 2, 2012 at 7:05 PM, Simon Wise simonzw...@gmail.com wrote:

 On 02/11/12 11:04, Scott R. Looney wrote:

 i had heard that to be totally safe you needed to use MIT or BSD licensing
 on the external. has anyone found that to be generally true?


 To sell an app on the App Store you give apple a license to distribute it
 and they agree to give you 70% (or so) of what they sell each DRM locked
 copy for, the business model here is selling the right to use individual
 copies of binaries of Apps. The end user license that the App Store offers
 is the right to use a copy the App in a restricted way in exchange for a
 one-off payment.

 Any code that is Public Domain, or at least licensed so that there is no
 restriction on redistribution of the binaries is compatible with that
 model. Any code that requires the distributor to provide source code is
 not, Apple does not like that and will not do so.

 So if by 'safe' you mean compliant with the needs of Apples business model
 then giving them a license for code which is Pubic Domain is 'safe', as is
 giving them a license any code that can be redistributed as closed source
 binaries.

 Any copyleft license that restricts use of the code to open source
 projects only by requiring the distributor to provide the source code is
 'unsafe'. It is unacceptable to Apple and will not fit in their App Store.

 I believe most GPL code is intentionally copyleft, the (original)
 developers actively did not want to give it away for use in closed source
 projects.

 Many are willing to sell their code to closed source projects with a
 different license, but of course each contributor must agree to the license
 given to Apple and many would want to be given a reasonable share of that
 70% in exchange for the use of that code. If that 70% is actually $0 then
 they must be willing to allow closed source, DRM locked redistribution of
 their code without payment. That may well conflict with their own business
 model, they may consider this 'unsafe'.


 Simon


 __**_
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - http://lists.puredata.info/**
 listinfo/pd-list http://lists.puredata.info/listinfo/pd-list

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] rjdj is gone, robotcowboy is coming ...

2012-11-02 Thread Simon Wise

On 03/11/12 11:44, Scott R. Looney wrote:

thanks for that excellent information Simon! very descriptive.

i am partially wondering about this myself because there are a few
developers out there using PD/libpd as a sound engine for games, and one
obstacle encountered is that it is not possible to use pd-extended under
libpd because of the issues copyleft/GPL presents when creating iOS apps. i
am personally in favor of open source/copyleft myself, but it is a
significant issue. i for one would love to see the cyclone library (both
audio and data objects) ported under a different license - is this just a
matter of recompiling from source independently, or should i get permission
from the maintainer (i think it's HC, right?) to do so?


If NONE of the original source you use is copyleft (and you do everything else 
yourself) it would be fine, though talking to the current maintainer is very 
appropriate and may save you wasting time ... you would need to check the 
licensing carefully, and a build system is already set up so it would be easy 
enough for them if they were willing to allow their own contributions to be 
distributed without a copyleft license.


Debian policy is quite strict about redistributing the original source code with 
the original licenses intact and properly documented and since that is where it 
is maintained that information should all be there in pd-cyclone.deb, with the 
sources and Debian patches all in the Debian source repositories. The Debian 
maintainer has done all that work for you. If it is currently described as GPL 
then the sources are probably copyleft licensed and hence incompatible with the 
App Store.


Simon

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] rjdj is gone, robotcowboy is coming ...

2012-11-02 Thread Jonathan Wilkes
- Original Message -

 From: Simon Wise simonzw...@gmail.com
 To: pd-list@iem.at
 Cc: 
 Sent: Friday, November 2, 2012 10:05 PM
 Subject: Re: [PD] rjdj is gone, robotcowboy is coming ...

[...]

 Any copyleft license that restricts use of the code to open source projects 
 only 
 by requiring the distributor to provide the source code is 'unsafe'.

The GPL doesn't restrict use of the software to open source projects[1].  It 
doesn't
restrict use in any way whatsoever-- that's Freedom 0.  However, it does 
restrict
anyone from adding restrictions to the license, which not only covers use but
also distribution of the original or amended source code.  Apple's App Store
puts a restriction use (at least the last time I looked at
it); only allowing the binary to be run on $n devices conflicts with Freedom 0.

-Jonathan

[1] For example, Google's software stack that powers their search could
all be GPL and Google would be under no obligation to reveal the source
code.  They are running it on their machines and are entitled to Freedom 0,
the freedom to run the program for any purpose.  But the Four Freedoms of the
GPL spell out freedoms that the user is free to make use of _if_ they wish--
they are under no obligation to exercise any of them.  So, if Google decides
not to distribute their hypothetically GPL'd software and only let's you access
their service through their website (or whatever), then you've never actually
received a copy of the program and therefore aren't entitled to any of the
freedoms outlined in the GPL.  (This, btw, is a great example of the reason
the FSF talks about freedom instead of access to source code.  An open
source advocate concerned only with the technical merits of open development
must admit that Google's centralized approach blows every decentralized
open source alternative out of the water, and I'm not sure how exactly they
would find anything to criticize.  Meanwhile, the free software user
will immediately realize they are missing all four freedoms when they use
the service and hopefully realize the privacy implications of Google being
the only entity that has Freedom 0 (actually regardless of the license
since it's their software run on their machines and they aren't selling it to
anyone).

 It 
 is unacceptable to Apple and will not fit in their App Store.
 
 I believe most GPL code is intentionally copyleft, the (original) developers 
 actively did not want to give it away for use in closed source projects.
 
 Many are willing to sell their code to closed source projects with a 
 different 
 license, but of course each contributor must agree to the license given to 
 Apple 
 and many would want to be given a reasonable share of that 70% in exchange 
 for 
 the use of that code. If that 70% is actually $0 then they must be willing to 
 allow closed source, DRM locked redistribution of their code without payment. 
 That may well conflict with their own business model, they may consider this 
 'unsafe'.
 
 
 Simon
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] rjdj is gone, robotcowboy is coming ...

2012-11-02 Thread Jonathan Wilkes

 From: Scott R. Looney scottrloo...@gmail.com
To: Simon Wise simonzw...@gmail.com 
Cc: pd-list pd-list@iem.at 
Sent: Friday, November 2, 2012 11:44 PM
Subject: Re: [PD] rjdj is gone, robotcowboy is coming ...
 

thanks for that excellent information Simon! very descriptive. 


i am partially wondering about this myself because there are a few developers 
out there using PD/libpd as a sound engine for games, and one obstacle 
encountered is that it is not possible to use pd-extended under libpd because 
of the issues copyleft/GPL presents when creating iOS apps.

I'd just like to point out here that the common denominator in these threads 
about expr license, GPL, etc., is the
iOS.

Do these issues crop up with Android?  If not, can we just say that running Pd 
on the extremely
restrictive, locked down devices made by Apple means that you should stick to 
3-Clause BSD or
MIT licensed code?


 i am personally in favor of open source/copyleft myself, but it is a 
 significant issue. i for one would love to see the cyclone library (both 
 audio and data objects) ported under a different license - is this just a 
 matter of recompiling from source independently, or should i get permission 
 from the maintainer (i think it's HC, right?) to do so?

Cyclone has the 3-Clause BSD license which is the same as Pd Vanilla.

-Jonathan




scott


BTW i think Robotcowboy looks great, although i was also curious where Chris 
M's PdParty (iOS version of DroidParty) alpha port went.



On Fri, Nov 2, 2012 at 7:05 PM, Simon Wise simonzw...@gmail.com wrote:

On 02/11/12 11:04, Scott R. Looney wrote:

i had heard that to be totally safe you needed to use MIT or BSD licensing
on the external. has anyone found that to be generally true?


To sell an app on the App Store you give apple a license to distribute it and 
they agree to give you 70% (or so) of what they sell each DRM locked copy for, 
the business model here is selling the right to use individual copies of 
binaries of Apps. The end user license that the App Store offers is the right 
to use a copy the App in a restricted way in exchange for a one-off payment.

Any code that is Public Domain, or at least licensed so that there is no 
restriction on redistribution of the binaries is compatible with that model. 
Any code that requires the distributor to provide source code is not, Apple 
does not like that and will not do so.

So if by 'safe' you mean compliant with the needs of Apples business model 
then giving them a license for code which is Pubic Domain is 'safe', as is 
giving them a license any code that can be redistributed as closed source 
binaries.

Any copyleft license that restricts use of the code to open source projects 
only by requiring the distributor to provide the source code is 'unsafe'. It 
is unacceptable to Apple and will not fit in their App Store.

I believe most GPL code is intentionally copyleft, the (original) developers 
actively did not want to give it away for use in closed source projects.

Many are willing to sell their code to closed source projects with a 
different license, but of course each contributor must agree to the license 
given to Apple and many would want to be given a reasonable share of that 70% 
in exchange for the use of that code. If that 70% is actually $0 then they 
must be willing to allow closed source, DRM locked redistribution of their 
code without payment. That may well conflict with their own business model, 
they may consider this 'unsafe'.


Simon


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list




___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] rjdj is gone, robotcowboy is coming ...

2012-11-02 Thread Scott R. Looney
On Fri, Nov 2, 2012 at 9:32 PM, Jonathan Wilkes jancs...@yahoo.com wrote:

 
  From: Scott R. Looney scottrloo...@gmail.com
 To: Simon Wise simonzw...@gmail.com
 Cc: pd-list pd-list@iem.at
 Sent: Friday, November 2, 2012 11:44 PM
 Subject: Re: [PD] rjdj is gone, robotcowboy is coming ...
 
 
 thanks for that excellent information Simon! very descriptive.
 
 
 i am partially wondering about this myself because there are a few
 developers out there using PD/libpd as a sound engine for games, and one
 obstacle encountered is that it is not possible to use pd-extended under
 libpd because of the issues copyleft/GPL presents when creating iOS apps.

 I'd just like to point out here that the common denominator in these
 threads about expr license, GPL, etc., is the
 iOS.

 Do these issues crop up with Android?  If not, can we just say that
 running Pd on the extremely
 restrictive, locked down devices made by Apple means that you should stick
 to 3-Clause BSD or
 MIT licensed code?


  i am personally in favor of open source/copyleft myself, but it is a
 significant issue. i for one would love to see the cyclone library (both
 audio and data objects) ported under a different license - is this just a
 matter of recompiling from source independently, or should i get permission
 from the maintainer (i think it's HC, right?) to do so?

 Cyclone has the 3-Clause BSD license which is the same as Pd Vanilla.

 -Jonathan


wow- i did not know that PD-vanilla was BSD and not GPL. as for cyclone, i
never checked the license before so that is excellent news. does this mean
then that if you use libpd and cyclone you can theoretically get it on the
App Store as it is now, or would you have to compile from source for it to
run on iOS? my gut says you'd have to recompile (make) because iOS devices
are ARM based, not X86 based.

i apologize in advance if i'm seeming dense about this. i'm not a
programmer, and i've been getting a lot of conflicting information about
running any of pd-extended at all in libpd and being able to sell on the
iOS App Store. literally until this moment the only external i knew that
would run is expr~, based on everything i've read so far, so this is very
helpful information, at least for me anyway.

scott
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] rjdj is gone, robotcowboy is coming ...

2012-11-01 Thread i go bananas
This is pretty much what I've been waiting for.  How long does it take to
get the hang of processing/Lua?

On Thursday, November 1, 2012, Epic Jefferson wrote:

 I'm very happy you're doing this. this is exactly what i want to do, but
 i'm still a few years away programming-wise. How do you plan to distribute
 it, on the app store as a standard app? or something a bit more hacker
 friendly? perhaps a .ipa we can jam in there via ssh?


 On Wed, Oct 31, 2012 at 2:00 PM, Dan Wilcox 
 danomat...@gmail.comjavascript:_e({}, 'cvml', 'danomat...@gmail.com');
  wrote:

 Hey all,

 I made a video demo of the robotcowboy app: https://vimeo.com/52557228

 

 Description

 The robotcowboy app is an audio/visual environment for performance with
 visual Lua scripting and Pure Data audio patching. Think of it
 as Processing and PD wrapped up into a single app that will run on
 Mac/Win/Linux and iOS.

 It features:
 * a Pure Data audio instance
 * a Lua scripting environment inspired by OpenFrameworks/Processing
 * a scene system including playlists
 * midi io (yes, on iPad too)
 * inter-app OSC communication
 * 2d physics using Box2d

 The idea is that I want a single environment focused on performance with
 an easy workflow that doesn't involve compilation (ala C++
  OpenFrameworks) and runs on multiple platforms. This way, I can get in
 the flow, make some scenes, upload them to my iPad, and go play a show.

 Check it out on Github: github.com/danomatika/robotcowboy

 On Oct 23, 2012, at 10:51 AM, Dan Wilcox danomat...@gmail.com wrote:

 Sorry, I should have clarified.

 RjDj the entity is going great.

 RjDj the original iOS app, is no longer being supported and is now no
 longer availabel on the App Store. From the RjDj 
 bloghttp://blog.rjdj.me/more-than-an-app
 :

 In all these years, RjDj grew out of this app and really became something
 different. RjDj became a new way how to think music, it became a brand.
 This development is something we want to enforce which is the reason why we
 are now positioning everything for our future.

 As a first step we are cleaning up our old apps which also means that
 we are retiring the good old RjDj app. Don't be sad, we are working on some
 great new content released through The Dark Knight Rises Z+ app and we
 are also working on the exciting Music Zones project which we are
 currently test driving in the UK app store.

 So starting from next week, we won't make the app available in the app
 store anymore, so if you are a nostalgic app collector, this is your last
 chance to get it. You will still be able to use the installed app but we
 won't be supporting it any longer. This means that you won't be able to
 upload recordings or download scenes. On October 8th we will also change
 our website.


 I was directly inspired by RjDj to in making a similar app and thanks to
 Peter, et al. libpd makes it possible. I have used RjDj for a number of
 small experiments and are sad to see it go, but in the end I needed
 something that works more for my needs, so I've been working towards making
 my own app.

 On Oct 23, 2012, at 10:43 AM, Ivica Ico Bukvic i...@vt.edu wrote:

 Do you mind saying why is the app off the iOS app store?

 *From:* pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] *On
 Behalf Of *Dan Wilcox
 *Sent*

 ___
 Pd-list@iem.at javascript:_e({}, 'cvml', 'Pd-list@iem.at'); mailing
 list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list




 --
 www.epicjefferson.com
 www.avmachinists.org Puerto Rico based Art Collective/ Non-Profit Org

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] rjdj is gone, robotcowboy is coming ...

2012-11-01 Thread Leandro da Mota Damasceno
You know what I´ve alwayus wanted? Actual PD for the iPhone. An app with
the same GUI, so I could create my patches and even live code.

Why don't we have it yet?

On Thu, Nov 1, 2012 at 9:54 AM, i go bananas hard@gmail.com wrote:

 This is pretty much what I've been waiting for.  How long does it take to
 get the hang of processing/Lua?


 On Thursday, November 1, 2012, Epic Jefferson wrote:

 I'm very happy you're doing this. this is exactly what i want to do, but
 i'm still a few years away programming-wise. How do you plan to distribute
 it, on the app store as a standard app? or something a bit more hacker
 friendly? perhaps a .ipa we can jam in there via ssh?


 On Wed, Oct 31, 2012 at 2:00 PM, Dan Wilcox danomat...@gmail.com wrote:

 Hey all,

 I made a video demo of the robotcowboy app: https://vimeo.com/52557228

  

 Description

 The robotcowboy app is an audio/visual environment for performance with
 visual Lua scripting and Pure Data audio patching. Think of it
 as Processing and PD wrapped up into a single app that will run on
 Mac/Win/Linux and iOS.

 It features:
 * a Pure Data audio instance
 * a Lua scripting environment inspired by OpenFrameworks/Processing
 * a scene system including playlists
 * midi io (yes, on iPad too)
 * inter-app OSC communication
 * 2d physics using Box2d

 The idea is that I want a single environment focused on performance with
 an easy workflow that doesn't involve compilation (ala C++
  OpenFrameworks) and runs on multiple platforms. This way, I can get in
 the flow, make some scenes, upload them to my iPad, and go play a show.

 Check it out on Github: github.com/danomatika/robotcowboy

 On Oct 23, 2012, at 10:51 AM, Dan Wilcox danomat...@gmail.com wrote:

 Sorry, I should have clarified.

 RjDj the entity is going great.

 RjDj the original iOS app, is no longer being supported and is now no
 longer availabel on the App Store. From the RjDj 
 bloghttp://blog.rjdj.me/more-than-an-app
 :

 In all these years, RjDj grew out of this app and really became
 something different. RjDj became a new way how to think music, it became a
 brand. This development is something we want to enforce which is the reason
 why we are now positioning everything for our future.

 As a first step we are cleaning up our old apps which also means that
 we are retiring the good old RjDj app. Don't be sad, we are working on some
 great new content released through The Dark Knight Rises Z+ app and we
 are also working on the exciting Music Zones project which we are
 currently test driving in the UK app store.

 So starting from next week, we won't make the app available in the app
 store anymore, so if you are a nostalgic app collector, this is your last
 chance to get it. You will still be able to use the installed app but we
 won't be supporting it any longer. This means that you won't be able to
 upload recordings or download scenes. On October 8th we will also change
 our website.


 I was directly inspired by RjDj to in making a similar app and thanks to
 Peter, et al. libpd makes it possible. I have used RjDj for a number of
 small experiments and are sad to see it go, but in the end I needed
 something that works more for my needs, so I've been working towards making
 my own app.

 On Oct 23, 2012, at 10:43 AM, Ivica Ico Bukvic i...@vt.edu wrote:

 Do you mind saying why is the app off the iOS app store?

 *From:* pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] *On
 Behalf Of *Dan Wilcox
 *Sent*

 ___

 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list




 --
 www.epicjefferson.com
 www.avmachinists.org Puerto Rico based Art Collective/ Non-Profit Org


 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] rjdj is gone, robotcowboy is coming ...

2012-11-01 Thread i go bananas
I've always assumed because tcl/tk isn't portable to iOS?

On Thursday, November 1, 2012, Leandro da Mota Damasceno wrote:

 You know what I´ve alwayus wanted? Actual PD for the iPhone. An app with
 the same GUI, so I could create my patches and even live code.

 Why don't we have it yet?

 On Thu, Nov 1, 2012 at 9:54 AM, i go bananas hard@gmail.com wrote:

 This is pretty much what I've been waiting for.  How long does it take to
 get the hang of processing/Lua?


 On Thursday, November 1, 2012, Epic Jefferson wrote:

 I'm very happy you're doing this. this is exactly what i want to do, but
 i'm still a few years away programming-wise. How do you plan to distribute
 it, on the app store as a standard app? or something a bit more hacker
 friendly? perhaps a .ipa we can jam in there via ssh?


 On Wed, Oct 31, 2012 at 2:00 PM, Dan Wilcox danomat...@gmail.com wrote:

 Hey all,

 I made a video demo of the robotcowboy app: https://vimeo.com/52557228

  

 Description

 The robotcowboy app is an audio/visual environment for performance with
 visual Lua scripting and Pure Data audio patching. Think of it
 as Processing and PD wrapped up into a single app that will run on
 Mac/Win/Linux and iOS.

 It features:
 * a Pure Data audio instance
 * a Lua scripting environment inspired by OpenFrameworks/Processing
 * a scene system including playlists
 * midi io (yes, on iPad too)
 * inter-app OSC communication
 * 2d physics using Box2d

 The idea is that I want a single environment focused on performance with
 an easy workflow that doesn't involve compilation (ala C++
  OpenFrameworks) and runs on multiple platforms. This way, I can get in
 the flow, make some scenes, upload them to my iPad, and go play a show.

 Check it out on Github: github.com/danomatika/robotcowboy

 On Oct 23, 2012, at 10:51 AM, Dan Wilcox danomat...@gmail.com wrote:

 Sorry, I should have clarified.

 RjDj the entity is going great.

 RjDj the original iOS app, is no longer being supported and is now no
 longer availabel on the App Store. From the RjDj 
 bloghttp://blog.rjdj.me/more-than-an-app
 :

 In all these years, RjDj grew out of this app and really became something
 different. RjDj became a new way how to think music, it became a brand.
 This development is something we want to enforce which is the reason why we
 are now positioning everything for our future.

 As a first step we are cleaning up our old apps which also means that we
 are retiring the good old RjDj app. Don't be sad, we are working on some
 great new content released through The Dark Knight Rises Z+ app and we
 are also working on the exciting Music Zones project which we are
 currently test driving in the UK app store.

 So starting from next week, we won't make the app available in the app
 store anymore, so if you are a nostalgic app collector, this is your last
 chance to get it. You will still be able to use the installed app but we
 won't be supporting it any longer. This means that you won't be able to
 upload recordings or download scenes. On October 8th we will also change
 our website.


 I was directly inspired by RjDj to in making a similar app and thanks to
 Peter, et al. libpd makes it possible. I have used RjDj for a number of
 small experiments and are sad to see it go, but in the end I needed
 something that works more for my needs, so I've been working towards making
 my own app.

 On Oct 23, 2012, at 10:43 AM, Ivica Ico Bukvic i...@vt.edu wrote:

 Do you mind saying why is the app off the iOS ap


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] rjdj is gone, robotcowboy is coming ...

2012-11-01 Thread Epic Jefferson
dan:
i would love to do beta testing!

hard.off: processing code is super friendly. i don't know about lua, but it
looks along the same lines


On Thu, Nov 1, 2012 at 10:12 AM, i go bananas hard@gmail.com wrote:

 I've always assumed because tcl/tk isn't portable to iOS?


 On Thursday, November 1, 2012, Leandro da Mota Damasceno wrote:

 You know what I´ve alwayus wanted? Actual PD for the iPhone. An app with
 the same GUI, so I could create my patches and even live code.

 Why don't we have it yet?

 On Thu, Nov 1, 2012 at 9:54 AM, i go bananas hard@gmail.com wrote:

 This is pretty much what I've been waiting for.  How long does it take to
 get the hang of processing/Lua?


 On Thursday, November 1, 2012, Epic Jefferson wrote:

 I'm very happy you're doing this. this is exactly what i want to do, but
 i'm still a few years away programming-wise. How do you plan to distribute
 it, on the app store as a standard app? or something a bit more hacker
 friendly? perhaps a .ipa we can jam in there via ssh?


 On Wed, Oct 31, 2012 at 2:00 PM, Dan Wilcox danomat...@gmail.com wrote:

 Hey all,

 I made a video demo of the robotcowboy app: https://vimeo.com/52557228

  

 Description

 The robotcowboy app is an audio/visual environment for performance with
 visual Lua scripting and Pure Data audio patching. Think of it
 as Processing and PD wrapped up into a single app that will run on
 Mac/Win/Linux and iOS.

 It features:
 * a Pure Data audio instance
 * a Lua scripting environment inspired by OpenFrameworks/Processing
 * a scene system including playlists
 * midi io (yes, on iPad too)
 * inter-app OSC communication
 * 2d physics using Box2d

 The idea is that I want a single environment focused on performance with
 an easy workflow that doesn't involve compilation (ala C++
  OpenFrameworks) and runs on multiple platforms. This way, I can get in
 the flow, make some scenes, upload them to my iPad, and go play a show.

 Check it out on Github: github.com/danomatika/robotcowboy

 On Oct 23, 2012, at 10:51 AM, Dan Wilcox danomat...@gmail.com wrote:

 Sorry, I should have clarified.

 RjDj the entity is going great.

 RjDj the original iOS app, is no longer being supported and is now no
 longer availabel on the App Store. From the RjDj 
 bloghttp://blog.rjdj.me/more-than-an-app
 :

 In all these years, RjDj grew out of this app and really became something
 different. RjDj became a new way how to think music, it became a brand.
 This development is something we want to enforce which is the reason why we
 are now positioning everything for our future.

 As a first step we are cleaning up our old apps which also means that
 we are retiring the good old RjDj app. Don't be sad, we are working on some
 great new content released through The Dark Knight Rises Z+ app and we
 are also working on the exciting Music Zones project which we are
 currently test driving in the UK app store.

 So starting from next week, we won't make the app available in the app
 store anymore, so if you are a nostalgic app collector, this is your last
 chance to get it. You will still be able to use the installed app but we
 won't be supporting it any longer. This means that you won't be able to
 upload recordings or download scenes. On October 8th we will also change
 our website.


 I was directly inspired by RjDj to in making a similar app and thanks to
 Peter, et al. libpd makes it possible. I have used RjDj for a number of
 small experiments and are sad to see it go, but in the end I needed
 something that works more for my needs, so I've been working towards making
 my own app.

 On Oct 23, 2012, at 10:43 AM, Ivica Ico Bukvic i...@vt.edu wrote:

 Do you mind saying why is the app off the iOS ap




-- 
www.epicjefferson.com
www.avmachinists.org Puerto Rico based Art Collective/ Non-Profit Org
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] rjdj is gone, robotcowboy is coming ...

2012-11-01 Thread Leandro da Mota Damasceno
That is kind of the point, right? Instead of just porting the GUI, it
should be rewritten from scratch for the iOS and Android. Should Processing
be the way to go?

Dan: I´d love toe beta test as well

On Thu, Nov 1, 2012 at 1:24 PM, Epic Jefferson
jeffreyconcepc...@gmail.comwrote:

 dan:
 i would love to do beta testing!

 hard.off: processing code is super friendly. i don't know about lua, but
 it looks along the same lines


 On Thu, Nov 1, 2012 at 10:12 AM, i go bananas hard@gmail.com wrote:

 I've always assumed because tcl/tk isn't portable to iOS?


 On Thursday, November 1, 2012, Leandro da Mota Damasceno wrote:

 You know what I´ve alwayus wanted? Actual PD for the iPhone. An app with
 the same GUI, so I could create my patches and even live code.

 Why don't we have it yet?

 On Thu, Nov 1, 2012 at 9:54 AM, i go bananas hard@gmail.com wrote:

 This is pretty much what I've been waiting for.  How long does it take
 to get the hang of processing/Lua?


 On Thursday, November 1, 2012, Epic Jefferson wrote:

 I'm very happy you're doing this. this is exactly what i want to do, but
 i'm still a few years away programming-wise. How do you plan to distribute
 it, on the app store as a standard app? or something a bit more hacker
 friendly? perhaps a .ipa we can jam in there via ssh?


 On Wed, Oct 31, 2012 at 2:00 PM, Dan Wilcox danomat...@gmail.comwrote:

 Hey all,

 I made a video demo of the robotcowboy app: https://vimeo.com/52557228

  

 Description

 The robotcowboy app is an audio/visual environment for performance with
 visual Lua scripting and Pure Data audio patching. Think of it
 as Processing and PD wrapped up into a single app that will run on
 Mac/Win/Linux and iOS.

 It features:
 * a Pure Data audio instance
 * a Lua scripting environment inspired by OpenFrameworks/Processing
 * a scene system including playlists
 * midi io (yes, on iPad too)
 * inter-app OSC communication
 * 2d physics using Box2d

 The idea is that I want a single environment focused on performance with
 an easy workflow that doesn't involve compilation (ala C++
  OpenFrameworks) and runs on multiple platforms. This way, I can get in
 the flow, make some scenes, upload them to my iPad, and go play a show.

 Check it out on Github: github.com/danomatika/robotcowboy

 On Oct 23, 2012, at 10:51 AM, Dan Wilcox danomat...@gmail.com wrote:

 Sorry, I should have clarified.

 RjDj the entity is going great.

 RjDj the original iOS app, is no longer being supported and is now no
 longer availabel on the App Store. From the RjDj 
 bloghttp://blog.rjdj.me/more-than-an-app
 :

 In all these years, RjDj grew out of this app and really became
 something different. RjDj became a new way how to think music, it became a
 brand. This development is something we want to enforce which is the reason
 why we are now positioning everything for our future.

 As a first step we are cleaning up our old apps which also means that
 we are retiring the good old RjDj app. Don't be sad, we are working on some
 great new content released through The Dark Knight Rises Z+ app and we
 are also working on the exciting Music Zones project which we are
 currently test driving in the UK app store.

 So starting from next week, we won't make the app available in the app
 store anymore, so if you are a nostalgic app collector, this is your last
 chance to get it. You will still be able to use the installed app but we
 won't be supporting it any longer. This means that you won't be able to
 upload recordings or download scenes. On October 8th we will also change
 our website.


 I was directly inspired by RjDj to in making a similar app and thanks to
 Peter, et al. libpd makes it possible. I have used RjDj for a number of
 small experiments and are sad to see it go, but in the end I needed
 something that works more for my needs, so I've been working towards making
 my own app.

 On Oct 23, 2012, at 10:43 AM, Ivica Ico Bukvic i...@vt.edu wrote:

 Do you mind saying why is the app off the iOS ap




 --
 www.epicjefferson.com
 www.avmachinists.org Puerto Rico based Art Collective/ Non-Profit Org

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] rjdj is gone, robotcowboy is coming ...

2012-11-01 Thread Hans-Christoph Steiner

Tcl/Tk is portable to iOS and I think there are Tcl/Tk apps in the App Store.

.hc

On Nov 1, 2012, at 10:12 AM, i go bananas wrote:

 I've always assumed because tcl/tk isn't portable to iOS? 
 
 On Thursday, November 1, 2012, Leandro da Mota Damasceno wrote:
 You know what I´ve alwayus wanted? Actual PD for the iPhone. An app with the 
 same GUI, so I could create my patches and even live code. 
 
 Why don't we have it yet?
 
 On Thu, Nov 1, 2012 at 9:54 AM, i go bananas hard@gmail.com wrote:
 This is pretty much what I've been waiting for.  How long does it take to get 
 the hang of processing/Lua?  
 
 
 On Thursday, November 1, 2012, Epic Jefferson wrote:
 I'm very happy you're doing this. this is exactly what i want to do, but i'm 
 still a few years away programming-wise. How do you plan to distribute it, on 
 the app store as a standard app? or something a bit more hacker friendly? 
 perhaps a .ipa we can jam in there via ssh?
 
 
 On Wed, Oct 31, 2012 at 2:00 PM, Dan Wilcox danomat...@gmail.com wrote:
 Hey all,
 
 I made a video demo of the robotcowboy app: https://vimeo.com/52557228
 
 
 
 Description
 
 The robotcowboy app is an audio/visual environment for performance with 
 visual Lua scripting and Pure Data audio patching. Think of it as Processing 
 and PD wrapped up into a single app that will run on Mac/Win/Linux and iOS.
 
 It features:
 * a Pure Data audio instance
 * a Lua scripting environment inspired by OpenFrameworks/Processing
 * a scene system including playlists
 * midi io (yes, on iPad too)
 * inter-app OSC communication
 * 2d physics using Box2d
 
 The idea is that I want a single environment focused on performance with an 
 easy workflow that doesn't involve compilation (ala C++  OpenFrameworks) and 
 runs on multiple platforms. This way, I can get in the flow, make some 
 scenes, upload them to my iPad, and go play a show.
 
 Check it out on Github: github.com/danomatika/robotcowboy
 
 On Oct 23, 2012, at 10:51 AM, Dan Wilcox danomat...@gmail.com wrote:
 
 Sorry, I should have clarified.
 
 RjDj the entity is going great.
 
 RjDj the original iOS app, is no longer being supported and is now no longer 
 availabel on the App Store. From the RjDj blog:
 
 In all these years, RjDj grew out of this app and really became something 
 different. RjDj became a new way how to think music, it became a brand. 
 This development is something we want to enforce which is the reason why we 
 are now positioning everything for our future.
 
 As a first step we are cleaning up our old apps which also means that we 
 are retiring the good old RjDj app. Don't be sad, we are working on some 
 great new content released through The Dark Knight Rises Z+ app and we 
 are also working on the exciting Music Zones project which we are 
 currently test driving in the UK app store.
 
 So starting from next week, we won't make the app available in the app 
 store anymore, so if you are a nostalgic app collector, this is your last 
 chance to get it. You will still be able to use the installed app but we 
 won't be supporting it any longer. This means that you won't be able to 
 upload recordings or download scenes. On October 8th we will also change 
 our website.
 
 
 I was directly inspired by RjDj to in making a similar app and thanks to 
 Peter, et al. libpd makes it possible. I have used RjDj for a number of 
 small experiments and are sad to see it go, but in the end I needed 
 something that works more for my needs, so I've been working towards making 
 my own app.
 
 On Oct 23, 2012, at 10:43 AM, Ivica Ico Bukvic i...@vt.edu wrote:
 
 Do you mind saying why is the app off the iOS ap
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] rjdj is gone, robotcowboy is coming ...

2012-11-01 Thread Dan Wilcox
I agree a native PD would be nice on iOS, however that is alot of work and I 
didn't set out specifically to do it. First of all, I mainly need a 
performance-focused environment which includes graphics and I have no desire to 
port GEM directly for that ... my mind wraps around graphics better with code 
and audio better with patching. The glue is OSC, so you can separate graphics 
and audio between devices by simply changing the destination of the messages.

Don't get me wrong, you won't have to do anything with Lua if you don't want 
to. You can just run PD patches ala RjDj. I plan to bring in the earlier work 
with porting PDDroidParty so pd gui elements in the main patch show up on the 
scene itself without any glue code. I essentially want the best of both worlds. 
basic pd controls or more advanced touch-based interactive graphics.

As for a native PD, I know it could be done really really well with Core 
Graphics / Core Animation in ObjC for the gui and libpd for the engine. I have 
thought about this, but as I said before, I'm being selfish with my unpaid time 
by focusing the environment on what I need now. Later on, I'd actually like to 
integrate a Codea-like text editor *and* patcher gui ... but I feel like I'd 
rather get the basics working, play some shows, and finish my masters thesis 
first.

On Nov 1, 2012, at 11:46 AM, Leandro da Mota Damasceno lem...@gmail.com wrote:

 That is kind of the point, right? Instead of just porting the GUI, it should 
 be rewritten from scratch for the iOS and Android. Should Processing be the 
 way to go?
 
 Dan: I´d love toe beta test as well
 
 On Thu, Nov 1, 2012 at 1:24 PM, Epic Jefferson jeffreyconcepc...@gmail.com 
 wrote:
 dan: 
 i would love to do beta testing!
 
 hard.off: processing code is super friendly. i don't know about lua, but it 
 looks along the same lines
 
 
 On Thu, Nov 1, 2012 at 10:12 AM, i go bananas hard@gmail.com wrote:
 I've always assumed because tcl/tk isn't portable to iOS? 
 
 
 On Thursday, November 1, 2012, Leandro da Mota Damasceno wrote:
 You know what I´ve alwayus wanted? Actual PD for the iPhone. An app with the 
 same GUI, so I could create my patches and even live code. 
 
 Why don't we have it yet?
 
 On Thu, Nov 1, 2012 at 9:54 AM, i go bananas hard@gmail.com wrote:
 This is pretty much what I've been waiting for.  How long does it take to get 
 the hang of processing/Lua?  
 
 
 On Thursday, November 1, 2012, Epic Jefferson wrote:
 I'm very happy you're doing this. this is exactly what i want to do, but i'm 
 still a few years away programming-wise. How do you plan to distribute it, on 
 the app store as a standard app? or something a bit more hacker friendly? 
 perhaps a .ipa we can jam in there via ssh?
 
 
 On Wed, Oct 31, 2012 at 2:00 PM, Dan Wilcox danomat...@gmail.com wrote:
 Hey all,
 
 I made a video demo of the robotcowboy app: https://vimeo.com/52557228
 
 
 
 Description
 
 The robotcowboy app is an audio/visual environment for performance with 
 visual Lua scripting and Pure Data audio patching. Think of it as Processing 
 and PD wrapped up into a single app that will run on Mac/Win/Linux and iOS.
 
 It features:
 * a Pure Data audio instance
 * a Lua scripting environment inspired by OpenFrameworks/Processing
 * a scene system including playlists
 * midi io (yes, on iPad too)
 * inter-app OSC communication
 * 2d physics using Box2d
 
 The idea is that I want a single environment focused on performance with an 
 easy workflow that doesn't involve compilation (ala C++  OpenFrameworks) and 
 runs on multiple platforms. This way, I can get in the flow, make some 
 scenes, upload them to my iPad, and go play a show.
 
 Check it out on Github: github.com/danomatika/robotcowboy
 
 On Oct 23, 2012, at 10:51 AM, Dan Wilcox danomat...@gmail.com wrote:
 
 Sorry, I should have clarified.
 
 RjDj the entity is going great.
 
 RjDj the original iOS app, is no longer being supported and is now no longer 
 availabel on the App Store. From the RjDj blog:
 
 In all these years, RjDj grew out of this app and really became something 
 different. RjDj became a new way how to think music, it became a brand. 
 This development is something we want to enforce which is the reason why we 
 are now positioning everything for our future.
 
 As a first step we are cleaning up our old apps which also means that we 
 are retiring the good old RjDj app. Don't be sad, we are working on some 
 great new content released through The Dark Knight Rises Z+ app and we 
 are also working on the exciting Music Zones project which we are 
 currently test driving in the UK app store.
 
 So starting from next week, we won't make the app available in the app 
 store anymore, so if you are a nostalgic app collector, this is your last 
 chance to get it. You will still be able to use the installed app but we 
 won't be supporting it any longer. This means that you won't be able to 
 upload recordings or download scenes. On October 8th 

Re: [PD] rjdj is gone, robotcowboy is coming ...

2012-11-01 Thread Dan Wilcox
I want to release it on the app store. Now that the scripting-langauge barrier 
is released, it's possible. It has a WebDAV server built in so you can manage 
your scenes and abstractions. I'll be updating my rc-patches to work with rjlib 
and vanilla, so there should be plenty of stuff to use out of the box.

On Oct 31, 2012, at 11:40 PM, Epic Jefferson jeffreyconcepc...@gmail.com 
wrote:

 I'm very happy you're doing this. this is exactly what i want to do, but i'm 
 still a few years away programming-wise. How do you plan to distribute it, on 
 the app store as a standard app? or something a bit more hacker friendly? 
 perhaps a .ipa we can jam in there via ssh?
 
 
 On Wed, Oct 31, 2012 at 2:00 PM, Dan Wilcox danomat...@gmail.com wrote:
 Hey all,
 
 I made a video demo of the robotcowboy app: https://vimeo.com/52557228
 
 
 
 Description
 
 The robotcowboy app is an audio/visual environment for performance with 
 visual Lua scripting and Pure Data audio patching. Think of it as Processing 
 and PD wrapped up into a single app that will run on Mac/Win/Linux and iOS.
 
 It features:
 * a Pure Data audio instance
 * a Lua scripting environment inspired by OpenFrameworks/Processing
 * a scene system including playlists
 * midi io (yes, on iPad too)
 * inter-app OSC communication
 * 2d physics using Box2d
 
 The idea is that I want a single environment focused on performance with an 
 easy workflow that doesn't involve compilation (ala C++  OpenFrameworks) and 
 runs on multiple platforms. This way, I can get in the flow, make some 
 scenes, upload them to my iPad, and go play a show.
 
 Check it out on Github: github.com/danomatika/robotcowboy
 
 On Oct 23, 2012, at 10:51 AM, Dan Wilcox danomat...@gmail.com wrote:
 
 Sorry, I should have clarified.
 
 RjDj the entity is going great.
 
 RjDj the original iOS app, is no longer being supported and is now no longer 
 availabel on the App Store. From the RjDj blog:
 
 In all these years, RjDj grew out of this app and really became something 
 different. RjDj became a new way how to think music, it became a brand. 
 This development is something we want to enforce which is the reason why we 
 are now positioning everything for our future.
 
 As a first step we are cleaning up our old apps which also means that we 
 are retiring the good old RjDj app. Don't be sad, we are working on some 
 great new content released through The Dark Knight Rises Z+ app and we 
 are also working on the exciting Music Zones project which we are 
 currently test driving in the UK app store.
 
 So starting from next week, we won't make the app available in the app 
 store anymore, so if you are a nostalgic app collector, this is your last 
 chance to get it. You will still be able to use the installed app but we 
 won't be supporting it any longer. This means that you won't be able to 
 upload recordings or download scenes. On October 8th we will also change 
 our website.
 
 
 I was directly inspired by RjDj to in making a similar app and thanks to 
 Peter, et al. libpd makes it possible. I have used RjDj for a number of 
 small experiments and are sad to see it go, but in the end I needed 
 something that works more for my needs, so I've been working towards making 
 my own app.
 
 On Oct 23, 2012, at 10:43 AM, Ivica Ico Bukvic i...@vt.edu wrote:
 
 Do you mind saying why is the app off the iOS app store?
  
 From: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] On Behalf Of 
 Dan Wilcox
 Sent: Tuesday, October 23, 2012 10:06 AM
 To: pd list
 Subject: [PD] rjdj is gone, robotcowboy is coming ...
  
 Hey all,
  
 So it seems the rjdj app is off the iOS app store already :(
  
 Just letting you know I have an alternative coming for running pd patches 
 on iOS  desktop: the robotcowboy app. It's basically my performance 
 environment as an app including pd, midi, osc, and a Processing-like lua 
 scripting environment.
  
 I could use some help on beta testing, website work, etc soon since I'm 
 trying to get this out *while* planning/working on my masters thesis 
 project (robotcowboy is going to Mars!). Any help would be greatly 
 appreciated. This app is being built in OpenFrameworks, so it works on 
 Mac/Win/Lin  iOS. Android support could be added, but I don't have an 
 android device.
  
 https://github.com/danomatika/robotcowboy
  
 
 Dan Wilcox
 danomatika.com
 robotcowboy.com
  
 
 
 
 
 Dan Wilcox
 danomatika.com
 robotcowboy.com
 
 
 
 
 
 
 Dan Wilcox
 danomatika.com
 robotcowboy.com
 
 
 
 
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 
 
 -- 
 www.epicjefferson.com
 www.avmachinists.org Puerto Rico based Art Collective/ Non-Profit Org


Dan Wilcox
danomatika.com
robotcowboy.com




___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http

Re: [PD] rjdj is gone, robotcowboy is coming ...

2012-11-01 Thread Epic Jefferson
So, it will be just like rjdj in the sense that it'll use pd-vanilla +
rjlib? + the benefit of coding interactive graphics in Lua? (i think it's a
benefit anyways) What about the infamous topic of the [expr] object?


On Thu, Nov 1, 2012 at 12:06 PM, Dan Wilcox danomat...@gmail.com wrote:

 I want to release it on the app store. Now that the scripting-langauge
 barrier is released, it's possible. It has a WebDAV server built in so you
 can manage your scenes and abstractions. I'll be updating my rc-patches to
 work with rjlib and vanilla, so there should be plenty of stuff to use out
 of the box.

 On Oct 31, 2012, at 11:40 PM, Epic Jefferson jeffreyconcepc...@gmail.com
 wrote:

 I'm very happy you're doing this. this is exactly what i want to do, but
 i'm still a few years away programming-wise. How do you plan to distribute
 it, on the app store as a standard app? or something a bit more hacker
 friendly? perhaps a .ipa we can jam in there via ssh?


 On Wed, Oct 31, 2012 at 2:00 PM, Dan Wilcox danomat...@gmail.com wrote:

 Hey all,

 I made a video demo of the robotcowboy app: https://vimeo.com/52557228

 

 Description

 The robotcowboy app is an audio/visual environment for performance with
 visual Lua scripting and Pure Data audio patching. Think of it
 as Processing and PD wrapped up into a single app that will run on
 Mac/Win/Linux and iOS.

 It features:
 * a Pure Data audio instance
 * a Lua scripting environment inspired by OpenFrameworks/Processing
 * a scene system including playlists
 * midi io (yes, on iPad too)
 * inter-app OSC communication
 * 2d physics using Box2d

 The idea is that I want a single environment focused on performance with
 an easy workflow that doesn't involve compilation (ala C++
  OpenFrameworks) and runs on multiple platforms. This way, I can get in
 the flow, make some scenes, upload them to my iPad, and go play a show.

 Check it out on Github: github.com/danomatika/robotcowboy

 On Oct 23, 2012, at 10:51 AM, Dan Wilcox danomat...@gmail.com wrote:

 Sorry, I should have clarified.

 RjDj the entity is going great.

 RjDj the original iOS app, is no longer being supported and is now no
 longer availabel on the App Store. From the RjDj 
 bloghttp://blog.rjdj.me/more-than-an-app
 :

 In all these years, RjDj grew out of this app and really became something
 different. RjDj became a new way how to think music, it became a brand.
 This development is something we want to enforce which is the reason why we
 are now positioning everything for our future.

 As a first step we are cleaning up our old apps which also means that
 we are retiring the good old RjDj app. Don't be sad, we are working on some
 great new content released through The Dark Knight Rises Z+ app and we
 are also working on the exciting Music Zones project which we are
 currently test driving in the UK app store.

 So starting from next week, we won't make the app available in the app
 store anymore, so if you are a nostalgic app collector, this is your last
 chance to get it. You will still be able to use the installed app but we
 won't be supporting it any longer. This means that you won't be able to
 upload recordings or download scenes. On October 8th we will also change
 our website.


 I was directly inspired by RjDj to in making a similar app and thanks to
 Peter, et al. libpd makes it possible. I have used RjDj for a number of
 small experiments and are sad to see it go, but in the end I needed
 something that works more for my needs, so I've been working towards making
 my own app.

 On Oct 23, 2012, at 10:43 AM, Ivica Ico Bukvic i...@vt.edu wrote:

 Do you mind saying why is the app off the iOS app store?

 *From:* pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] *On
 Behalf Of *Dan Wilcox
 *Sent:* Tuesday, October 23, 2012 10:06 AM
 *To:* pd list
 *Subject:* [PD] rjdj is gone, robotcowboy is coming ...
 ** **
 Hey all,
 ** **
 So it seems the rjdj app is off the iOS app store already :(
 ** **
 Just letting you know I have an alternative coming for running pd patches
 on iOS  desktop: the robotcowboy app. It's basically my performance
 environment as an app including pd, midi, osc, and a Processing-like lua
 scripting environment.
 ** **
 I could use some help on beta testing, website work, etc soon since I'm
 trying to get this out *while* planning/working on my masters thesis
 project (robotcowboy is going to Mars!). Any help would be greatly
 appreciated. This app is being built in OpenFrameworks, so it works on
 Mac/Win/Lin  iOS. Android support could be added, but I don't have an
 android device.
 ** **
 https://github.com/danomatika/robotcowboy
 ** **
 
 Dan Wilcox
 danomatika.com
 robotcowboy.com



 


  
 Dan Wilcox
 danomatika.com
 robotcowboy.com





  
 Dan Wilcox
 danomatika.com
 robotcowboy.com





 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE

Re: [PD] rjdj is gone, robotcowboy is coming ...

2012-11-01 Thread Dan Wilcox
Correct. RjDj like + visual scripting. 

I know [expr~] is now LGPL, but I'm not sure about [expr] yet ... in either 
case, I've left them and any GPL code out so far due to Apple's licensing. GPL 
patches, however are kosher since they are not compiled and you'll be able to 
modify/update them.

Also, the app has a desktop version ...

On Nov 1, 2012, at 12:31 PM, Epic Jefferson jeffreyconcepc...@gmail.com wrote:

 So, it will be just like rjdj in the sense that it'll use pd-vanilla + rjlib? 
 + the benefit of coding interactive graphics in Lua? (i think it's a benefit 
 anyways) What about the infamous topic of the [expr] object?
 
 
 On Thu, Nov 1, 2012 at 12:06 PM, Dan Wilcox danomat...@gmail.com wrote:
 I want to release it on the app store. Now that the scripting-langauge 
 barrier is released, it's possible. It has a WebDAV server built in so you 
 can manage your scenes and abstractions. I'll be updating my rc-patches to 
 work with rjlib and vanilla, so there should be plenty of stuff to use out of 
 the box.
 
 On Oct 31, 2012, at 11:40 PM, Epic Jefferson jeffreyconcepc...@gmail.com 
 wrote:
 
 I'm very happy you're doing this. this is exactly what i want to do, but i'm 
 still a few years away programming-wise. How do you plan to distribute it, 
 on the app store as a standard app? or something a bit more hacker friendly? 
 perhaps a .ipa we can jam in there via ssh?
 
 
 On Wed, Oct 31, 2012 at 2:00 PM, Dan Wilcox danomat...@gmail.com wrote:
 Hey all,
 
 I made a video demo of the robotcowboy app: https://vimeo.com/52557228
 
 
 
 Description
 
 The robotcowboy app is an audio/visual environment for performance with 
 visual Lua scripting and Pure Data audio patching. Think of it as Processing 
 and PD wrapped up into a single app that will run on Mac/Win/Linux and iOS.
 
 It features:
 * a Pure Data audio instance
 * a Lua scripting environment inspired by OpenFrameworks/Processing
 * a scene system including playlists
 * midi io (yes, on iPad too)
 * inter-app OSC communication
 * 2d physics using Box2d
 
 The idea is that I want a single environment focused on performance with an 
 easy workflow that doesn't involve compilation (ala C++  OpenFrameworks) 
 and runs on multiple platforms. This way, I can get in the flow, make some 
 scenes, upload them to my iPad, and go play a show.
 
 Check it out on Github: github.com/danomatika/robotcowboy
 
 On Oct 23, 2012, at 10:51 AM, Dan Wilcox danomat...@gmail.com wrote:
 
 Sorry, I should have clarified.
 
 RjDj the entity is going great.
 
 RjDj the original iOS app, is no longer being supported and is now no 
 longer availabel on the App Store. From the RjDj blog:
 
 In all these years, RjDj grew out of this app and really became something 
 different. RjDj became a new way how to think music, it became a brand. 
 This development is something we want to enforce which is the reason why 
 we are now positioning everything for our future.
 
 As a first step we are cleaning up our old apps which also means that we 
 are retiring the good old RjDj app. Don't be sad, we are working on some 
 great new content released through The Dark Knight Rises Z+ app and we 
 are also working on the exciting Music Zones project which we are 
 currently test driving in the UK app store.
 
 So starting from next week, we won't make the app available in the app 
 store anymore, so if you are a nostalgic app collector, this is your last 
 chance to get it. You will still be able to use the installed app but we 
 won't be supporting it any longer. This means that you won't be able to 
 upload recordings or download scenes. On October 8th we will also change 
 our website.
 
 
 I was directly inspired by RjDj to in making a similar app and thanks to 
 Peter, et al. libpd makes it possible. I have used RjDj for a number of 
 small experiments and are sad to see it go, but in the end I needed 
 something that works more for my needs, so I've been working towards making 
 my own app.
 
 On Oct 23, 2012, at 10:43 AM, Ivica Ico Bukvic i...@vt.edu wrote:
 
 Do you mind saying why is the app off the iOS app store?
  
 From: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] On Behalf Of 
 Dan Wilcox
 Sent: Tuesday, October 23, 2012 10:06 AM
 To: pd list
 Subject: [PD] rjdj is gone, robotcowboy is coming ...
  
 Hey all,
  
 So it seems the rjdj app is off the iOS app store already :(
  
 Just letting you know I have an alternative coming for running pd patches 
 on iOS  desktop: the robotcowboy app. It's basically my performance 
 environment as an app including pd, midi, osc, and a Processing-like lua 
 scripting environment.
  
 I could use some help on beta testing, website work, etc soon since I'm 
 trying to get this out *while* planning/working on my masters thesis 
 project (robotcowboy is going to Mars!). Any help would be greatly 
 appreciated. This app is being built in OpenFrameworks, so it works on 
 Mac/Win/Lin  iOS. Android support could be added, but I

Re: [PD] rjdj is gone, robotcowboy is coming ...

2012-11-01 Thread Epic Jefferson
i'm not sure i understood correctly.

you say you left out [expr~], [expr] and other GPL code
out due to licensing issues, but i'll still be able to use/modify
GPL patches.

Hmm, will we be able to add these objects with a path of sorts,
or are they strictly off limits?


On Thu, Nov 1, 2012 at 12:36 PM, Dan Wilcox danomat...@gmail.com wrote:

 Correct. RjDj like + visual scripting.

 I know [expr~] is now LGPL, but I'm not sure about [expr] yet ... in
 either case, I've left them and any GPL code out so far due to Apple's
 licensing. GPL patches, however are kosher since they are not compiled and
 you'll be able to modify/update them.

 Also, the app has a desktop version ...


 On Nov 1, 2012, at 12:31 PM, Epic Jefferson jeffreyconcepc...@gmail.com
 wrote:

 So, it will be just like rjdj in the sense that it'll use pd-vanilla +
 rjlib? + the benefit of coding interactive graphics in Lua? (i think it's a
 benefit anyways) What about the infamous topic of the [expr] object?


 On Thu, Nov 1, 2012 at 12:06 PM, Dan Wilcox danomat...@gmail.com wrote:

 I want to release it on the app store. Now that the scripting-langauge
 barrier is released, it's possible. It has a WebDAV server built in so you
 can manage your scenes and abstractions. I'll be updating my rc-patches to
 work with rjlib and vanilla, so there should be plenty of stuff to use out
 of the box.

 On Oct 31, 2012, at 11:40 PM, Epic Jefferson jeffreyconcepc...@gmail.com
 wrote:

 I'm very happy you're doing this. this is exactly what i want to do, but
 i'm still a few years away programming-wise. How do you plan to distribute
 it, on the app store as a standard app? or something a bit more hacker
 friendly? perhaps a .ipa we can jam in there via ssh?


 On Wed, Oct 31, 2012 at 2:00 PM, Dan Wilcox danomat...@gmail.com wrote:

 Hey all,

 I made a video demo of the robotcowboy app: https://vimeo.com/52557228

  

 Description

 The robotcowboy app is an audio/visual environment for performance with
 visual Lua scripting and Pure Data audio patching. Think of it
 as Processing and PD wrapped up into a single app that will run on
 Mac/Win/Linux and iOS.

 It features:
 * a Pure Data audio instance
 * a Lua scripting environment inspired by OpenFrameworks/Processing
 * a scene system including playlists
 * midi io (yes, on iPad too)
 * inter-app OSC communication
 * 2d physics using Box2d

 The idea is that I want a single environment focused on performance with
 an easy workflow that doesn't involve compilation (ala C++
  OpenFrameworks) and runs on multiple platforms. This way, I can get in
 the flow, make some scenes, upload them to my iPad, and go play a show.

 Check it out on Github: github.com/danomatika/robotcowboy

 On Oct 23, 2012, at 10:51 AM, Dan Wilcox danomat...@gmail.com wrote:

 Sorry, I should have clarified.

 RjDj the entity is going great.

 RjDj the original iOS app, is no longer being supported and is now no
 longer availabel on the App Store. From the RjDj 
 bloghttp://blog.rjdj.me/more-than-an-app
 :

 In all these years, RjDj grew out of this app and really became
 something different. RjDj became a new way how to think music, it became a
 brand. This development is something we want to enforce which is the reason
 why we are now positioning everything for our future.

 As a first step we are cleaning up our old apps which also means that
 we are retiring the good old RjDj app. Don't be sad, we are working on some
 great new content released through The Dark Knight Rises Z+ app and we
 are also working on the exciting Music Zones project which we are
 currently test driving in the UK app store.

 So starting from next week, we won't make the app available in the app
 store anymore, so if you are a nostalgic app collector, this is your last
 chance to get it. You will still be able to use the installed app but we
 won't be supporting it any longer. This means that you won't be able to
 upload recordings or download scenes. On October 8th we will also change
 our website.


 I was directly inspired by RjDj to in making a similar app and thanks to
 Peter, et al. libpd makes it possible. I have used RjDj for a number of
 small experiments and are sad to see it go, but in the end I needed
 something that works more for my needs, so I've been working towards making
 my own app.

 On Oct 23, 2012, at 10:43 AM, Ivica Ico Bukvic i...@vt.edu wrote:

 Do you mind saying why is the app off the iOS app store?

 *From:* pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] *On
 Behalf Of *Dan Wilcox
 *Sent:* Tuesday, October 23, 2012 10:06 AM
 *To:* pd list
 *Subject:* [PD] rjdj is gone, robotcowboy is coming ...
 ** **
 Hey all,
 ** **
 So it seems the rjdj app is off the iOS app store already :(
 ** **
 Just letting you know I have an alternative coming for running pd
 patches on iOS  desktop: the robotcowboy app. It's basically my
 performance environment as an app including pd, midi, osc, and a
 Processing-like lua

Re: [PD] rjdj is gone, robotcowboy is coming ...

2012-11-01 Thread Dan Wilcox
[expr] / [expr~] are C externals which must be compiled and statically linked 
on iOS as dynamic linking is not allowed. This is against the GPL, so I can't 
include GPL code. However, as my app is open source, I can use LGPL code.

Patches, on the other hand, are simply text files. The GPL requires that users 
must be able to freely update/modify GPL objects. Obviously you can't do that 
with a statically linked library, but you can with a text file. All patch 
abstraction libraries will be in the Documents folder where you can update them 
over WebDAV. The app simply adds any folders it sees to the search path, 
although I'm considering [declare] as a standard of practice.

On Nov 1, 2012, at 1:08 PM, pd-list-requ...@iem.at wrote:

 From: Epic Jefferson jeffreyconcepc...@gmail.com
 Subject: Re: [PD] rjdj is gone, robotcowboy is coming ...
 Date: November 1, 2012 1:08:23 PM EDT
 To: Dan Wilcox danomat...@gmail.com
 Cc: pd list pd-list@iem.at
 
 
 i'm not sure i understood correctly. 
 
 you say you left out [expr~], [expr] and other GPL code 
 out due to licensing issues, but i'll still be able to use/modify 
 GPL patches. 
 
 Hmm, will we be able to add these objects with a path of sorts, 
 or are they strictly off limits?
 
 
 On Thu, Nov 1, 2012 at 12:36 PM, Dan Wilcox danomat...@gmail.com wrote:
 Correct. RjDj like + visual scripting. 
 
 I know [expr~] is now LGPL, but I'm not sure about [expr] yet ... in either 
 case, I've left them and any GPL code out so far due to Apple's licensing. 
 GPL patches, however are kosher since they are not compiled and you'll be 
 able to modify/update them.
 
 Also, the app has a desktop version ...


Dan Wilcox
danomatika.com
robotcowboy.com




___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] rjdj is gone, robotcowboy is coming ...

2012-11-01 Thread Epic Jefferson
so, you cannot add it in your build, but can be added to the Documents
folder buy the user via webDAV? (is that the way rjdj did it, like through
a website? i wasn't too fond of that)

i imagine it'll still be possible to add 'scenes' via ftp as in
http://blog.makezine.com/2008/11/03/howto-hacking-rjdj-with-p/

also, i vote for [import] as it's what i'm accustomed to


On Thu, Nov 1, 2012 at 2:14 PM, Dan Wilcox danomat...@gmail.com wrote:

 [expr] / [expr~] are C externals which must be compiled and statically
 linked on iOS as dynamic linking is not allowed. This is against the GPL,
 so I can't include GPL code. However, as my app is open source, I can use
 LGPL code.

 Patches, on the other hand, are simply text files. The GPL requires that
 users must be able to freely update/modify GPL objects. Obviously you can't
 do that with a statically linked library, but you can with a text file. All
 patch abstraction libraries will be in the Documents folder where you can
 update them over WebDAV. The app simply adds any folders it sees to the
 search path, although I'm considering [declare] as a standard of practice.

 On Nov 1, 2012, at 1:08 PM, pd-list-requ...@iem.at wrote:

 *From: *Epic Jefferson jeffreyconcepc...@gmail.com
 *Subject: **Re: [PD] rjdj is gone, robotcowboy is coming ...*
 *Date: *November 1, 2012 1:08:23 PM EDT
 *To: *Dan Wilcox danomat...@gmail.com
 *Cc: *pd list pd-list@iem.at


 i'm not sure i understood correctly.

 you say you left out [expr~], [expr] and other GPL code
 out due to licensing issues, but i'll still be able to use/modify
 GPL patches.

 Hmm, will we be able to add these objects with a path of sorts,
 or are they strictly off limits?


 On Thu, Nov 1, 2012 at 12:36 PM, Dan Wilcox danomat...@gmail.com wrote:

 Correct. RjDj like + visual scripting.

 I know [expr~] is now LGPL, but I'm not sure about [expr] yet ... in
 either case, I've left them and any GPL code out so far due to Apple's
 licensing. GPL patches, however are kosher since they are not compiled and
 you'll be able to modify/update them.

 Also, the app has a desktop version ...


 
 Dan Wilcox
 danomatika.com
 robotcowboy.com







-- 
www.epicjefferson.com
www.avmachinists.org Puerto Rico based Art Collective/ Non-Profit Org
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] rjdj is gone, robotcowboy is coming ...

2012-11-01 Thread Dan Wilcox
Yes, you can add *abstractions* but not compiled C/C++ externals.

No, it's not like RjDj, WebDAV is a layer on top of HTTP for document 
management. It's like FTP and is supported by plenty of clients including the 
Mac OSX Finder, Gnome Nautilus, etc. You basically connect to the iPad and see 
the Documents folder like it was on your computer. FileZilla and Cyberduck will 
also work.

[import] might work, but I don't want to stray too far form pd-vanilla, 
although I already am by including the mrpeach osc externals. Currently, I use 
pd-extended with all but mrpeach disabled for development.

On Nov 1, 2012, at 4:00 PM, Epic Jefferson jeffreyconcepc...@gmail.com wrote:

 so, you cannot add it in your build, but can be added to the Documents folder 
 buy the user via webDAV? (is that the way rjdj did it, like through a 
 website? i wasn't too fond of that)
 
 i imagine it'll still be possible to add 'scenes' via ftp as in 
 http://blog.makezine.com/2008/11/03/howto-hacking-rjdj-with-p/
 
 also, i vote for [import] as it's what i'm accustomed to
 
 
 On Thu, Nov 1, 2012 at 2:14 PM, Dan Wilcox danomat...@gmail.com wrote:
 [expr] / [expr~] are C externals which must be compiled and statically linked 
 on iOS as dynamic linking is not allowed. This is against the GPL, so I can't 
 include GPL code. However, as my app is open source, I can use LGPL code.
 
 Patches, on the other hand, are simply text files. The GPL requires that 
 users must be able to freely update/modify GPL objects. Obviously you can't 
 do that with a statically linked library, but you can with a text file. All 
 patch abstraction libraries will be in the Documents folder where you can 
 update them over WebDAV. The app simply adds any folders it sees to the 
 search path, although I'm considering [declare] as a standard of practice.
 
 On Nov 1, 2012, at 1:08 PM, pd-list-requ...@iem.at wrote:
 
 From: Epic Jefferson jeffreyconcepc...@gmail.com
 Subject: Re: [PD] rjdj is gone, robotcowboy is coming ...
 Date: November 1, 2012 1:08:23 PM EDT
 To: Dan Wilcox danomat...@gmail.com
 Cc: pd list pd-list@iem.at
 
 
 i'm not sure i understood correctly. 
 
 you say you left out [expr~], [expr] and other GPL code 
 out due to licensing issues, but i'll still be able to use/modify 
 GPL patches. 
 
 Hmm, will we be able to add these objects with a path of sorts, 
 or are they strictly off limits?
 
 
 On Thu, Nov 1, 2012 at 12:36 PM, Dan Wilcox danomat...@gmail.com wrote:
 Correct. RjDj like + visual scripting. 
 
 I know [expr~] is now LGPL, but I'm not sure about [expr] yet ... in either 
 case, I've left them and any GPL code out so far due to Apple's licensing. 
 GPL patches, however are kosher since they are not compiled and you'll be 
 able to modify/update them.
 
 Also, the app has a desktop version ...
 
 
 Dan Wilcox
 danomatika.com
 robotcowboy.com
 
 
 
 
 
 
 
 -- 
 www.epicjefferson.com
 www.avmachinists.org Puerto Rico based Art Collective/ Non-Profit Org


Dan Wilcox
danomatika.com
robotcowboy.com




___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] rjdj is gone, robotcowboy is coming ...

2012-11-01 Thread Hans-Christoph Steiner

I think that the Apple App Store terms conflict with the LGPL as much as the 
GPL.  The issue is not related to linking, but rather the ability for the user 
to create the exact app from the source code.  Apple's addition of DRM to apps 
in the App Store is the culprit there.

http://stackoverflow.com/questions/459833/which-open-source-licenses-are-compatible-with-the-iphone-and-app-store
http://stackoverflow.com/questions/8501685/ios-app-and-lgpl-issue
http://opensourcedelivers.com/2011/09/13/lgpl-the-apple-app-store-no-easy-solutions/

.hc

On Nov 1, 2012, at 12:36 PM, Dan Wilcox wrote:

 Correct. RjDj like + visual scripting. 
 
 I know [expr~] is now LGPL, but I'm not sure about [expr] yet ... in either 
 case, I've left them and any GPL code out so far due to Apple's licensing. 
 GPL patches, however are kosher since they are not compiled and you'll be 
 able to modify/update them.
 
 Also, the app has a desktop version ...
 
 On Nov 1, 2012, at 12:31 PM, Epic Jefferson jeffreyconcepc...@gmail.com 
 wrote:
 
 So, it will be just like rjdj in the sense that it'll use pd-vanilla + 
 rjlib? + the benefit of coding interactive graphics in Lua? (i think it's a 
 benefit anyways) What about the infamous topic of the [expr] object?
 
 
 On Thu, Nov 1, 2012 at 12:06 PM, Dan Wilcox danomat...@gmail.com wrote:
 I want to release it on the app store. Now that the scripting-langauge 
 barrier is released, it's possible. It has a WebDAV server built in so you 
 can manage your scenes and abstractions. I'll be updating my rc-patches to 
 work with rjlib and vanilla, so there should be plenty of stuff to use out 
 of the box.
 
 On Oct 31, 2012, at 11:40 PM, Epic Jefferson jeffreyconcepc...@gmail.com 
 wrote:
 
 I'm very happy you're doing this. this is exactly what i want to do, but 
 i'm still a few years away programming-wise. How do you plan to distribute 
 it, on the app store as a standard app? or something a bit more hacker 
 friendly? perhaps a .ipa we can jam in there via ssh?
 
 
 On Wed, Oct 31, 2012 at 2:00 PM, Dan Wilcox danomat...@gmail.com wrote:
 Hey all,
 
 I made a video demo of the robotcowboy app: https://vimeo.com/52557228
 
 
 
 Description
 
 The robotcowboy app is an audio/visual environment for performance with 
 visual Lua scripting and Pure Data audio patching. Think of it as 
 Processing and PD wrapped up into a single app that will run on 
 Mac/Win/Linux and iOS.
 
 It features:
 * a Pure Data audio instance
 * a Lua scripting environment inspired by OpenFrameworks/Processing
 * a scene system including playlists
 * midi io (yes, on iPad too)
 * inter-app OSC communication
 * 2d physics using Box2d
 
 The idea is that I want a single environment focused on performance with an 
 easy workflow that doesn't involve compilation (ala C++  OpenFrameworks) 
 and runs on multiple platforms. This way, I can get in the flow, make some 
 scenes, upload them to my iPad, and go play a show.
 
 Check it out on Github: github.com/danomatika/robotcowboy
 
 On Oct 23, 2012, at 10:51 AM, Dan Wilcox danomat...@gmail.com wrote:
 
 Sorry, I should have clarified.
 
 RjDj the entity is going great.
 
 RjDj the original iOS app, is no longer being supported and is now no 
 longer availabel on the App Store. From the RjDj blog:
 
 In all these years, RjDj grew out of this app and really became something 
 different. RjDj became a new way how to think music, it became a brand. 
 This development is something we want to enforce which is the reason why 
 we are now positioning everything for our future.
 
 As a first step we are cleaning up our old apps which also means that 
 we are retiring the good old RjDj app. Don't be sad, we are working on 
 some great new content released through The Dark Knight Rises Z+ app 
 and we are also working on the exciting Music Zones project which we 
 are currently test driving in the UK app store.
 
 So starting from next week, we won't make the app available in the app 
 store anymore, so if you are a nostalgic app collector, this is your last 
 chance to get it. You will still be able to use the installed app but we 
 won't be supporting it any longer. This means that you won't be able to 
 upload recordings or download scenes. On October 8th we will also change 
 our website.
 
 
 I was directly inspired by RjDj to in making a similar app and thanks to 
 Peter, et al. libpd makes it possible. I have used RjDj for a number of 
 small experiments and are sad to see it go, but in the end I needed 
 something that works more for my needs, so I've been working towards 
 making my own app.
 
 On Oct 23, 2012, at 10:43 AM, Ivica Ico Bukvic i...@vt.edu wrote:
 
 Do you mind saying why is the app off the iOS app store?
  
 From: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] On Behalf Of 
 Dan Wilcox
 Sent: Tuesday, October 23, 2012 10:06 AM
 To: pd list
 Subject: [PD] rjdj is gone, robotcowboy is coming ...
  
 Hey all,
  
 So it seems the rjdj app is off the iOS app

Re: [PD] rjdj is gone, robotcowboy is coming ...

2012-11-01 Thread Scott R. Looney
-boun...@iem.at] *On
 Behalf Of *Dan Wilcox
 *Sent:* Tuesday, October 23, 2012 10:06 AM
 *To:* pd list
 *Subject:* [PD] rjdj is gone, robotcowboy is coming ...
 ** **
 Hey all,
 ** **
 So it seems the rjdj app is off the iOS app store already :(
 ** **
 Just letting you know I have an alternative coming for running pd
 patches on iOS  desktop: the robotcowboy app. It's basically my
 performance environment as an app including pd, midi, osc, and a
 Processing-like lua scripting environment.
 ** **
 I could use some help on beta testing, website work, etc soon since I'm
 trying to get this out *while* planning/working on my masters thesis
 project (robotcowboy is going to Mars!). Any help would be greatly
 appreciated. This app is being built in OpenFrameworks, so it works on
 Mac/Win/Lin  iOS. Android support could be added, but I don't have an
 android device.
 ** **
 https://github.com/danomatika/robotcowboy
 ** **
 
 Dan Wilcox
 danomatika.com
 robotcowboy.com



 


  
 Dan Wilcox
 danomatika.com
 robotcowboy.com





  
 Dan Wilcox
 danomatika.com
 robotcowboy.com





 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list




 --
 www.epicjefferson.com
 www.avmachinists.org Puerto Rico based Art Collective/ Non-Profit Org


  
 Dan Wilcox
 danomatika.com
 robotcowboy.com







 --
 www.epicjefferson.com
 www.avmachinists.org Puerto Rico based Art Collective/ Non-Profit Org


 
 Dan Wilcox
 danomatika.com
 robotcowboy.com




 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list



 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] rjdj is gone, robotcowboy is coming ...

2012-10-31 Thread Dan Wilcox
Hey all,

I made a video demo of the robotcowboy app: https://vimeo.com/52557228



Description

The robotcowboy app is an audio/visual environment for performance with visual 
Lua scripting and Pure Data audio patching. Think of it as Processing and PD 
wrapped up into a single app that will run on Mac/Win/Linux and iOS.

It features:
* a Pure Data audio instance
* a Lua scripting environment inspired by OpenFrameworks/Processing
* a scene system including playlists
* midi io (yes, on iPad too)
* inter-app OSC communication
* 2d physics using Box2d

The idea is that I want a single environment focused on performance with an 
easy workflow that doesn't involve compilation (ala C++  OpenFrameworks) and 
runs on multiple platforms. This way, I can get in the flow, make some scenes, 
upload them to my iPad, and go play a show.

Check it out on Github: github.com/danomatika/robotcowboy

On Oct 23, 2012, at 10:51 AM, Dan Wilcox danomat...@gmail.com wrote:

 Sorry, I should have clarified.
 
 RjDj the entity is going great.
 
 RjDj the original iOS app, is no longer being supported and is now no longer 
 availabel on the App Store. From the RjDj blog:
 
 In all these years, RjDj grew out of this app and really became something 
 different. RjDj became a new way how to think music, it became a brand. This 
 development is something we want to enforce which is the reason why we are 
 now positioning everything for our future.
 
 As a first step we are cleaning up our old apps which also means that we 
 are retiring the good old RjDj app. Don't be sad, we are working on some 
 great new content released through The Dark Knight Rises Z+ app and we are 
 also working on the exciting Music Zones project which we are currently 
 test driving in the UK app store.
 
 So starting from next week, we won't make the app available in the app store 
 anymore, so if you are a nostalgic app collector, this is your last chance 
 to get it. You will still be able to use the installed app but we won't be 
 supporting it any longer. This means that you won't be able to upload 
 recordings or download scenes. On October 8th we will also change our 
 website.
 
 
 I was directly inspired by RjDj to in making a similar app and thanks to 
 Peter, et al. libpd makes it possible. I have used RjDj for a number of small 
 experiments and are sad to see it go, but in the end I needed something that 
 works more for my needs, so I've been working towards making my own app.
 
 On Oct 23, 2012, at 10:43 AM, Ivica Ico Bukvic i...@vt.edu wrote:
 
 Do you mind saying why is the app off the iOS app store?
  
 From: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] On Behalf Of 
 Dan Wilcox
 Sent: Tuesday, October 23, 2012 10:06 AM
 To: pd list
 Subject: [PD] rjdj is gone, robotcowboy is coming ...
  
 Hey all,
  
 So it seems the rjdj app is off the iOS app store already :(
  
 Just letting you know I have an alternative coming for running pd patches on 
 iOS  desktop: the robotcowboy app. It's basically my performance 
 environment as an app including pd, midi, osc, and a Processing-like lua 
 scripting environment.
  
 I could use some help on beta testing, website work, etc soon since I'm 
 trying to get this out *while* planning/working on my masters thesis project 
 (robotcowboy is going to Mars!). Any help would be greatly appreciated. This 
 app is being built in OpenFrameworks, so it works on Mac/Win/Lin  iOS. 
 Android support could be added, but I don't have an android device.
  
 https://github.com/danomatika/robotcowboy
  
 
 Dan Wilcox
 danomatika.com
 robotcowboy.com
  
 
 
 
 
 Dan Wilcox
 danomatika.com
 robotcowboy.com
 
 
 
 


Dan Wilcox
danomatika.com
robotcowboy.com




___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] rjdj is gone, robotcowboy is coming ...

2012-10-31 Thread Epic Jefferson
I'm very happy you're doing this. this is exactly what i want to do, but
i'm still a few years away programming-wise. How do you plan to distribute
it, on the app store as a standard app? or something a bit more hacker
friendly? perhaps a .ipa we can jam in there via ssh?


On Wed, Oct 31, 2012 at 2:00 PM, Dan Wilcox danomat...@gmail.com wrote:

 Hey all,

 I made a video demo of the robotcowboy app: https://vimeo.com/52557228

 

 Description

 The robotcowboy app is an audio/visual environment for performance with
 visual Lua scripting and Pure Data audio patching. Think of it
 as Processing and PD wrapped up into a single app that will run on
 Mac/Win/Linux and iOS.

 It features:
 * a Pure Data audio instance
 * a Lua scripting environment inspired by OpenFrameworks/Processing
 * a scene system including playlists
 * midi io (yes, on iPad too)
 * inter-app OSC communication
 * 2d physics using Box2d

 The idea is that I want a single environment focused on performance with
 an easy workflow that doesn't involve compilation (ala C++
  OpenFrameworks) and runs on multiple platforms. This way, I can get in
 the flow, make some scenes, upload them to my iPad, and go play a show.

 Check it out on Github: github.com/danomatika/robotcowboy

 On Oct 23, 2012, at 10:51 AM, Dan Wilcox danomat...@gmail.com wrote:

 Sorry, I should have clarified.

 RjDj the entity is going great.

 RjDj the original iOS app, is no longer being supported and is now no
 longer availabel on the App Store. From the RjDj 
 bloghttp://blog.rjdj.me/more-than-an-app
 :

 In all these years, RjDj grew out of this app and really became something
 different. RjDj became a new way how to think music, it became a brand.
 This development is something we want to enforce which is the reason why we
 are now positioning everything for our future.

 As a first step we are cleaning up our old apps which also means that we
 are retiring the good old RjDj app. Don't be sad, we are working on some
 great new content released through The Dark Knight Rises Z+ app and we
 are also working on the exciting Music Zones project which we are
 currently test driving in the UK app store.

 So starting from next week, we won't make the app available in the app
 store anymore, so if you are a nostalgic app collector, this is your last
 chance to get it. You will still be able to use the installed app but we
 won't be supporting it any longer. This means that you won't be able to
 upload recordings or download scenes. On October 8th we will also change
 our website.


 I was directly inspired by RjDj to in making a similar app and thanks to
 Peter, et al. libpd makes it possible. I have used RjDj for a number of
 small experiments and are sad to see it go, but in the end I needed
 something that works more for my needs, so I've been working towards making
 my own app.

 On Oct 23, 2012, at 10:43 AM, Ivica Ico Bukvic i...@vt.edu wrote:

 Do you mind saying why is the app off the iOS app store?

 *From:* pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] *On Behalf
 Of *Dan Wilcox
 *Sent:* Tuesday, October 23, 2012 10:06 AM
 *To:* pd list
 *Subject:* [PD] rjdj is gone, robotcowboy is coming ...
 ** **
 Hey all,
 ** **
 So it seems the rjdj app is off the iOS app store already :(
 ** **
 Just letting you know I have an alternative coming for running pd patches
 on iOS  desktop: the robotcowboy app. It's basically my performance
 environment as an app including pd, midi, osc, and a Processing-like lua
 scripting environment.
 ** **
 I could use some help on beta testing, website work, etc soon since I'm
 trying to get this out *while* planning/working on my masters thesis
 project (robotcowboy is going to Mars!). Any help would be greatly
 appreciated. This app is being built in OpenFrameworks, so it works on
 Mac/Win/Lin  iOS. Android support could be added, but I don't have an
 android device.
 ** **
 https://github.com/danomatika/robotcowboy
 ** **
 
 Dan Wilcox
 danomatika.com
 robotcowboy.com



 


 
 Dan Wilcox
 danomatika.com
 robotcowboy.com





 
 Dan Wilcox
 danomatika.com
 robotcowboy.com





 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list




-- 
www.epicjefferson.com
www.avmachinists.org Puerto Rico based Art Collective/ Non-Profit Org
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] rjdj is gone, robotcowboy is coming ...

2012-10-23 Thread Dan Wilcox
Hey all,

So it seems the rjdj app is off the iOS app store already :(

Just letting you know I have an alternative coming for running pd patches on 
iOS  desktop: the robotcowboy app. It's basically my performance environment 
as an app including pd, midi, osc, and a Processing-like lua scripting 
environment.

I could use some help on beta testing, website work, etc soon since I'm trying 
to get this out *while* planning/working on my masters thesis project 
(robotcowboy is going to Mars!). Any help would be greatly appreciated. This 
app is being built in OpenFrameworks, so it works on Mac/Win/Lin  iOS. Android 
support could be added, but I don't have an android device.

https://github.com/danomatika/robotcowboy


Dan Wilcox
danomatika.com
robotcowboy.com




___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] rjdj is gone, robotcowboy is coming ...

2012-10-23 Thread Ivica Ico Bukvic
Do you mind saying why is the app off the iOS app store?

 

From: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] On Behalf Of
Dan Wilcox
Sent: Tuesday, October 23, 2012 10:06 AM
To: pd list
Subject: [PD] rjdj is gone, robotcowboy is coming ...

 

Hey all,

 

So it seems the rjdj app is off the iOS app store already :(

 

Just letting you know I have an alternative coming for running pd patches on
iOS  desktop: the robotcowboy app. It's basically my performance
environment as an app including pd, midi, osc, and a Processing-like lua
scripting environment.

 

I could use some help on beta testing, website work, etc soon since I'm
trying to get this out *while* planning/working on my masters thesis project
(robotcowboy is going to Mars!). Any help would be greatly appreciated. This
app is being built in OpenFrameworks, so it works on Mac/Win/Lin  iOS.
Android support could be added, but I don't have an android device.

 

https://github.com/danomatika/robotcowboy

 



Dan Wilcox

danomatika.com

robotcowboy.com

 





 

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] rjdj is gone, robotcowboy is coming ...

2012-10-23 Thread Maurice Rickard
Whoa.  That's impressively ambitious!  Cloning now. Thanks for putting this out 
there!

Maurice Rickard
http://mauricerickard.com | http://onezeromusic.com | http://yoctonaut.com



On Oct 23, 2012, at 10:05 AM, Dan Wilcox danomat...@gmail.com wrote:

 Hey all,
 
 So it seems the rjdj app is off the iOS app store already :(
 
 Just letting you know I have an alternative coming for running pd patches on 
 iOS  desktop: the robotcowboy app. It's basically my performance environment 
 as an app including pd, midi, osc, and a Processing-like lua scripting 
 environment.
 
 I could use some help on beta testing, website work, etc soon since I'm 
 trying to get this out *while* planning/working on my masters thesis project 
 (robotcowboy is going to Mars!). Any help would be greatly appreciated. This 
 app is being built in OpenFrameworks, so it works on Mac/Win/Lin  iOS. 
 Android support could be added, but I don't have an android device.
 
 https://github.com/danomatika/robotcowboy
 
 
 Dan Wilcox
 danomatika.com
 robotcowboy.com
 
 
 
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] rjdj is gone, robotcowboy is coming ...

2012-10-23 Thread Hans-Christoph Steiner

Sounds great. If you want to support Android, its easy to download and run the
emulator.  You'll need to install the Android SDK and NDK, both are just
tarballs that you download and uncompress.

.hc

On 10/23/2012 10:09 AM, Maurice Rickard wrote:
 Whoa.  That's impressively ambitious!  Cloning now. Thanks for putting this 
 out there!
 
 Maurice Rickard
 http://mauricerickard.com | http://onezeromusic.com | http://yoctonaut.com
 
 
 
 On Oct 23, 2012, at 10:05 AM, Dan Wilcox danomat...@gmail.com wrote:
 
 Hey all,

 So it seems the rjdj app is off the iOS app store already :(

 Just letting you know I have an alternative coming for running pd patches on 
 iOS  desktop: the robotcowboy app. It's basically my performance 
 environment as an app including pd, midi, osc, and a Processing-like lua 
 scripting environment.

 I could use some help on beta testing, website work, etc soon since I'm 
 trying to get this out *while* planning/working on my masters thesis project 
 (robotcowboy is going to Mars!). Any help would be greatly appreciated. This 
 app is being built in OpenFrameworks, so it works on Mac/Win/Lin  iOS. 
 Android support could be added, but I don't have an android device.

 https://github.com/danomatika/robotcowboy

 
 Dan Wilcox
 danomatika.com
 robotcowboy.com




 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] rjdj is gone, robotcowboy is coming ...

2012-10-23 Thread Dan Wilcox
Sorry, I should have clarified.

RjDj the entity is going great.

RjDj the original iOS app, is no longer being supported and is now no longer 
availabel on the App Store. From the RjDj blog:

 In all these years, RjDj grew out of this app and really became something 
 different. RjDj became a new way how to think music, it became a brand. This 
 development is something we want to enforce which is the reason why we are 
 now positioning everything for our future.
 
 As a first step we are cleaning up our old apps which also means that we 
 are retiring the good old RjDj app. Don't be sad, we are working on some 
 great new content released through The Dark Knight Rises Z+ app and we are 
 also working on the exciting Music Zones project which we are currently 
 test driving in the UK app store.
 
 So starting from next week, we won't make the app available in the app store 
 anymore, so if you are a nostalgic app collector, this is your last chance to 
 get it. You will still be able to use the installed app but we won't be 
 supporting it any longer. This means that you won't be able to upload 
 recordings or download scenes. On October 8th we will also change our website.


I was directly inspired by RjDj to in making a similar app and thanks to Peter, 
et al. libpd makes it possible. I have used RjDj for a number of small 
experiments and are sad to see it go, but in the end I needed something that 
works more for my needs, so I've been working towards making my own app.

On Oct 23, 2012, at 10:43 AM, Ivica Ico Bukvic i...@vt.edu wrote:

 Do you mind saying why is the app off the iOS app store?
  
 From: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] On Behalf Of Dan 
 Wilcox
 Sent: Tuesday, October 23, 2012 10:06 AM
 To: pd list
 Subject: [PD] rjdj is gone, robotcowboy is coming ...
  
 Hey all,
  
 So it seems the rjdj app is off the iOS app store already :(
  
 Just letting you know I have an alternative coming for running pd patches on 
 iOS  desktop: the robotcowboy app. It's basically my performance environment 
 as an app including pd, midi, osc, and a Processing-like lua scripting 
 environment.
  
 I could use some help on beta testing, website work, etc soon since I'm 
 trying to get this out *while* planning/working on my masters thesis project 
 (robotcowboy is going to Mars!). Any help would be greatly appreciated. This 
 app is being built in OpenFrameworks, so it works on Mac/Win/Lin  iOS. 
 Android support could be added, but I don't have an android device.
  
 https://github.com/danomatika/robotcowboy
  
 
 Dan Wilcox
 danomatika.com
 robotcowboy.com
  
 
 


Dan Wilcox
danomatika.com
robotcowboy.com




___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list