[SCM] supercollider-sc3-plugins packaging annotated tag, 3.5, created. 3.5

pere at users.alioth.debian.org pere at users.alioth.debian.org
Wed Jan 6 22:25:19 UTC 2016


The annotated tag, 3.5 has been created
        at  6a3702feaba5714d0721bafefde51079335db0f5 (tag)
   tagging  efba3baaea873f4e4d44aec3bb7468dd0938b4a6 (commit)
 tagged by  Joshua Parmenter
        on  Thu Mar 15 19:12:48 2012 -0700

- Shortlog ------------------------------------------------------------

Batuhan Bozkurt (2):
      adding two new UGens for BatUGens
      Adding BatPVUGens and some documentation.

Christopher Frauenberger (1):
      added windows readme

Dan Stowell (150):
      Added MCLD UGens source/classes/help. Also added GPL license text, hope that's OK with you.
      Various changes, including fixes to RT memory leaks
      Various changes, including fixes to RT memory leaks
      Added Logger and ListTrig UGens for recording/reading instants to/from buffers
      Improvements to a couple of existing UGens: FFTPower is optimised for more efficient running; and FFTPercentile now has an interpolation option... for less efficient running ;)
      Added new UGens to MCLD FFT collection: FFTPhaseDev, FFTComplexDev and FFTMKL, each of which calculates a kind of difference measure based on immediately-adjacent frames; and PV_Whiten which adaptively whitens a signal.
      Added TriggeredStats UGens - MeanTriggered and MedianTriggered
      Added OnsetsDS
      Some small improvements: nicely-named variables (!) and mapping the UGen arguments to the right variables... more improvements to come, hopefully
      Updated biblio details in OnsetsDS helpfile
      Added helpfile for PV_DiffMags
      Adding MoogFF
      Adding Friction
      Adding distortions Squiz, Waveloss, InsideOut
      Added AY UGen - NB still needs checking about where to put the external lib
      Some attempts to get the vibrato working on StkBowed
      Updated project file to include new MCLD UGens; added libayemu for AY ugen
      Added JR's TagSystemUGens
      Getenv UGen
      Added Getenv UGen to project; added some aggregate targets for convenience
      Fix incorrect categorisations
      Restored MCLDTriggeredStats to the Xcode project (contains MedianTriggered and MeanTriggered, and is used by OnsetsDS)
      Removed references to now-vanished MoogFF/Reverb/SymbolicMachines source files
      Added FFTCrest UGen, also added some deprecation messages and other stuff in preparation for SC 3.2
      revert mistaken overwrite of libstk.a
      Fixed parse error in OnsetsDS class file, oops
      Added a slight friendliness to check whether user has configured sc3_path correctly, and also to automatically correct ../ to ../../ if needed, since both are now standard relative locations.
      Improved distro_linux - now works even if not in the context of a SVN
      Update to the MCLD UGen pack, including Self-Organising Map (SOM) UGens, also FFTCrest and FFTSpread
      A couple of tiny tweaks to remove compiler warnings
      Tweak distro_linux - seems to have wrong folder refs? I think so
      scaling of bins
      Adding Alex McLean's membrane UGens to the project
      Making Alex McLean's membranes compile under Linux using the sc3-plugins scons script
      Patch to fix unexpected change of behaviour for FFTSubbandPower - now there are two options for scaling the powers
      Change of neighbourhood function for SOMTrain UGen: No longer a "step"-like function, now has peak in the centre
      Added FFTSlope UGen to MCLDFFTUGens
      Updating various things in MCLD UGens: new GaussClass, improved SOMTrain, new PV_Conj
      Changed output of Logger to indicate whether full, thanks nescivi for the suggestion
      Add Nick Collins' MLfftwUGens to the scons build process for Linux
      Adding FFTW 3.1.2 header and Mac UB, to support Mac compilation of ML ugens
      Adding FFTW headers to Xcode project for sc3-plugins (ML ugens)
      tweak xcode proj file
      Replaced FFTW UB with a better one, also tweaked the Xcode proj to build ML UGens happily on my intel mac
      Another Xcode tweak, this time I think the ML UGens build correctly on intel and PPC
      Updating "distro" script
      Remove outdated line from distro script
      Tweaking Mac distro script to automatically make a nice DMG with readme etc
      Added website code to SVN
      tweaks to website
      Patch from Tim Blechmann - save build configuration, support specifying CXXFLAGS & cleaned up CXXFLAGS handling
      Starting to add some new oscillator ugens (SawDPW, PulseDPW)
      Fix some non-generic helpfile examples
      fix a couple of compiler warnings in LoopBuf.cpp
      Update MCLD UGen source code ready for LocalBuf
      xcode proj tweak: SLUGens was not in the "All" target
      Add SLUGens to distro script
      Add SLUGens to linux build/distro scripts
      Explicit (int) casts in SLUGens.cpp - not exactly critical, but gcc warns about them on linux so may as well make them explicit
      LoopBuf no longer needs to define GET_BUF since it's in the API (since sc 3.2)
      rm josh's local file
      Added some MCLDFFTUGens: PV_MagSmooth, FFTPeak, FFTMutInf. Also renamed PV_DiffMags to PV_MagSubtract.
      PV_MagMulAdd UGen
      Compile script, suggested by Miguel Negrao
      Ported MdaPiano from the mda-vst project: http://mda.smartelectronix.com/
      Update Xcode project so it correctly does BatUGens
      Update linux build/distro scripts for recent plugins
      merging distro_linux and distro scripts into one
      Removing PV_Conj - it's now part of core SC3
      Add *keys method to FormantTable, also help file based on Eric Skogen's lovely examples
      Minor corrections in distro script
      add VOSIM and RFW targets to "All"
      VOSIM UGen target - fix name
      update filelist for website
      Add Perlin3 UGen
      Various MCLDUGens updates. New units BufMin, BufMax, Crest, Perlin3, SOMAreaWr, plus some tweaks to existing units
      Adding Goertzel UGen to MCLD plugins pack
      Update to SOMTrain: now it outputs a third value saying where its latest match was
      Removed cruft from Squiz helpfile, it was using some temporary ugen names...
      Fix Crest UGen handling of silence
      Some efficiency optimisations on Tartini C++ code
      Tweak SConstruct so that the NCAnalysis bit successfully builds. Haven't tried running these yet
      Fix product location for AY target
      Fixed some problems in the xcode proj and in the distro script
      Update address of Free Software Foundation (debian source-checking tools produce warnings about this)
      correctness fixes for MedianTriggered and MeanTriggered when running at audio-rate
      sc3-plugins xcode proj: fix some issues with product names
      MCLDFFTUGens - tweak xcode proj so it builds
      Fix MedianTriggered and MeanTriggered for correct operation on edge cases (very first sample, certain combinations of a-rate and k-rate
      SOMTrain:initBufGrid - separate out the array part of the method into makeGrid, so it can be used purely langside if wanted
      Update to Goertzel UGen: now able to do "overlap" like FFT can, rather than having to have the hopsize same as buffer size. Complicates the code since a number of parallel Goertzel filter states need to be maintained internally.
      Add ArrayMin and ArrayMax units
      Fix for bufIndexToCoords so that it works properly when used server-side - change some ".asInteger" to ".round"
      Clockmus ugen
      FFTSpread: fix output value for silence: was NaN, now zero
      AY ugen: rm cruft, fixes build
      Cepstrum and ICepstrum ugens, by dan. (also deprecate FFTTriggered)
      rerun listfiles to update the filelist for the webserver
      Nice clear example of how to achieve FFTTriggered using standard FFT unit
      Help files for deprecated ugens: point towards their replacements
      rm some unneeded inclusions from sc3-plugins SConscript
      fix AY ugens build (accidental breakage r391)
      two tweaks to NCAnalysis to allow building on linux
      tweaks to make sc3-plugins build ok on linux: the new features in NCAnalysis and MCLDFFTUGens, also revert a breakage to bhobfftugens I added in r405
      xcode proj, rm outdated 'upgraded' from taret names
      Add PlaneTree ugen, by Dan
      scons MCLDTreeUGens
      rm stray debug msg
      PlaneTree small tweaks
      Update for renamed libfile
      ...oh and update search path too, since move of paths in SuperCollider main svn
      fix FFTSubbandPower to handle LocalBuf
      some small optimisations in Tartini, and code tidying
      couple of small fixes to sc3-plugins xcodeproj for libsndfile paths
      fix copy-and-paste error in FFTSubbandPower source
      fix bad-memory-access bug in FFTSubbandPower
      change .classify to return path integer too
      rework PlaneTree data format; transparent integer indices based on binary tree representation
      treedist
      update sc3-plugins SConstruct for new folder layout
      fix compiler warning
      PV_Whiten now can use LocalBufs
      Move Cepstrum ugens out of MCLDFFTUGens and to their own sourcefile/target, so that MCLDFFTUGens can be compiled with fewer dependencies
      TextVU ugen
      Update sc3-plugins ugen code for the static-linking potential
      MembraneUGens don't work right if kr input, so enforce sameRate
      prevent MdaPiano crash on NaN or superlow notes
      Better TextVU metering when slow metering rate
      LJP's asTimeString method renamed to asTimeStringLJP rather than overwriting.
      SOMTrain fix bug in neighbourhood size calc - thanks Alo Alik for spotting this
      gitignore
      Removing crufty/deprecated ugens: FFTFlatness, FFTPercentile, FFTFlatnessSplitPercentile, FFTRumble, FFTMutInf.
      Add PV_ExtractRepeat
      FindSuperCollider3 cmake module to search for SC source better
      easy build of source files placed in 'local' by the user
      move local build cmake code lower down, so mac install location is set correctly
      AY ugen update folder layout for new cmake install macro
      better handling of 'local' folder
      Cepstrum and ICepstrum: update to new FFT API
      git ignore 'build' folder
      MCLDPollUGens: re-enable (why were they disabled?)
      enable AY plugin by default
      A batch of MCLD helpfiles converted to the new system
      NearestN - new ugen for nearest-neighbour search
      install with owner_write permission, as is usual
      rm deprecated MCLDugens FFTTriggered, FFTInterleave
      remove FFTCentroid, redirect to SpecCentroid
      Convert a batch of helpfiles for MCLD ugens to new help format
      fix classifications in new helpfiles
      fix typo

Fredrik Olofsson (1):
      added GlitchUGens. for now only HPF and RHPF but later we can add more depricated/faulty/glitchy ugens from the standard sc distro here

Jonatan Liljedahl (17):
      Added LadspaUGen, wrapper for any LADSPA plugin
      only build ladspa plugins if ladspa.h is found
      added README and example for LadspaUGen
      fix: cmake build did not install MdaUGens, MembraneUGens, MLfftwUGens, NCAnalysis and AY_UGen
      NCAnalysis plugin currently crashes scsynth. commenting it out for the moment
      Added DFM1, an accurate model of an analog filter that provides
      Added SCDoc help for LADSPA ugen
      Build and install 'ladspalist' and interface with the LADSPA class to print a list of available plugins
      LadspaUGen: Fix install destination for ladspalist on OSX, and don't search ladspa.h, it's included!
      forgot to remove two LADSPA_INCLUDE conditions..
      DFM1: converted help to new format
      VOSIM: converted help to new format. unset exec bit on files
      VBAP: converted help to new format
      No need to set any permissions, just make sure the original files has the right permissions from the start
      DetaBlockerBuf.schelp: move to correct location
      Remove BitUGens from cmake script
      docs: syntax fixes

Joseph Anderson (4):
      Changed help examples to use Atk.userSoundsDir for path to files.
      Updated atknetwork.png illustration to fit "Introducing the Ambisonic Toolkit" page
      ATK, minor corrections to FoaDecoderKernel and FoaDecoderMatrix help files.
      ATK: remove decoder definitions from FoaEncode, FoaTransform and FoaXform help files. Now linked to Intro-to-ATK example.

Joshua Parmenter (245):
      JoshLib import
      JoshLib import
      UniversalBinary XCode porject
      UniversalBinary builds
      STK update
      STK update
      PV_Invert help add
      fix path problems with UB XCode file
      corrected windowing checks for partial and noise UGens
      Added all MCLD UGens into UB project
      updates of Tendency, ProcMod and small fixes
      new Tendency functionality
      updates of Tendency, ProcMod and small fixes
      fix Player bug, add more to ProcMod
      added Pluck
      add Pluck helpfile
      corrected CXXFLAGS
      fixed bug in Pluck
      added HDR and BFMonitior
      add BigNum method to ProcMod
      Added Pluck2
      added Pluck2
      fixed path problem
      New ProcMod functionality
      added CombLP
      added CombLP, fixed Pluck bug
      ProcMod updates
      More ProcMod updates
      add Lance Putnams LoopBuf
      add Lance Putnam LoopBuf
      add Lance Putnam library
      updates to ProcMod, Player and GUIDOLib
      add bhob UGen source
      add bhob FFT code
      update UB Xcode proj with BHob UGens
      update to JoshUGens
      updates to JoshLib
      updates to help files
      ProcMod bug and BFEncode2 helpfile fixes
      add SCNote and EnvSegment
      Guido and Pluck.sc updates
      Misc. updates to SCNote, ProcMod, Warp and Player
      add Warp2 source
      update of helpfiles
      add Warp2
      add Warp2
      add CompositionToolKit
      add CompositionToolKit
      re-arrange GUIDO tools into CTK
      remove old GuidoLib
      JoshUGen and class updates - add CTK
      various small fixes
      small bug fixes
      add duration arg to CtkGroup and support for it
      remove IEnvGen and InterplEnvs
      remove IEnvGen
      add update of project
      add update classes
      add new grain ugens
      add grain UGens
      add libararies and update XCode file
      update search paths for libs
      change MonoGrain file to GrainSynths
      add helpfiles for new grain synths
      add new grain synths
      add GrainSynth
      add helpfiles for GrainSynths
      add lib into new dir structure
      update to reflect new sc source structure
      update JoshPV
      commit new XCode proj
      update XCode
      remove update??? hopefully?
      small update to CTK
      add Demand Rate controls
      add more granular UGens
      add new grain UGens
      small fixes to CTK
      fix BufGrainBF bug
      various code fix ups
      add amp_ and lag_ methods
      add Josh Ambi and Grain files, update XCode
      add Warp1MC and Warp2MC
      add new Ambisonic UGens
      update BFEnocde1 to accept arate inputs
      update TagSystemPlug Source
      update Tag classdef
      remove Ambisonic UGens folder
      clean up JoshPVUgens
      more clean up of JoshPV
      clean up JoshPV
      clean up JoshPV
      add PV_BinDelay, var cleanup
      ProcMod cleanup, add PV_Freeze
      update JoshUGens help to HTML;
      update JoshUGen help
      update JoshPV
      Some Ctk bug fixes
      ProcMod updates / Ctk fixes
      remove rtfs
      rm dup files
      update SConstruct;
      add Ctk and ProcMod changes
      add CtkEvent
      add CtkEvent material
      comment out FreqScope - to main dist
      remove SCFreqScope
      fix up PV_RecordBuf PlayBuf
      add PV_RecordBuf and PV_PlayBuf UGens
      add help files for new PV UGens
      change some helpfiles
      add Scons update and Linux readme
      update PV help and ProcEvents updates
      remove Ctk - now a Quark
      remove reverb, update grains
      remove Warp1 (and children) and Pluck
      remove Reverb UGens
      remove MoogFF to main dist
      remove MoogFF for main dist
      remove Pluck
      remove Warp0 and WarpIn
      remove Warp0 and WarpIn - move to Quarks
      helpfile and ambisonic fixes
      small bug fixes
      ProcMod changes
      comment out SCEnvelopeView
      remove PeakingEQ
      Tendency additions
      update Player
      add more distributions to tendency
      update, bugfix Ambisonic UGens and add FMH decoder
      add FMHDecode1, other bug fixes
      FMH fixes
      FMH fixes
      fixes to Tendency and FMH
      fix ProcModR bug
      misc updates
      ProcModR fix
      ProcModR bugfix
      fix BufGrain bugs
      buffer based grain fixes
      add buggy BinData source
      add BinData
      all sorts of updates
      all sorts of updates
      varous fixes to AtsNoiSynth and Tendency
      update to various source files -PV_, Ambi and Ats / PV
      add categories
      fix GUI.font issue
      add DelTap class and helpfile
      add DelTap UGens
      new Vocode options
      DelTap improvements
      new AtsFile
      convert filter coefs to double from float
      commit pointer fix
      first version of RMEQ
      remove old RMEQ
      fix-up WarpOverlap for new Warp1 UGen
      fix PV_FreqBuf
      fix PV_MagBuf
      fix r coefs in FMH encode and decode
      fix r coefs in FMH encode and decode again!
      update for LocalBuf
      add Spreader
      add Spreader
      misc updates
      remove BEQSuite (now in main dist)
      update project file (removes BEQSuite)
      scons remove BEQ
      add LadspaUGens target
      add BatUGens
      fix ProcMod:kill bug
      add VOSIM, a few mods to LPC
      remove bug
      move build trash
      fix Vosim help
      add RFWUGens - some JoshUGens updates
      change Scale to ScaleLP
      add back in CombLP
      prevent bad pointer in LPCSynth and LPCVals
      update Ats help files and add some back compat to AtsFile
      add PanX
      add PanX
      make PV_Play (etc) LocalBuf compat
      add PV_SpectralMap
      more improvements to PV_SpectralMap
      floor now working correctly in PV_SpectralMap
      helpfile update, add Berlach UGens
      fix Berlach UGens
      fix Berlach UGens
      damn... lots of corrections in PV Ugens
      updates to check if files exist
      more PV_SpectalMap stuff
      fix buggy JoshUGens.cpp
      add proper scaling for different FFT windows to PV_SpectralMap
      add asControlInput and as UGenInput to LPC, ATS and PV files classes
      one more fix
      fix PV_PlayBuf pos
      slight JoshUGens changes and distro script
      fix PV_BinBufRd and PV_BinPlayBuf?
      add LPCAna and PVAna
      ProcMod changes - add ProcModR help, small bugs
      add ClockFace
      updates before RC
      misc updates
      change ProcMod.env_ method
      BFDecode1 now offsers wComp option
      misc fixes
      fixes - PV_SpectralEnhance
      pv spectral enhance
      ProcEvents needed a fix for LINUX
      Misc. fixes and add WarpZ
      WarpZ fix
      add PanX - finally!
      add PanX, Metro and fixes
      add starttune and duration to PVAna
      10.6 stability
      ProcMod update
      various updates
      ProcModR fixes and updated
      add wComp to BF versions of the grain UGens
      fix some Allpass2 bugs
      add new delay... still testing
      update sc3-plugins with Deployment32-64 build configuration
      update compile.sh
      revert
      ProcMod fixes
      better check for binSkip and numBins - thanks JH
      add FormantTable:at
      remove DelTap UGens - moved to main dist
      remove DelTap - update other class files (ProcMod, few others)
      add PV_BinFilter
      add TTendency
      add ATK (Ambisonic Tool Kit)
      have ATK use newer plugin loading
      fix pedal triggers for ProcMod
      update for panner dep
      fix up main ATK Guide help file
      FOA class interface changes and help file updates
      add atk keyword
      add global Atk class for support dir
      add Atk:createUserSupportDir method
      more ATK help
      add Atk class help

Julian Rohrhuber (11):
      updated helpfile
      updated helpfile
      improved performance after analysis
      added Dfsm markov ugen
      added SymbolicMachines to project file
      added Dfsm
      included Dfsm into Tag systems for ease
      included Dfsm into Tag systems for ease
      made tag systems a subclass of DUgen
      made Dfsm a subclass of DUgen
      nicer example

LFSaw (1):
      initial commit of the BetaBlocker UGen family

Marije Baalman (23):
      made an option in SConstruct to allow for an argument to be passed for the location of the supercollider3 source
      updated scons script for build on windows and linux
      fix for SConstruct
      added ListTrig2, which is like ListTrig, but with time intervals rather than time offsets
      committed John Glovers patch to build with mingw on Windows
      small fixes to SConstruct so it builds again
      changes towards an easier install of sc3-plugins. This commit breaks the osx project file though
      added quark files and overview help files. and adapted the XCode project file. The latter needs to be tested by someone on OSX
      BhobUGens has an extension to SCEnvelopView in it, which is now moved to an osx specific folder
      added docu about how to use the Quark-installable sc3-plugins, and a readme for developers about the naming conventions I have introduced.
      added missing comma's in SConstruct
      adapted SConstruct so the NCAnalysisUGens are also installed. And added the quark interface and generic helpfile index for it.
      Fernando's patch for AY UGens. Fix for dynamic linking of STKUgens and some fixes to these UGens, though they are still rather buggy
      committed martin victory's patch for building with mingw on windows
      updated readme windows from Martin victory
      added a pseudougen PanX2D
      updated the linux readme
      added dependency of JoshUGens on RMEQ ugens
      readme for using the cmake build system
      addition to cmake_readme.txt
      Added Summer UGens.
      added audio rate input for step of Summer UGens
      Merge branch 'master' of ssh://sc3-plugins.git.sourceforge.net/gitroot/sc3-plugins/sc3-plugins

Miguel Negrao (1):
      correct cmake for osx

Nick Collins (30):
      Adding MLfftwUGens target files
      adding MLfftwUGens source code
      added target for MLfftwUGens to Xcode project
      added SLUGens
      LocalBuf support for SLUGens apart from Breakcore which must remain as it was that fateful night in Feb 2005
      Adding new experimental analysis UGens
      NCAnalysis UGens class and help files
      universal binary for two new analysis UGens
      updated project to include NCAnalysis UGens
      updated scons file to include NCAnalysis
      oops, added .scx file, removing again
      Update to SMS UGen with bug fixes and extra facilities
      update SMS UGen to make symposium plot example available
      bug fix for Concat to avoid zero crossing
      couple of extra SLUGens
      help file for TwoTube
      Amplitude multiplier correction in SMS
      updated SLUGens with NTube in particular
      Three extra analysis UGens and associated book keeping
      minor safety correction for LPCAnalyzer
      major safety correction to minor safety correction for LPCAnalyzer, thanks Dan
      fix rare WaveTerrain indexing bug
      refactoring MLfftUGens stage 1: removed Concat UGen, created separate Concat UGen plugin, now including Concat and Concat2 amplitude tracking variant
      MLfftw refactor stage 2: separation of BBCut2UGens. AutoTrack now a wrapper for the BeatTrack UGen in core. AnalyseEvents2 shifted to use SC FFT interface.
      Added PitchDetection UGens (Tartini and Qitch) and deleted MLfftwUGens
      Update NCAnalysis plugins to use new SC FFT interface; namely, TPV and SMS plugins updated. Note that after this change, SMS will only work with versions from 3.5 on.
      Add two new UGens to SLUGens: EnvFollow and Sieve1
      Added three extra nonlinear oscillators, inspired by A Brief History of Oscillators and Hair Styles of European Men: Oregonator, Brusselator, SpruceBudworm
      added help files for three new oscillators
      WaveTerrain now robust to changes of buffer and xsize and ysize on the fly: simplifies constructor and removes all previously persistent data as a matter of course

Ryan Brown (1):
      Added /usr/local/include to search path

Tim Blechmann (40):
      use env.Install instead of shutil.move to install files.
      build system cleanup
      sc_min/sc_max type safety
      AmbisonicsSC2: fix EOL style
      cmake: prototyped cmake build system
      import old-style scfft library
      fft ugen cleanups:
      stk ugens: import stk sources
      Stk UGens: import missing STKAlloc.h file
      cmake build system: cleaned build system for STK plugins
      NCAnalysis: build fix of NCAnalysis
      libs: import nova-simd submodule
      vbap: import from BeastMulch ugens
      cmake build system: better support for supernova
      cmake build system: fix include paths
      cmake build system: fix installation of class library
      blackrain ugens: fix pow call
      cmake build system: cpack support
      MdaUGens: try to avoid cache fault when accessing array data
      cmake build system: fix compilation for supernova
      cmake build system: build vbap with nova-simd
      cmake build system: add boost to include path
      summer ugens: don't include unnecessary headers
      nova simd version bump
      Betablocker: compile fix for case-sensitive filesystems
      3.6 compatibility: define library entry point via PluginLoad
      remove legacy fft library
      PitchDetection - correctly link against libfftw
      VBAP: fix plugin entry point
      VBAP: ensure initialization of gain factors
      cmake build system: fix for PitchDetection ugens
      JoshUGens: MoogVCF - cleanup formatting
      Josh UGens - MoogVCF - performance improvements
      MoogVCF - unify parameter computation
      Josh UGens: MoogVCF - optimize for scalar frequency argument
      Josh UGens: MoogVCF - avoid division
      JoshUGens: MoogVCF - use fast exp approximation
      JoshUGens: MoogVCF - small improvements for instruction scheduling
      Bat UGens: MarkovSynth - use rt memory allocators
      ladspa ugens: fix off-by-one bug and print via server hook

Yvan Volochine (7):
      new directory layout: plugins classes and help files moved into source.
      BatPVUgens now uses new fft interface
      cmake: add an option to package a dmg
      reorganize plugins layout: classes and help files now go into sc subfolder
      keep OSX old install behavior: copy all plugins bin into plugin directory.
      adapt website scripts to new layout
      improve sf.net homepage

blackrain (28):
      git-svn-id: https://sc3-plugins.svn.sourceforge.net/svnroot/sc3-plugins@1 a81c72af-a122-0410-9629-e4559562533e
      git-svn-id: https://sc3-plugins.svn.sourceforge.net/svnroot/sc3-plugins@2 a81c72af-a122-0410-9629-e4559562533e
      git-svn-id: https://sc3-plugins.svn.sourceforge.net/svnroot/sc3-plugins@3 a81c72af-a122-0410-9629-e4559562533e
      git-svn-id: https://sc3-plugins.svn.sourceforge.net/svnroot/sc3-plugins@4 a81c72af-a122-0410-9629-e4559562533e
      git-svn-id: https://sc3-plugins.svn.sourceforge.net/svnroot/sc3-plugins@5 a81c72af-a122-0410-9629-e4559562533e
      git-svn-id: https://sc3-plugins.svn.sourceforge.net/svnroot/sc3-plugins@6 a81c72af-a122-0410-9629-e4559562533e
      git-svn-id: https://sc3-plugins.svn.sourceforge.net/svnroot/sc3-plugins@7 a81c72af-a122-0410-9629-e4559562533e
      git-svn-id: https://sc3-plugins.svn.sourceforge.net/svnroot/sc3-plugins@8 a81c72af-a122-0410-9629-e4559562533e
      git-svn-id: https://sc3-plugins.svn.sourceforge.net/svnroot/sc3-plugins@12 a81c72af-a122-0410-9629-e4559562533e
      git-svn-id: https://sc3-plugins.svn.sourceforge.net/svnroot/sc3-plugins@16 a81c72af-a122-0410-9629-e4559562533e
      git-svn-id: https://sc3-plugins.svn.sourceforge.net/svnroot/sc3-plugins@19 a81c72af-a122-0410-9629-e4559562533e
      git-svn-id: https://sc3-plugins.svn.sourceforge.net/svnroot/sc3-plugins@20 a81c72af-a122-0410-9629-e4559562533e
      git-svn-id: https://sc3-plugins.svn.sourceforge.net/svnroot/sc3-plugins@21 a81c72af-a122-0410-9629-e4559562533e
      git-svn-id: https://sc3-plugins.svn.sourceforge.net/svnroot/sc3-plugins@22 a81c72af-a122-0410-9629-e4559562533e
      git-svn-id: https://sc3-plugins.svn.sourceforge.net/svnroot/sc3-plugins@23 a81c72af-a122-0410-9629-e4559562533e
      added MCLD_UGens to pbuilder project, MCLD_UGens Chaos to SConstruct, compat directory for gcc3 builds and MCLD_UGens suite to the distro scripts.
      mods to include MCLDChaosUGens
      added --force to export
      modifications to pbuilder project, SConstruct and distro_linux for MCLD plugins
      modifications to pbuilder project, SConstruct and distro_linux for MCLD plugins
      ljpclasses and bhob ugens classes import to pbuilder project.
      added loopbuf and bhob ugens
      added 24db/oct for low and hi pass filters. added sc method to all filters.
      BEQSuite, sc calc methods use Info UGens now.
      adjusts to new dir structure and added new plugins to pbuilder project
      updates to the new dir structure
      updates to new supercollider dir structure
      Andrzej Kopec updates to SConstruct and distro_linux

krgn (2):
      adding 3 new UGens:
      adding 3 new UGens to classlib

mphonic (1):
      update source on bhobChaos and bhobNoise -- change in mirroring function

redFrik (9):
      LadspaUGen: added .quote to deal with paths containing spaces
      added BitUGens
      some new helpfiles
      removing BitUGens to promote the new built-in BinaryOpUGen features. BitUGens will still be available via www.fredrikolofsson.com
      new helpfiles in scdoc format
      more new helpfiles in scdoc format
      a few more helpfiles in the new scdoc format
      more helpfiles in scdoc format
      more new helpfiles

-----------------------------------------------------------------------

-- 
supercollider-sc3-plugins packaging



More information about the pkg-multimedia-commits mailing list