<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rockbox/manual, branch 2048sp5</title>
<subtitle>My Rockbox tree</subtitle>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/'/>
<entry>
<title>SVG image of the Sandisk Sansa m200 and other formats for the manual.</title>
<updated>2015-03-20T08:44:22+00:00</updated>
<author>
<name>Szymon Dziok</name>
<email>b0hoon@o2.pl</email>
</author>
<published>2015-03-20T08:44:22+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=70d57080bd0439fc3fdf3fc0b1461e1fd1d15d52'/>
<id>70d57080bd0439fc3fdf3fc0b1461e1fd1d15d52</id>
<content type='text'>
Change-Id: Ifed332a063d7b0daf81c4422f93c1fcae46f45aa
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ifed332a063d7b0daf81c4422f93c1fcae46f45aa
</pre>
</div>
</content>
</entry>
<entry>
<title>Mini 2440: make the SVG  brighter.</title>
<updated>2015-03-06T21:13:20+00:00</updated>
<author>
<name>Szymon Dziok</name>
<email>b0hoon@o2.pl</email>
</author>
<published>2015-03-06T21:13:20+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=b8d328749ec24d1e7a0f9f62af0b4ac4388714e5'/>
<id>b8d328749ec24d1e7a0f9f62af0b4ac4388714e5</id>
<content type='text'>
Change-Id: I7f65e5459280fd95371c606f86385672eb9aa1dc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I7f65e5459280fd95371c606f86385672eb9aa1dc
</pre>
</div>
</content>
</entry>
<entry>
<title>SVG image for the Mini 2440.</title>
<updated>2015-03-05T14:39:14+00:00</updated>
<author>
<name>Szymon Dziok</name>
<email>b0hoon@o2.pl</email>
</author>
<published>2015-03-05T14:39:14+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=20291340f42146bdcca2b48a3903e5f98646341f'/>
<id>20291340f42146bdcca2b48a3903e5f98646341f</id>
<content type='text'>
Done mainly for use on the simulators page.

Change-Id: I1c2e758f5ec02eb783f3d2e9b31c65b8770bd860
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Done mainly for use on the simulators page.

Change-Id: I1c2e758f5ec02eb783f3d2e9b31c65b8770bd860
</pre>
</div>
</content>
</entry>
<entry>
<title>Lamp plugin: Allow toggling the button light using "select".</title>
<updated>2015-02-22T11:22:40+00:00</updated>
<author>
<name>Frank Gevaerts</name>
<email>frank@gevaerts.be</email>
</author>
<published>2015-02-22T11:22:40+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=272b5586397ebc4479b3ef247775723ddb8a5bd8'/>
<id>272b5586397ebc4479b3ef247775723ddb8a5bd8</id>
<content type='text'>
Change-Id: I0f276a74010ef463ebdb0eb0cc00fc50123966f0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I0f276a74010ef463ebdb0eb0cc00fc50123966f0
</pre>
</div>
</content>
</entry>
<entry>
<title>Enhancement of the metronome plugin:</title>
<updated>2015-02-03T21:41:40+00:00</updated>
<author>
<name>Thomas Orgis</name>
<email>thomas@orgis.org</email>
</author>
<published>2014-06-29T13:59:11+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=8aa72f07f4bf38e9b898fb8d8042239861b9a423'/>
<id>8aa72f07f4bf38e9b898fb8d8042239861b9a423</id>
<content type='text'>
- square sine tick and tock sounds (more annoying, more useful;-)
- optical indication of tics on display
- unification of mode of operation for SWCODEC and HWCODEC (tested on simulator)
  Both playback and display drawing happen in main loop, always.
- operating in two modes now:
-- 1. classic dumb metronome
--- active when openened as application without file to open
--- the usual functionality with tapping and bpm change
--- controls indicated on display
-- 2. track mode with programmable series of parts
--- active when started as viewer for a .tempo file
--- differing meters (4/4, 3/4, 6/8, etc.)
--- patterns (tick/tock/silence on each beat)
--- smooth tempo changes in those tracks

This version had lots of testing regarding metronome accuracy,
resulting in the realization that PLL A and PLL B differ
on the Clip+, causing drift. There is still drift when the timer
intervall is too small, so I settled on 2 ms as compromise.

This is the final version, after adding documentation and extensive
help from Sebastian Leonhardt testing it on slower hardware (YH820),
where it works up to 650 actual bpm with display indication.

Latest change: Documentation nitpicks.

Change-Id: I764c8252526db188352385c5462f9453d882beb9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- square sine tick and tock sounds (more annoying, more useful;-)
- optical indication of tics on display
- unification of mode of operation for SWCODEC and HWCODEC (tested on simulator)
  Both playback and display drawing happen in main loop, always.
