- Aug 17, 2013
-
-
Ivica Bukvic authored
numerous fixes and improvements to abstractions and help files including reworked image drawing logic, improved metronome preset ordering and updated presets throughout the demo and help files, improved icons, clean-up and optimization, beter enveloping, and more.
-
Ivica Bukvic authored
revamped path to support ~/, root paths, relative paths, as well as special tags like @pd_extra that expands to the location of the extra folder (other tags may be added later if necessary).
-
Ivica Bukvic authored
fixed a number of small bugs including a segfault, inability to open local files, adapted code to reflect improved path searching, made image draw gray square when no image is available, reworked the way image allows for spilling beyond the GOP area by adding a second float flag, updated help file to reflect new features
-
- Aug 15, 2013
-
-
Ivica Bukvic authored
fixed incorrect coloring of inlets after an unsuccessful connection (e.g. signal to a non-signal inlet)
-
- Aug 14, 2013
-
-
Ivica Bukvic authored
-
- Aug 13, 2013
-
-
Ivica Bukvic authored
-
Ivica Bukvic authored
Fixed bug reported by Andras Muranyi where clearing a preset would erroneously delete two adjacent presets. Added "sort n" command that allows linear sorting starting with number n (default 0). Improved output from preset_hub_store (via hub's outlet) to report failed creation of presets with negative numbers (successful creation of preset n would output "store n 1," while failed one would output "store n 0").
-
- Aug 12, 2013
-
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
- Aug 11, 2013
-
-
Ivica Bukvic authored
improved preset hub/node mechanism to allow float names, as well as $n argument names, thus allowing for more modular designs. Fixed bug where node locations were incorrectly identified in embedded subpatches/abstractions.
-
- Aug 10, 2013
-
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
- Aug 09, 2013
-
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
Ivica Bukvic authored
added experimental optimization for binding abstractions as per following post on the pd-list: http://lists.puredata.info/pipermail/pd-list/2013-08/103688.html
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
Ivica Bukvic authored
fixed 2 segfaults: one when trying to delete array that is being read/written to by a dsp process (e.g. tabwrite), and another where creating undo checkpoint when deleting array would generate bogus data that would crash pd-l2ork. Currently undoing array deletion is not supported by undo.
-
- Aug 08, 2013
-
-
Ivica Bukvic authored
experimental implementation of disabling drawing outside the GOP array boundaries (currently disabled)
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
Ivica Bukvic authored
fixed regression due to idiotic way how arrays and scalars are allowed to spill outside its GOP frame...
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
- Aug 04, 2013
-
-
Ivica Bukvic authored
fixed bug where curve parameter was ignored when entering value pairs (target duration) without the curve parameter
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
Ivica Bukvic authored
refined multiconnect's 3rd option and code comments for 2nd and 3rd option to reflect use with only 2 objects selected
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-