Mercurial > hg > silvet
comparison src/LiveInstruments.cpp @ 300:ba5f3b084466 livemode
A thresholding "fix"
author | Chris Cannam |
---|---|
date | Fri, 28 Nov 2014 18:15:44 +0000 |
parents | a4216826f01c |
children | 00fab71b80ec |
comparison
equal
deleted
inserted
replaced
299:a4216826f01c | 300:ba5f3b084466 |
---|---|
59 live.templateSize = live.templateHeight; | 59 live.templateSize = live.templateHeight; |
60 | 60 |
61 live.maxPolyphony = original.maxPolyphony; | 61 live.maxPolyphony = original.maxPolyphony; |
62 live.pitchSparsity = original.pitchSparsity; | 62 live.pitchSparsity = original.pitchSparsity; |
63 live.sourceSparsity = original.sourceSparsity; | 63 live.sourceSparsity = original.sourceSparsity; |
64 live.levelThreshold = original.levelThreshold; | 64 live.levelThreshold = original.levelThreshold/10; //!!! but why? |
65 | 65 |
66 return live; | 66 return live; |
67 } | 67 } |
68 | 68 |
69 vector<InstrumentPack> | 69 vector<InstrumentPack> |