- operating in two modes now:
-- 1. classic dumb metronome
--- active when openened as application without file to open
--- the usual functionality with tapping and bpm change
--- controls indicated on display
-- 2. track mode with programmable series of parts
--- active when started as viewer for a .tempo file
--- differing meters (4/4, 3/4, 6/8, etc.)
--- patterns (tick/tock/silence on each beat)
--- smooth tempo changes in those tracks

This version had lots of testing regarding metronome accuracy,
resulting in the realization that PLL A and PLL B differ
on the Clip+, causing drift. There is still drift when the timer
intervall is too small, so I settled on 2 ms as compromise.

This is the final version, after adding documentation and extensive
help from Sebastian Leonhardt testing it on slower hardware (YH820),
where it works up to 650 actual bpm with display indication.

Latest change: Documentation nitpicks.

Change-Id: I764c8252526db188352385c5462f9453d882beb9
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some language in the sound settings manual.</title>
<updated>2015-01-22T05:12:45+00:00</updated>
<author>
<name>Michael Giacomelli</name>
<email>giac2000@hotmail.com</email>
</author>
<published>2015-01-22T05:12:45+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=716fea805f536dc3f5169abb4bf9bd1defe4b7cc'/>
<id>716fea805f536dc3f5169abb4bf9bd1defe4b7cc</id>
<content type='text'>
Change-Id: Ia487a903a221dda6cb81cf409cd18d1fb6522123
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ia487a903a221dda6cb81cf409cd18d1fb6522123
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in zxbox.tex that broke the manual builds for some targets</title>
<updated>2015-01-20T09:20:38+00:00</updated>
<author>
<name>Frank Gevaerts</name>
<email>frank@gevaerts.be</email>
</author>
<published>2015-01-20T09:20:38+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=5732e3e32d5b707b75aea494a49f7947d2e963a1'/>
<id>5732e3e32d5b707b75aea494a49f7947d2e963a1</id>
<content type='text'>
Change-Id: I38e5ba2a99c807e6d24f39e9e75ad3df39cc0bf1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I38e5ba2a99c807e6d24f39e9e75ad3df39cc0bf1
</pre>
</div>
</content>
</entry>
<entry>
<title>three new DSPs</title>
<updated>2015-01-19T18:34:01+00:00</updated>
<author>
<name>Chiwen Chang</name>
<email>rock1104.tw@yahoo.com.tw</email>
</author>
<published>2014-08-22T13:30:35+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=3ae0f32ac3d6693a9528703c5f1b3586a9d79601'/>
<id>3ae0f32ac3d6693a9528703c5f1b3586a9d79601</id>
<content type='text'>
perceptual bass enhancement
- a bbe-ish group delay corrction with Biophonic EQ boost.
- precut

auditory fatigue reduction
-reduce signal in frequency that may trigger temporary threshold shift

haas surround
-frequency between f(x1) and f(x2) is always bypassed.
-can apply to side only.

Change-Id: Icb6355ce9b1c99bf2c58c9385c3c411c0ae209d3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
perceptual bass enhancement
- a bbe-ish group delay corrction with Biophonic EQ boost.
- precut

auditory fatigue reduction
-reduce signal in frequency that may trigger temporary threshold shift

haas surround
-frequency between f(x1) and f(x2) is always bypassed.
-can apply to side only.

Change-Id: Icb6355ce9b1c99bf2c58c9385c3c411c0ae209d3
</pre>
</div>
</content>
</entry>
<entry>
<title>SVG image of the Samsung YP-R1 and other formats for the manual.</title>
<updated>2015-01-12T13:41:38+00:00</updated>
<author>
<name>Szymon Dziok</name>
<email>b0hoon@o2.pl</email>
</author>
<published>2015-01-08T08:54:59+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=8d0bdc7dec6bb2a36e685915584d63551f370254'/>
<id>8d0bdc7dec6bb2a36e685915584d63551f370254</id>
<content type='text'>
Change-Id: I95cdba5f8db0f4789e7c954f49c1ee9c79cba29f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I95cdba5f8db0f4789e7c954f49c1ee9c79cba29f
</pre>
</div>
</content>
</entry>
<entry>
<title>Set latex input to /dev/null to avoid blocking on errors</title>
<updated>2015-01-12T11:18:26+00:00</updated>
<author>
<name>Frank Gevaerts</name>
<email>frank@gevaerts.be</email>
</author>
<published>2015-01-12T11:18:04+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=3d983866a1b080ff618717cee6fea0bd7c22a4f3'/>
<id>3d983866a1b080ff618717cee6fea0bd7c22a4f3</id>
<content type='text'>
Change-Id: If8878efb5d4244f5d25b9bfd4751a262080af53f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: If8878efb5d4244f5d25b9bfd4751a262080af53f
</pre>
</div>
</content>
</entry>
</feed>
