ParadoxGuitarist / synthclone

Automatically exported from code.google.com/p/synthclone
Other
1 stars 0 forks source link

Auto-detect sample rate instead of requiring a sample rate at session creation time #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It's not necessary to know the sample rate you might use at creation time, and 
may sometimes confuse the user, and detract from the user experience.  Instead, 
let the sample rate be set when it's first needed (e.g. a sampler is added to a 
session, or a sample is added to a zone).

Original issue reported on code.google.com by surfacep...@gmail.com on 19 Feb 2013 at 5:09

GoogleCodeExporter commented 9 years ago
Forgot to mention; Gabbe Nord reported this issue.  Thanks, Gabbe!

Original comment by surfacep...@gmail.com on 19 Feb 2013 at 5:31

GoogleCodeExporter commented 9 years ago
Fixing this has brought an issue to light with regards to Steve Harris's LV2 
plugins.  I filed a bug here:

    https://github.com/swh/lv2/issues/8

Original comment by surfacep...@gmail.com on 19 Feb 2013 at 5:41

GoogleCodeExporter commented 9 years ago
The fix for this has been pushed to trunk.

Original comment by surfacep...@gmail.com on 19 Feb 2013 at 5:46