Hallo, Marius Schebella hat gesagt: // Marius Schebella wrote:
nice!! so I guess you should think of the the next "little wise assignment" for tomorrow. except frank can top this and shake hands with himself...
Of course I can't participate in my own exam. ;)
The idea for this task actually comes from real life patching:
I recently had to patch this little idiom myself (or rather the harder one from the new Exam 02) when doing a sample player which accepts lists composed of:
<table-name> <gain> <speed> <start position> <duration>
I wanted to provide defaults for all parameters except the table-name: gain=1, speed=1, start=0, duration=0 (for "play all").
Frank Barknecht