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.

238 lines
6.9KB

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