mehstruslehpy / SeaSound

An experimental browser based front end to csound for simple music composition.
GNU General Public License v3.0
0 stars 0 forks source link

Seek time needs to use appropriate csound functionality #2

Open mehstruslehpy opened 4 months ago

mehstruslehpy commented 4 months ago

Currently the offset specified by the seek bar in the tracklane widget causes a "B" statement (see here) to be emitted in the generated csd file. It would be better to use an "a" statement (see here) or to use setScoreOffset() using the csound api (see here) neither of these approaches worked for me. This should be fixed eventually even though the current method works.