Re: [PD] pdvst new release : pd as plugin vst

2016-03-31 Thread Chris McCormick

On 01/04/16 03:39, Jean-Yves Gratius wrote:

I have updated pdvst project from Joseph Sarlo and recompiled it (with
mingw) for pd 0.46.7 and vst 2.4 specification.


BTW did you compile on Windows? I think it should be possible to make a 
cross-compiling pdvst build from Linux like this:


https://github.com/chr15m/MonsterVST

Cheers,

Chris.

--
http://mccormick.cx/

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


Re: [PD] pdvst new release : pd as plugin vst

2016-03-31 Thread Chris McCormick

On 01/04/16 03:39, Jean-Yves Gratius wrote:

I have updated pdvst project from Joseph Sarlo and recompiled it (with
mingw) for pd 0.46.7 and vst 2.4 specification.

> https://sourceforge.net/projects/jygsdownloads/files/pdvst/

Wow, thank you so much!

> I would like to release the source code, but I am not very familiar 
with github and forks creation.

> Any hints, where to publish ?
>
> I put src files and project here :
> https://github.com/jyg/pure-data/tree/pdvst

In the libpd project, pure-data exists as a git submodule. You could 
follow a similar approach with pdvst. This would mean you could keep the 
updates to Pd cleanly separate from the PdVST sources.


https://git-scm.com/book/en/v2/Git-Tools-Submodules
https://git-scm.com/docs/git-submodule

You can see in the file list here that the pure-data folder is a 
submodule pinned at git commit f1e0d17:


https://github.com/libpd/libpd

tl;dr:

cd pdvst
git submodule add g...@github.com:pure-data/pure-data.git pure-data

Thanks again for your work on this!

Cheers,

Chris.

PS feature request: ability to concatenate the .pdv and .pd files to the 
.dll so that a single self-contained binary can be distributed. XD


--
http://mccormick.cx/

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


Re: [PD] pdvst new release : pd as plugin vst

2016-03-31 Thread Jean-Yves Gratius

I put src files and project here :
https://github.com/jyg/pure-data/tree/pdvst

Jean-Yves

Le 31/03/2016 22:10, IOhannes m zmölnig a écrit :

On 03/31/2016 10:06 PM, IOhannes m zmölnig wrote:

i'm not sure about (ab)using sourceforge as a download-platform only.

oh, and the obvious choice for making Pd-stuff available is by uploading
it to

 https://puredata.info/downloads/

gfmadsr
IOhannes



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


-
Aucun virus trouvé dans ce message.
Analyse effectuée par AVG - www.avg.fr
Version: 2016.0.7497 / Base de données virale: 4545/11929 - Date: 31/03/2016


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


Re: [PD] pdvst new release : pd as plugin vst

2016-03-31 Thread Lucas Cordiviola
Hi Jean,
Working here with live 7.0.3, I did a couple of tests and works Ok, had to dig 
with the new (gui) option.
In your package “pdvst-template.dll” is missing, I know this can be substituted 
with others but for the new users it will be “Clear” if its supplied.
Thanx again, and again.
Lucarda 
Mensaje telepatico asistido por maquinas.


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


Re: [PD] pdvst new release : pd as plugin vst

2016-03-31 Thread IOhannes m zmölnig
On 03/31/2016 10:06 PM, IOhannes m zmölnig wrote:
> i'm not sure about (ab)using sourceforge as a download-platform only.

oh, and the obvious choice for making Pd-stuff available is by uploading
it to

https://puredata.info/downloads/

gfmadsr
IOhannes



signature.asc
Description: OpenPGP digital signature
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] pdvst new release : pd as plugin vst

2016-03-31 Thread IOhannes m zmölnig
On 03/31/2016 09:39 PM, Jean-Yves Gratius wrote:
> I would like to release the source code, but I am not very familiar with
> github and forks creation.
> Any hints, where to publish ?


just tag the version to be released:

 $ git tag "v0.7"
 $ git push --tags


i'm not sure about (ab)using sourceforge as a download-platform only.

i also see that you haven't published any sources. is this intentional?

gfmadsr
IOhannes




signature.asc
Description: OpenPGP digital signature
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] pdvst new release : pd as plugin vst

2016-03-31 Thread Lucas Cordiviola
Great, Great, Great News.!!!



I`ve just downloaded.



Thanx!!!



Salutti
Lucarda.
Mensaje telepatico asistido por maquinas.

> To: pd-list@lists.iem.at
> From: j...@gumo.fr
> Date: Thu, 31 Mar 2016 21:39:03 +0200
> Subject: [PD] pdvst new release : pd as plugin vst
> 
> Hi,
> 
> I have updated pdvst project from Joseph Sarlo and recompiled it (with 
> mingw) for pd 0.46.7 and vst 2.4 specification.
> You can download a first release (for windows)  here :
> https://sourceforge.net/projects/jygsdownloads/files/pdvst/
> 
> I tested and debugged it with Reaper and ableton Live 8.0.4.
> 
> Any other feedback welcome.
> 
> jyg
> 
> PS: To Pd-devs :
> Like in jsarlo's work, the changes applied to Pd source code are very few.
> Some  extra code was added for 2 new dlls (vst-plug and Vst-scheduler) .
> 
> I would like to release the source code, but I am not very familiar with 
> github and forks creation.
> Any hints, where to publish ?
> 
> 
> 
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list
  ___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


[PD] pdvst new release : pd as plugin vst

2016-03-31 Thread Jean-Yves Gratius

Hi,

I have updated pdvst project from Joseph Sarlo and recompiled it (with 
mingw) for pd 0.46.7 and vst 2.4 specification.

You can download a first release (for windows)  here :
https://sourceforge.net/projects/jygsdownloads/files/pdvst/

I tested and debugged it with Reaper and ableton Live 8.0.4.

Any other feedback welcome.

jyg

PS: To Pd-devs :
Like in jsarlo's work, the changes applied to Pd source code are very few.
Some  extra code was added for 2 new dlls (vst-plug and Vst-scheduler) .

I would like to release the source code, but I am not very familiar with 
github and forks creation.

Any hints, where to publish ?



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