]> Git — Sourcephile - tmp/julm/arpeggigon.git/blob - PROBLEMLOG.md
Instrument change enabled.
[tmp/julm/arpeggigon.git] / PROBLEMLOG.md
1 Problem log
2 ============
3
4 This file lists several problems that have occured during the
5 programming of this software, and hopefully there solution.
6
7 # `onChange` function implementation
8
9 I needed a function that would trigger an event whenever its input
10 changed. It didn't exist so I had to implement it (and it's not
11 trivial…). See Reactogon.Auxiliary.Auxiliary, it should still be
12 there.