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.

264 lines
7.7KB

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