- Nov 07, 2012
-
-
Ivica Ico Bukvic authored
lowered the readsize (EXPERIMENTAL) from 10K to 2000 (originally) 1000. 10K caused high probability of xruns, while 1000 could result in stack overflow in gui-heavy patches.
-
Ivica Ico Bukvic authored
-
- Nov 04, 2012
-
-
Ivica Ico Bukvic authored
added intelligent scrolling when trying to make connections between objects that do not fit on the current size of the canvas.
-
- Nov 03, 2012
-
-
Ivica Ico Bukvic authored
-
- Nov 01, 2012
-
-
Ivica Ico Bukvic authored
-
Ivica Ico Bukvic authored
-
- Oct 27, 2012
-
-
Ivica Ico Bukvic authored
-
Ivica Ico Bukvic authored
-
Ivica Ico Bukvic authored
-
Ivica Ico Bukvic authored
-
Ivica Ico Bukvic authored
fixed stray bug where undoing deletion of objects that had preset_nodes associated with presets, did not reassociate them properly with the previously stored presets.
-
Ivica Ico Bukvic authored
-
- Oct 19, 2012
-
-
Ivica Ico Bukvic authored
-
Ivica Ico Bukvic authored
provided a more robust way of suspending dsp before closing the patch... needs testing to see if this fixes lingering sporadic crashes when quitting without closing the patch.
-
- Oct 17, 2012
-
-
Ivica Ico Bukvic authored
fixed bug where only one abstraction was reloaded upon saving one of its instances, vastly optimized the said operation from redrawing/cpu overhead perspective
-
Ivica Ico Bukvic authored
-
Ivica Ico Bukvic authored
added additional check to make sure clock_unset is not trying to unset something that just happened (may require further testing, based on one gdb segfault log)
-
Ivica Ico Bukvic authored
-
- Oct 11, 2012
-
-
Ivica Ico Bukvic authored
-
- Oct 08, 2012
-
-
Ivica Bukvic authored
reverted 0.43 backport as its implementation seems unstable when trying to (re)connect to jack via audio properties. Fixed a bug where closing jack while having DAC on would hang pd.
-
Ivica Bukvic authored
-
Ivica Bukvic authored
backported audio driver support from 0.43 and the pd/extra folder with supporting fixes/merges where needed. Removed outdated expr-help file in favor of new documentation.
-
- Oct 04, 2012
-
-
Ivica Ico Bukvic authored
-
Ivica Ico Bukvic authored
fixed tooltip positioning on larger windows, fixed color inconsistency on nlets when used with tooltips
-
Ivica Ico Bukvic authored
completed transition to the more optimized way of redrawing items on canvas following editing operations (e.g. cut/paste/undo/redo etc.). Implemented better version of the duplicate undo/redo action that also stores offset info
-
Ivica Ico Bukvic authored
-
Ivica Ico Bukvic authored
-
Ivica Ico Bukvic authored
improved redrawing logic for undo cut/paste (need to check remaining undo/redo actions), other minor cosmetic fixes
-
Ivica Ico Bukvic authored
-
Ivica Ico Bukvic authored
fixed color inconsistencies in gop and array objects when selecting/deselecting, introduced optimized redrawing of gop objects
-
Ivica Ico Bukvic authored
-
Ivica Ico Bukvic authored
-
- Oct 03, 2012
-
-
Ivica Ico Bukvic authored
improved tooltip reliability in K12 mode, made preset_hub hidden in K12 mode in respect to tooltips, hopefully fixed dancing scrollbars with an ugly workaround
-
Ivica Ico Bukvic authored
fixed nlets not being properly selected after gop object has been redrawn, improved redrawing speed with gop objects
-
Ivica Ico Bukvic authored
-
- Sep 10, 2012
-
-
Ivica Bukvic authored
-
Ivica Bukvic authored
improved redrawing of tooltip arrow logic to minimize visual artifacts during updating of arrow while maintaining mouse position within the same object
-
- Aug 18, 2012
-
-
Ivica Bukvic authored
implemented universal catch{} for all commands sent from c to tcl to minimize (eradicate?) stderr output.
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-