You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

197 lines
5.9KB

  1. Release 0.1.1
  2. Main app changes:
  3. Back to one window GUI with seperate movable areas
  4. Fixed Plugin window events/drawing bug
  5. Echo/Delay crash bug fix
  6. Less C code in SpiralSynthModular.C (Andy Preston)
  7. Ability to load ssm files from command line (Dan Bethell)
  8. gcc3.1 fixes + dynamic linking bugfix (Takashi Iwai)
  9. configure + make fixes (Takashi Iwai)
  10. configure option --with-plugindir=xxx added (Takashi Iwai)
  11. Plugin changes:
  12. LFOPlugin (Andy Preston)
  13. MeterPlugin (Andy Preston)
  14. StereoMixerPlugin fix (Andy Preston)
  15. Scaling fix and name sorting for the LADSPAPlugin (Mike Rawes)
  16. Sequencer bugfix for dragging note events
  17. Matrix now 64X24 + tweaked GUI
  18. Matrix can be controlled by an external clock pulse
  19. Matrix copy/paste and transpose functionality (Andy Preston)
  20. JackPlugin fixed for recent versions of jack (Takashi Iwai)
  21. Release 0.1.0
  22. Main app changes:
  23. New GUI code, main app window has now become the editor window, with a new
  24. window for plugin dialogues. (build fltk with ./configure --enable-shared)
  25. New default theme.
  26. New load/save system for external files like samples. (external files stored
  27. in a directory)
  28. configure fixes (Takashi Iwai)
  29. ppc fix (Takashi Iwai)
  30. gcc 3 fixes (Takashi Iwai)
  31. wav loading fixes
  32. Graph sorted node execution order to remove internal latency.
  33. Plugin changes:
  34. Scope plugin bugfix
  35. DistributorPlugin (Fade)
  36. JoystickPlugin (Bill Bland)
  37. Release 0.0.9 Thursday Febuary 14 2002
  38. Main app changes:
  39. Right click plugin menu
  40. More error boxes, all asserts out of SSM app, better recovery from bad files
  41. Audio engine can now be run in callback mode for plugins like the JackPlugin
  42. Options save (Bill Bland)
  43. Plugin changes:
  44. PoshSampler, with loop points, editing and dirty timestretching
  45. ComplexEnvelope, describe envelopes with arbitary lines or Bezier curves
  46. MidiPlugin updated to support all controller channels, with multiple ports
  47. Rewritten the midi parser
  48. Controller plugin save problem fixed
  49. Matrix stream out leaner
  50. SpiralLoopPlugin Close file dialog crash fixed
  51. StreamPlugin crash on mono wavs fixed
  52. ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  53. Release 0.0.8 Thursday Febuary 14 2002
  54. Main app changes:
  55. All plugin communication now in 32bit floating point.
  56. New configure/make system (Erik de Castro Lopo)
  57. Warning and error dialogs
  58. FLTK 1.1.0 supported (Takashi Iwai)
  59. gcc-3 fixes (Takashi Iwai)
  60. Proper tooltips implemented
  61. Options GUI
  62. Crash bug fix
  63. Plugin changes:
  64. OSS output now does input, and with duplex - simultaneous i/o.
  65. StreamPlugin
  66. XFadePlugin
  67. SpiralLoopPlugin
  68. ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  69. Release 0.0.7 Tuesday November 21 2001.
  70. Main app changes:
  71. Wavfile fix for PPC machines. (Yves Usson)
  72. PNG fix for images with an alpha channel. (Yves Usson)
  73. All windows are now double buffered by default.
  74. Misc gui tweaks
  75. Plugin changes:
  76. RiffWav loader attempts to decode non standard wavs
  77. Ladspa plugin should compile whether ladspa is installed or not.
  78. SampleHoldPlugin (Yves Usson)
  79. NoteSnapPlugin
  80. WaveShaperPlugin GUI updated. (Yves Usson)
  81. AmpPlugin GUI updated. (Yves Usson)
  82. Sampler plugin streams paths with spaces properly.
  83. ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  84. Release 0.0.6 Wednesday October 31 2001.
  85. Main app changes:
  86. Put a version number in the .SpiralSynthModular, so there's no need
  87. to break the file format again.
  88. Basic theme support - png loading needs libpng
  89. Clear first buffer to stop noise on startup.
  90. Different samplerates should be handled properly now.
  91. RiffWav rewritten - automatically mixes stereo wavs into mono.
  92. Deals with header much better, stores samplerate etc.
  93. Plugin changes:
  94. Output : Buffer size now handled correctly (Fragment settings in .rc file).
  95. SeqSelector : Should always loop now.
  96. SamplerPlugin : Individual sample outputs added.
  97. SamplerPlugin : Pitch takes samplerate into account.
  98. SequencerPlugin : Speed takes samplerate into account.
  99. ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  100. Release 0.0.5 Thursday October 20 2001.
  101. Main app changes:
  102. Plugin Tooltips
  103. Layout text comments
  104. Toolbox GUI sorted
  105. Low level optimisation begun, to stop processing silent sample buffers.
  106. Removed asserts from low level sample code (only for releases).
  107. Removed tons of old SpiralSynth legacy code and dependancies.
  108. File confirmation added.
  109. Plugin changes:
  110. WaveShaper Plugin added (thx to Yves Usson)
  111. SeqSelector GUI finished
  112. Oscillator & Wavetable octave fix (Yves Usson)
  113. Oscillator, Echo and envelope GUI additions (Yves Usson)
  114. Envelope plugin bug fixed (warning volume will need to be increased on saved layouts)
  115. Controller plugin now much more versatile.
  116. LADSPA plugin
  117. Moog filter optimised
  118. SVF filter optimised
  119. Splitter plugin now has 4 outputs
  120. ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  121. Release 0.0.4 Thursday September 13 2001.
  122. Main app changes:
  123. Crash bugs related to deleting of devices located and fixed.
  124. Big endian PPC support back in.
  125. ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  126. Release 0.0.3 Monday September 10 2001.
  127. Main app changes:
  128. Fixed an include problem that some people were getting.
  129. Added functionality for plugind to change their device
  130. properties while running.
  131. Plugin changes:
  132. Sequencer Plugin finished, records note CV input, and can hold up to 16
  133. different patterns.
  134. Added the SeqSelecta, which can be used to step through patterns on the
  135. sequencer or matrix plugins.
  136. WaveTableOsc plugin - Sine, Square, Saw, InvSaw, Triangle, 2 Pulse and InvSine
  137. waveshapes generated. Should be much faster than the old oscillator, but with
  138. less modulation options.
  139. Oscillator optimisations.
  140. Improved the delay plugin (now linearly interpolated)
  141. Sampler plugin now pitches samples offset from their input frequency,
  142. for tuning of samples used in melodies.
  143. Output no longer exits if it can't open the soundcard,
  144. wav recording is still enabled.
  145. Midi device wasn't opening the file in .SpiralSynthModular - fixed.
  146. ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  147. First release 0.0.2 Monday July 2 2001.