- 20 Dec, 2018 1 commit
-
-
Jonathan Wilkes authored
-
- 18 Dec, 2018 1 commit
-
-
Jonathan Wilkes authored
-
- 30 Jul, 2018 1 commit
-
-
Jonathan Wilkes authored
Added a "floatsize" method to [pdinfo] Cleaned up the format specifier for [print] and gui_vmess Got rid of unnecessary "l" in "%lg"
-
- 27 May, 2018 1 commit
-
-
Pranay Gupta authored
-
- 25 May, 2018 1 commit
-
-
Jonathan Wilkes authored
-
- 23 Apr, 2018 1 commit
-
-
Jonathan Wilkes authored
-
- 25 Mar, 2018 1 commit
-
-
Jonathan Wilkes authored
-
- 26 Sep, 2017 1 commit
-
-
Jonathan Wilkes authored
This patch makes it possible to have multiple running instances of Purr Data, and to leverage that interface from Pd-l2ork to get [pd~] working on all platforms Some difficulties required revisions to [pd~] in Pd Vanilla's code * use quoted path args for Windows when starting the [pd~] subprocess * replace sys_havegui() from Pd Vanilla's recent "threadening" with sys_nogui The "-unique" flag requires the OSX app bundle to be able to start by calling the binary in Pd-l2ork.app/Contents/Resources/app.nw/bin/pd-l2ork. This should also make it possible to run Purr Data on OSX both by using an app bundle (where the GUI starts the Pd process) and by installing and running from the command line (where the Pd process starts the GUI) The "--user-data-dir" flag sets the directory for various nw.js state used by a running instance. To prevent races nw.js requires that each running instance have its own directory that is not shared with any other instances. Setting the value for this flag has two important potential side-effects: 1. If you have a running instance and try to start an additional instance that has the same data directory, nw.js will just send an "open" event the first running instance and exit the 2nd instance gracefully. This is the default nw.js behavior and the default Pd-l2ork behavior as well. 2. If you have a running instance and try to start an additional instance with a different data directory than the first, you'll get a fully functional 2nd instance of nw.js running. This is the behavior we desire when the user runs pd-l2ork with the "-unique" flag. In each case we set the data dir explicitly in order to get consistent positional command line arguments in the GUI. In normal mode Purr Data will use the default data dir as specified in the nw.js docs for the particular platorm. Since the same default dir is used each time Purr Data is run, there will be only one data dir that gets created. When run with the "-unique" flag, Purr Data will append "-$portno" to the default data directory, where $portno is the port Pd chose to communicate with the GUI. That ensures that each separate instance of Purr Data can get a unique data dir. A side effect is that users may end up generating multiple data dirs that don't get deleted on exit. But Pd starts searching for available ports in the same range each time, and unless the user tries to run hundreds of instances at once this directory spam shouldn't be too big of a problem.
-
- 18 Jul, 2017 3 commits
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
- 27 Jun, 2017 1 commit
-
-
Jonathan Wilkes authored
-
- 14 Feb, 2017 1 commit
-
-
Jonathan Wilkes authored
-
- 15 Dec, 2016 1 commit
-
-
Jonathan Wilkes authored
-
- 13 Dec, 2016 1 commit
-
-
Jonathan Wilkes authored
-
- 20 Aug, 2016 1 commit
-
-
Jonathan Wilkes authored
-
- 04 Jun, 2016 1 commit
-
-
Jonathan Wilkes authored
port 9ab1b10476bca7e3998d5bf907296979dfc6e558 from Pd-l2ork: fixed regression where canvaslist was not properly stored
-
- 18 Jul, 2015 1 commit
-
-
Jonathan Wilkes authored
-
- 07 Nov, 2014 1 commit
-
-
pokergaming authored
-
- 12 Oct, 2014 1 commit
-
-
pokergaming authored
-
- 07 Oct, 2014 2 commits
-
-
Ivica Bukvic authored
*updated most of the audio API to the latest version (with the exception of ALSA and JACK which are partial until our improvements can be merged and/or new implementation of JACK thoroughly tested to ensure we like its default behavior)
-
Ivica Bukvic authored
-
- 05 Oct, 2014 1 commit
-
-
pokergaming authored
* properly escaped "boxtext" output * output expanded args for canvasinfo "args"
-
- 03 Oct, 2014 1 commit
-
-
pokergaming authored
-
- 29 Sep, 2014 1 commit
-
-
pokergaming authored
-
- 03 Aug, 2014 1 commit
-
-
Mathieu L Bouchard authored
-
- 26 Jul, 2014 1 commit
-
-
pokergaming authored
* suppress printing the full list of classes when using the "print" method with [pdinfo] (just show number of loaded classes and an informative message)
-
- 11 Jul, 2014 1 commit
-
-
pokergaming authored
-
- 08 Jul, 2014 1 commit
-
-
pokergaming authored
set arg to [objectinfo] to canvas level instead of object index. (Especially since index is likely to change with each message.)
-
- 27 Jun, 2014 1 commit
-
-
pokergaming authored
-
- 17 Jun, 2014 1 commit
-
-
pokergaming authored
-
- 08 Jun, 2014 1 commit
-
-
pokergaming authored
-
- 05 Jun, 2014 1 commit
-
-
pokergaming authored
-
- 21 Nov, 2013 1 commit
-
-
Ivica Bukvic authored
-
- 31 Aug, 2013 1 commit
-
-
Ivica Bukvic authored
-
- 21 Feb, 2013 1 commit
-
- 09 Feb, 2013 1 commit
-
-
Ivica Bukvic authored
added Jonathan Wilkes' canvasinfo and pdinfo externals (see http://osdir.com/ml/multimedia.puredata.devel/2007-10/msg00136.html)
-
- 18 Nov, 2012 1 commit
-
-
Ivica Ico Bukvic authored
-
- 21 Jul, 2012 1 commit
-
-
Ivica Bukvic authored
added print as a legal object to connect to the preset_node (this legal object business may go away once we implement lists/anything).
-
- 02 Nov, 2011 1 commit
-
-
Ivica Bukvic authored
-