[PD-cvs] externals/miXed/cyclone Makefile.sources, 1.11, 1.12 build_counter, 1.13, 1.14 notes.txt, 1.4, 1.5

Krzysztof Czaja krzyszcz at users.sourceforge.net
Mon Nov 21 23:16:39 CET 2005


Update of /cvsroot/pure-data/externals/miXed/cyclone
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29556/cyclone

Modified Files:
	Makefile.sources build_counter notes.txt 
Log Message:
cyclone alpha55 (see notes.txt for cyclone and shared)

Index: notes.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/miXed/cyclone/notes.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** notes.txt	10 May 2005 20:26:38 -0000	1.4
--- notes.txt	21 Nov 2005 22:16:36 -0000	1.5
***************
*** 5,8 ****
--- 5,16 ----
  DONE for cyclone
  
+ alpha55
+   * new class: overdrive~
+   * seq:
+     . new incompatible message 'tempo': 1-based coef, does not start playback
+     . fix for double-to-float-pair calc in 'scoretime' and 'goto'
+   * abs~: performance fix
+   * slide~, rampsmooth~: bashing denormals
+ 
  alpha54
    * comment: fixing namespace bug, reducing traffic

Index: Makefile.sources
===================================================================
RCS file: /cvsroot/pure-data/externals/miXed/cyclone/Makefile.sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** Makefile.sources	12 Mar 2005 00:19:09 -0000	1.11
--- Makefile.sources	21 Nov 2005 22:16:36 -0000	1.12
***************
*** 150,153 ****
--- 150,154 ----
  sickle/mstosamps.c \
  sickle/onepole.c \
+ sickle/overdrive.c \
  sickle/peakamp.c \
  sickle/phasewrap.c \

Index: build_counter
===================================================================
RCS file: /cvsroot/pure-data/externals/miXed/cyclone/build_counter,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** build_counter	12 Mar 2005 00:19:09 -0000	1.13
--- build_counter	21 Nov 2005 22:16:36 -0000	1.14
***************
*** 1,7 ****
  #define CYCLONE_VERSION "0.1"
  #define CYCLONE_RELEASE "alpha"
! #define CYCLONE_BUILD 54
  
  #if 0
! CYCLONE_SNAPSHOT = 0.1-alpha54
  #endif
--- 1,7 ----
  #define CYCLONE_VERSION "0.1"
  #define CYCLONE_RELEASE "alpha"
! #define CYCLONE_BUILD 55
  
  #if 0
! CYCLONE_SNAPSHOT = 0.1-alpha55
  #endif





More information about the Pd-cvs mailing list