- Jan 03, 2017
-
-
SeeLook authored
-
- Nov 01, 2016
-
-
SeeLook authored
-
- Oct 31, 2016
-
-
SeeLook authored
Improved painting operation that reduces CPU usage even three times. Added separate class TbgPixmap that manages of generating pixmap. It is shared between TfingerBoard, TmainScore, and a widget under note name (single note mode) - those widgets paints a chunk of the pixmap itself, instead of being transparent and repaint itself whenever underlaying background was repainted.
-
SeeLook authored
-
- Oct 29, 2016
-
-
SeeLook authored
-
- Oct 26, 2016
-
-
SeeLook authored
Ticks width and gaps between depend on screen DPI, otherwise on high DPI screens volume/intonation views have too many ticks too close each. Volume view displays minimal value on the left, get rid of tool tip.
-
- Oct 25, 2016
-
-
SeeLook authored
-
- Oct 16, 2016
-
-
SeeLook authored
-
- Sep 18, 2016
-
-
SeeLook authored
Fixed reading string and fret numbers from XML ('technical' attribute in 'notations' key), this way tips of melody on a chart displays string numbers if level has set it to TRUE (grafted from c39f3017a8bbd474a986fc1d91a55e909d3bca40)
-
SeeLook authored
-
SeeLook authored
- Tcanvas::hasCertificate() added and m_certifyTip is simple pointer now - decreased stamp animation time - checking finished note index, when sniffing is just paused between start and finish on the note next melody may be asked
-
- Sep 17, 2016
- Aug 27, 2016
- Aug 25, 2016
-
-
SeeLook authored
-
- Aug 24, 2016
- Aug 21, 2016
-
-
SeeLook authored
-
SeeLook authored
Adjusted offline mode, stopping thread when goes TRUE, added method copyToBufferOffline that detecting in this (calling) thread. - memcpy swapped with std::copy - do not take -1 from framesPerChunk when copied - simplify coping previous chunk when resetting, copy it directly to channel
-
SeeLook authored
Added missing semicolons at mac mime strings end. Removed deprecated UTExportedTypeDeclarations from script generating info.plist
-
- Aug 20, 2016
- Aug 18, 2016
-
-
SeeLook authored
-
- Aug 16, 2016
-
-
SeeLook authored
-
- Aug 14, 2016
- Aug 12, 2016
-
-
SeeLook authored
New method of copyToBuffer to grab all incoming data at once into token buffer. Pitch detection is performed in separate thread, launched in constructor, and probing for available data in the buffer. In summary: - input callback is less expensive, it just copies data - transforming data to float is performed out of callback, in the thread - no need to invoke thread every data incoming - input forwarding seems to work even with PulseAudio - buffer if bigger (16k), so chopping sound phenomenon disappeared
-
SeeLook authored
-
- Aug 10, 2016
- Aug 07, 2016
-
-
SeeLook authored
Invoke properly method finishCorrection() when only key signature was wrong and corrected. It fix displaying 'what next tip' after
-
- Aug 06, 2016