[PD-announce] k_cext v0.3.1

Kjetil Svalastog Matheussen k.s.matheussen at notam02.no
Mon Aug 9 17:00:25 CEST 2004


http://www.notam02.no/arkiv/src/pd/


The k_cext PD external makes you able to program
the programming language "C" directly within
the PD objects.

+-------------------------------------------------------+
| Which means: You don't need an external text-editor.  |
+-------------------------------------------------------+



0.3.0 -> 0.3.1:

  -Works with VisualC. (0.3.0 didn't):
  -Workaround for missing variable number of argument macros in VisualC, 
   (which is not a gcc extension, by the way, but a part of the iso99 
    c-standard). (Does not work)
  -Workaround for missing stdbool.h file in VisualC. (also a part 
   of the iso99 c-standard) (Thomas Grill)
  -Workaround for missing static <something> <something>[] in VisualC.
  -Fixed a variable which was not defined at the beginning of the 
   function. (Thomas Grill)
  -Added macros to bang outlet and to access values (Tim Blechman)
  -Support for $0 values. (Tim Blechmann)
  -Some changes to k_cext to link with functions defined in 
   k_cext, which wasn't possible before. (for Windows). (Tim Blechmann)
  -Added code to make it possible to use strings again. See 
   help-strings.pd.
  -Fixed horrible bug that sometime caused FLOAT k_cfuncs to crash 
   PD.


-- 




More information about the Pd-announce mailing list