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.

206 lines
6.2KB

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