A few people have asked me this before. It should be possible for some of the objects.
A few of my objects are written in Java, and luckily Pd has a Java plug-in: http://www.le-son666.com/software/pdj/
I never used that Java plug-in but assuming it works ok, I think some of my Java-based objects (ajm.seq and ajm.rseq) could be ported to Pd. ajm.ruby also seems possible, but a good chunk of it would need to be rewritten for Pd so it won't be a simple project.
Please note I am not going to attempt to do the port to Pd. I simply don't have the time or motivation to support Pd since I don't use Pd personally. All my source code is available on github, so someone who knows what they are doing could make it happen. I'd try to answer any questions if someone needs help attempting this.
Also, some of my objects are dependent on Max-specific features. There's probably ways to rebuild them with similar features in Pd. But ajm.metro, for example, is built on top of Max 5's new timing system and Pd has no counterpart for that as far as I know. So that one probably couldn't be ported.
Re: ajm objects
A few people have asked me this before. It should be possible for some of the objects.
A few of my objects are written in Java, and luckily Pd has a Java plug-in: http://www.le-son666.com/software/pdj/
I never used that Java plug-in but assuming it works ok, I think some of my Java-based objects (ajm.seq and ajm.rseq) could be ported to Pd. ajm.ruby also seems possible, but a good chunk of it would need to be rewritten for Pd so it won't be a simple project.
Please note I am not going to attempt to do the port to Pd. I simply don't have the time or motivation to support Pd since I don't use Pd personally. All my source code is available on github, so someone who knows what they are doing could make it happen. I'd try to answer any questions if someone needs help attempting this.
Also, some of my objects are dependent on Max-specific features. There's probably ways to rebuild them with similar features in Pd. But ajm.metro, for example, is built on top of Max 5's new timing system and Pd has no counterpart for that as far as I know. So that one probably couldn't be ported.