aboutsummaryrefslogtreecommitdiff
path: root/pd/src/notes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'pd/src/notes.txt')
-rw-r--r--pd/src/notes.txt25
1 files changed, 24 insertions, 1 deletions
diff --git a/pd/src/notes.txt b/pd/src/notes.txt
index 034849a5..4c3b1997 100644
--- a/pd/src/notes.txt
+++ b/pd/src/notes.txt
@@ -7,6 +7,14 @@ windows:
check the right-click-on-empty-canvas
MIDI I/O (inc. sysex)
what does OSX do when jack is compiled into Pd but not installed??
+turn on paMacCore_ChangeDeviceParameters for mac (pa_mac_core.h)
+
+done:
+openpanel directory
+big-soundfile support
+escaping filenames for wierdly named externs
+infrastructure for adding externs in non-ascii languages
+'$' patch (multiple dollar-sign expansion)
doc:
object list
@@ -15,8 +23,17 @@ vibrato example
block resampling arguments
document tabwrite~_start
"list" to signal inlet (e.g., "*~") or float inlet (f) complains.
+$-expansion changed
problems:
+crashed Pd putting vec and template in wrong order in array element of struct
+z.pd - list to numbox misbehaves (inlet and object but object is noinlet)
+floor, ciel functions in expr misdeclared
+graphics updates in data sometimes don't happen?
+graph names don't appear until graph moved? (invis/vis on new array/rename)
+flag to defeat .pdsettings
+'{' bug
+"-audiodev" with no args in registry can't start up in MSW
"save as" with spaces in filename still messes up
don't filter locked click() through getrect
better scalar hit detection (getrect is too greedy)
@@ -43,9 +60,12 @@ check if _vsnprintf with zero argument in windows works any better...
detect adc~ and dac~ reblocking
features:
+sprout inlet for "route", "sel" if one arg; also send
+list length and nth functions
+poly inlet to turn stealing on/off
.dll to .msw32 or .pd_msw (then offer .pd_msw64, .pd_lnx64, etc.)
integrate video into tilde objects
-flag to suppress printing array name above graph
+graph "hide name" flag controllable from dialog
flag to suppress scrollbars in canvases
fix copyright notices
pixel font sizes
@@ -97,6 +117,9 @@ append doesn't do symbols yet.
more features:
+"-march=pentium4 -O2 -mfpmath=sse -msse -msse2 -mmmx" ?
+try to improve for AMD - try "-march=athlon-xp -msse2"
+search for -mcpu=cpu-type in man gcc.
-Wno-unused to -Wno-unused-paramter and clean up unused automatic variables
security module system in 2.6 - see the kernel module replacing jackstart
signal inlets to sense signals; fix +~ etc, vcf~, biquad~, other filters