solent-eng / solent

Free software sequencer architecture
GNU Lesser General Public License v3.0
7 stars 4 forks source link

Move clock into engine, create an engine alarm #96

Closed cratuki closed 6 years ago

cratuki commented 6 years ago

Create a engine method, alarm_at(self, t, cb_alarm, value)

Will need to move clock into the engine package to make this possible. In the process, fix the clock API.

cratuki commented 6 years ago

Removed a test from the gruel logic that is getting in the way of me running tests when I develop under windows. The current overhaul of gruel is being run out of issue #97 . The comments there describe my thoughts on that test. The removed test will not be missed.

cratuki commented 6 years ago

Done. This was a significant refactor, and I have captured the changes in CHANGELOG.txt.