[SCM] supercollider-sc3-plugins packaging annotated tag, upstream/3.7.1_repack, created. upstream/3.7.1_repack
hanno-guest at users.alioth.debian.org
hanno-guest at users.alioth.debian.org
Tue Apr 19 08:09:58 UTC 2016
The annotated tag, upstream/3.7.1_repack has been created
at 39a79503a93aaba69350aa105ea7192473daea75 (tag)
tagging 2dc5c84568834440090a36e12e0254dbc115d47f (commit)
replaces 3.5
tagged by Hanno Zulla
on Tue Apr 19 09:45:26 2016 +0200
- Shortlog ------------------------------------------------------------
Upstream version 3.7.1~repack
Anders Vinjar (3):
59837f4 need C++11 to build std::trunc from 7a82fdb
MCLDUgens, added html's of remaining rtf files, updated links in MCLDUGens.html
missing SC_ in Josh' "fftlib.h"
Dan Stowell (32):
"Panner" abstract class was deprecated in sc 3.5
helpfile fix, helpfile add
clean up some cruft
Implement KMeansRT ugen
helpfile for KMeansRT
fix typo in PV_MagSmooth help
add method KMeansRT:getCentroid
KMeansRT:getCentroid bugfix
convert help to new system (SOMTrain, SOMRd)
SOMTrain: update error-throwing
MatchingP: real-time sparse analysis
change output format to [i, a, i, a...] and write a MatchingPResynth ugen to go with it
Merge branch 'matchingp'
Fix URL (auto)link in help, thanks Claude Heiland-Allen
fix typo in helpfile
remove gremlin character from code file
KMeansRT: add a "learn" argument
better help wording
KMeansRT: 'learn' parameter must be non-modulateable in order to work coherently
check and warn if git submodule not present
readme for github
Automatically list the helpfiles in the README.md (for view on github)
Simplify sf.net webpage - point towards github source
NearestN: check buffer dimensions in _next not ctor (in case changed on-the-fly)
update list in readme
OteyPiano in readme
NearestN: check buffer dimensions in _next not ctor (in case changed on-the-fly)
update FFTSubbandFlatness so it can use LocalBuf
Merge Victor Bombi's refactoring of OteyPianoUGens
update list of ugens in readme
Update STK from 4.4.2 to 4.4.4
Add cmake build option SYSTEM_STK
Hanno Zulla (15):
fix linking on Linux for PitchDetection, LadspaUGen
formatting fix
Add libs/stk as a git submodule
use libs/stk submodule for StkUGens and StkInst
remove embedded copy of stk-4.4.4, remove git submodule in StkInst directory
fix install location for stk/rawwaves
move TLSF library to libs/ directory
move location of TLSF-2.4.6 in build rules
remove TLSF from old location
fix include location of tlsf.h
add warning about missing SKINI msg file when using SYSTEM_STK
rename libs/ to external_libraries/
update build rules to use external_libraries/
Imported Upstream version 3.7.0~beta+git20151221.f978dc2~repack
Imported Upstream version 3.7.1~repack
Jakob Leben (9):
cmake: fixes for Windows
JoshUGens: add missing stdint.h include
cmake: windows: do not create a top-level directory when packaging
windows: add README file, package with ZIP by default
cmake: use version number from SC source directory
cmake: windows - use cmake project version in README.txt
update README_WINDOWS.txt.in for changed installation path
cmake: override CPACK_PACKAGE_VERSION to avoid wrong composition
update README_WINDOWS.txt.in
James Harkins (4):
Remove unnecessary "_" from userSupportDir (caused scdoc parsing warning)
LPCFile.sc: loadToBuffer: Use existing bufnum, don't loadToSignal twice
LPCFile.sc: Free the buffer properly (anInteger.free won't do it)
LPCFile.sc: And, release the buffer number (forgot in the last commit)
Jonatan Liljedahl (1):
fix scdoc syntax errors
Joseph Anderson (18):
ATK: fix clicks on .kr transforms
ATK Help updates
Merge branch 'master' of ssh://sc3-plugins.git.sourceforge.net/gitroot/sc3-plugins/sc3-plugins
ATK SCDoc errors & broken links
ATK: more doc tidy
"On Space" credit updates
ATK: kernel licensing notice update
ATK: decoder kernel updates
ATK: frequency spreading encoder
ATK: spreader and diffusion kernel encoders
Merge branch 'refs/heads/master' into dev
ATK: correct CIPIC decoder note
ATK: ATK/ATKMatrix: save path before freeing kernel
Merge branch 'master' of https://github.com/supercollider/sc3-plugins
ATK: fix for shelfK 3D, AtkMatrix *initPeri
Merge branch 'master' of https://github.com/supercollider/sc3-plugins
Merge pull request #30 from backseatviolist/atk-tweak
Merge pull request #36 from timblechmann/topic/atk-speedup
Joshua Parmenter (7):
Fix FoaPsychoShelf signal passing
make sure arrays are flat in signal passing.
make Atk file methods cross-platform - fix Foa decoder incorrect paths
another path fix for ATK
add J variant grain UGens for testing grain amp and buffer looping
fix J Grain UGen variants for dtors.
updates to ProcMod GUIs to show level meters
Julian Parker (9):
added wiggly examples
Added normalisation to compensate for peak gain vs resonance
Improved normalisation
Fixed normalisation
ComplexRes upgraded to accept audio rate decay time input.
Fixed method declarations
Fixed typos
Fixed kk and ka
Fixed ak
Julian Rohrhuber (24):
plugins: SLUGens: improve LTI helpfile
Merge pull request #18 from miczac/master
Merge pull request #19 from sonoro1234/master
tag system ugens: make postings compatible with int32
Merge pull request #27 from timblechmann/master
Merge pull request #21 from sonoro1234/master
Merge pull request #28 from jamshark70/topic/LPCFixes
Merge pull request #14 from bagong/patch-1
help: improve FM7 documentation.
neuromodules: initial commit
neuromodules: make a simple 2-module for testing purposes
help: test for reset
neuromodules: add implementation for arbitary number of neurons.
neuromodules: don't initialize at each step. Helpfile added.
neuromodules: renamings of classes and improvements of documentation.
neuromodules: remove unnecessary Dneuromodule2 class
Merge pull request #29 from sonoro1234/master
Merge pull request #31 from andersvi/master
Merge pull request #38 from supercollider/bagong-patch-1
Merge pull request #40 from sonoro1234/libmodify
Merge pull request #41 from sonoro1234/pianoretrigger
Merge pull request #42 from sonoro1234/dwgchanges
Merge pull request #53 from danstowell/system_stk
Merge pull request #56 from hzulla/stk-as-a-submodule
LFSaw (23):
changed desc to use Order instead of Env
fixed m_phase to compute initial state at beginning
added makeLocalBuf
initial check-in (on behalf of Julian Parker) for ComplexRes UGen.
added basic binary NoiseRing Demand UGen
removed debug comments
minor
Diode-Ring added
fixed the initialisation issues (decay)
added reset parameter
cleaning up
renamed DiodeRing to DiodeRingMod to clarify its concept
rargh.
minor things
initial DEINDReverb integration, does not compile
Fixed reverb name to be JPverb.
renamed JPverb to JPverbRaw, added wrapper class to sort inputs and make names according to SC naming scheme
added Greyhole and fixed JPverb.
Wrote schelp files for DiodeRingMod, ComplexRes, DNoiseRing, moved examples to examples folder
typechange: source/DEINDUGens/faust_src/JPverb.sc
examples added to schelp files
Added DEIND overview.
minor fix in description
Michael Zacherl (1):
FFTCrest.schelp: removed empty "related::"
Nick Collins (14):
add schelp files for SLUGens
Added SCMIRUGens with accompanying help files and alteration to CMakeLists file
Add AntiAliasingOscillators and AuditoryModeling plugins to sc3-plugins
Added SpectralEntropy UGen with multiple sub-bands capability to SCMIRUGens
Added MedianSeparation plugin and associated class, help file
Fixed initialisation bug for SMS and added quadratic interpolation to peak estimate
Added KeyClarity plugin adapted from KeyTrack code
Update to CMake and Tartini header for OS X 10.9 compilation (requires Accelerate library rather than old vecLib)
Additions to Chromagram for non-standard octave and within frame normalization
Added KeyMode UGen to SCMIRUGens
Updated web links from SLUGens since sussex website about to expire
Added AttackSlope and OnsetStatistics UGens to SCMIRUGens
BeatStatistics UGen
BeatStatistics UGen; update, two more statistics
Rainer Schütz (2):
Correct typo in class name
Narrow down clang version test to 6.0
Scott Carver (10):
initial travis-ci for plugins.
build: Update api key.
build: clean unused steps and specify supercollider source dir.
build: re-add aws deployment
build: re-add ppa's
Merge branch 'master' of https://github.com/supercollider/sc3-plugins
build: make osx only
build: checkout -> clone
build: language param needed to get mac builds
build: workaround for clang crash
Sean Lee (1):
remove FFTFLatness
Tim Blechmann (58):
josh ugens: MoogVCF sanity checks
josh ugens: MoogVCF - compile fix for picky compilers
vbap: support speaker arrays in local buffer
rmeq: don't mix float/double
build system: install supernova plugins into common plugin folder
cmake build system - add additional path to boost.atomic
josh ugens: MoogVCF - prevent filter blowup
BhobUGens: Gendyn - convert functions to static inline
JoshUGens: MoogVCF - use an improved clipping sigmoid
MCLDUGens: fix link in help file
NovaUGens: add GendyI, a modification of Gendy1 with different interpolations
nova ugens: add DiodeLadderFilter
NovaUGens: DiodeLadderFilter - some fixes
TJUGens: non-integer static const members are no valid c++
NovaUGens: DiodeLadderFilter - fixes and stability improvements
MCLDUGens: fix warning in TextVU
NovaUGens: add feedback AM ugen
NovaUGens: introduce DPW-based pulse waveform
Nova ugens: audio-rate inputs for PulseDPW2, requiring c++11
Nova ugens: FBAM - perform some loop unrolling
Nova UGens: GendyI - ensure inlining of Gendyn_distribution
JoshUGens: fastpow2 - compile fix
nova ugens: q slope generation for DiodeLadderFilter
nova ugens: fbam - support for multiple argument rates
nova ugens: DiodeLadderFilter - better templating for parameters
cmake build system: fix building of nova ugens
nova ugens: adopt changed modified SCUnit interface
nova ugens: prototype new input generators via functors
nova ugens: PulseDPW2 - cleanups
Tag UGens: Dfsm - m_count should be float
MCLDUGens: NearestN - avoid deadlock
libs: use updated nova-simd from github
josh ugens: CombLP - void float->double->float conversion
tag system ugens: don't overwrite sc's public API
cmake build system: support for native/c++11/dso visibility
nova ugens: GendyN - handle memory allocation failure
cmake build system: don't add NovaUGens to plugin dirs extra
MCLDUGens: NearestN - avoid deadlock
remove cruft
Revert "cmake build system: don't add NovaUGens to plugin dirs extra"
nova ugens: move interpolators to separate header file
NovaUGens - cast floating-point constants to Float
NovaUGens: implement high-precision oscillators
libs: update nova-simd
cmake build system: only c++ can be c++11
JoshUGens: MoogVCF - select correct kr-kr function
cmake build system: osx compile fix
Tartini: supernova compile fix
cmake build system: install supernova plugins on osx
Merge pull request #7 from gusano/topic/build_fix
nova ugens: DiodeLadderFilter - initialize frequency
nova ugens: disk output ugen
nova ugens: diskio - remove debug messages
remove nova ugens
cmake build system: correct command line passing & always hide symbols
import NovaDiskIO ugens:
build system: deploy supernova plugins
atk: avoid branches in inner loop and memory hazards
Timothy Sutton (1):
Build a compressed DMG rather than read-write.
Victor Bombi (47):
OteyPiano UGen incorporation
OteyPiano files
correct tab vs space
OteyPiano UGen incorporation
correct tab vs space
Incorporation of dwgugens
files from dwgugens
change capital to letters in include
modifications to allow not c++11 compile and changed almostEqual for ==
not only c++11 in dwgbowed
not simd yet
correctly initialize bowsoundboard
loop not initialized
change static float declaration for cpp11 and not cpp11
copyright in zapgremlins out except in FDN8
dcblock filter, dirty flag, DWGSoundBoard renamed.
added typedef uint for NoiseRing supernova compilation
OteyPianoUGens: expose more parameter from model
DWGPlucked: add DWGPluckedStiff, make ThirianDispersion templated
DWGPlucked: add fB parameters to sc class definition of DWGPluckedStiff
DWGPluckedStiff: add help
OteyPiano: add kill_denormals, correction of templated ThirianDispersion
OteyPiano: help and example for OteyPianoStrings
dwglib changes
dwglib: add KLjunctions and NJunctions and TUBE
dwglib: implement multitap delay
oteypiano: allow retrigger
oteypiano: retrigger changes
OteyPiano: new Banks hammer model, use t_gate for retriggering instead of release, use DWGUGens dwglib.
OteyPiano: update examples
dwgugens: disallow print statements
dwgbowed: allow DWGSoundBoard mix to be changed
spaces to tab
StkInst into sc3plugins
StkInst: copy rawwaves directory for system installation
StkInst cmake modification (dont mix with StkUGens)
StkInst CMakeLists.txt
StkInst cmake install modification
StkInst cmake copy rawwaves from stk dir
StkInst: delete readme.md
StkInst: cmake indentation and english names
StkInst: some indentations
StkInst: cmake warning about Stk submodule update
BerlachUGens: add M_PI definition for c11++ compiling
StkInst: change arg name to be consistent with help file
StkInst: cmake warning for submodule update
StkInst: cmake warning to use submodule update and submodule init
Yvan Volochine (10):
SkUGens: add SkUGens (FM7 only)
SkUGens: adapt FM7 to new plugin interface
SkUGens: FM7 - port help file to SCDoc format
README: move install and dev infos into main README
README: add FM7 in plugins list
documentation: delete obsolete readme files
SkUGens: add SkUGens (FM7 only)
SkUGens: adapt FM7 to new plugin interface
SkUGens: FM7 - port help file to SCDoc format
plugins sources: prevent errors because of non declared 'printf'
backseatviolist (1):
Generalize FoaEncode and FoaDecode
bagong (1):
Exchange Gendy0 references by Gendy5
danstowell (18):
Merge pull request #1 from gusano/topic/skugens
Merge pull request #4 from gusano/topic/improve_documentation
Merge pull request #3 from sonoro1234/master
Merge pull request #5 from sonoro1234/master
Merge pull request #10 from timblechmann/topic/for_master
Merge pull request #11 from timblechmann/topic/remove_nova_ugens
Merge pull request #16 from timblechmann/topic/nova_diskio
Merge pull request #17 from seansay/remove_flatness
Merge pull request #24 from timsutton/compressed-dmg
MdaPiano better midinote rounding, fixes #25
Merge pull request #48 from sonoro1234/Berlach_M_PI
Merge pull request #47 from sonoro1234/StkInst_branch
Merge pull request #46 from danstowell/stk444
Merge pull request #50 from sonoro1234/StkInst_cmake
Merge pull request #51 from sonoro1234/StkInst_cmake
Merge pull request #54 from hzulla/linux-linking-fixed
Merge pull request #57 from hzulla/move-tlsf
Merge pull request #58 from hzulla/external-libs
redFrik (4):
added GlitchBPF and GlitchBRF
added GlitchBPF and GlitchBRF
GlitchUGens: changed superclass for all these filter and added a GlitchUGens category for the helpfiles
added 2 glitch ugens to readme and fixed a broken link to sc mailinglists
scztt (1):
cmake: check for version greater than
-----------------------------------------------------------------------
--
supercollider-sc3-plugins packaging
More information about the pkg-multimedia-commits
mailing list