i-score-old / i-score

an interactive intermedia sequencer
www.i-score.org
23 stars 5 forks source link

the record is disabled when the scenario starts #27

Closed theod closed 10 years ago

theod commented 10 years ago

it seems the graphical interface do a kind of cleaning before when it is notified the scenario starts and so it call void Engine::setCurveRecording( … ) with 'false' to disable the recording.

@bltzr : I don't know how to fix this as I guess there was a reason to do this cleaning (this happen on dev and feature/api branch). do it works for you ?

theod commented 10 years ago

I found the line that cause the problem but if I remove it, it never disables the recording …

the line is the removeMessageToRecord(recMsgs[i]); in void BasicBox::updateRecordingCurves().

bltzr commented 10 years ago

this has been fixed, thanks @jcelerier