Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
* Removed old binariesGonzalo Odiard2013-05-266-0/+0
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Update the binaries with the changes from the last two commits.Gonzalo Odiard2013-05-026-0/+0
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Clooper: strip built libraryDaniel Drake2013-05-021-0/+1
| | | | | This saves some disk space. The unstripped version can still be built with "make aclient.so"
* Output to ALSA directly from csoundDaniel Drake2013-05-026-362/+17
| | | | | | | | | | | | | TamTam sound is crackly on some setups (e.g. XO-1.5 and newer with dmix running at 48000Hz). Clooper seems to implement its own ALSA sample rate resampling, as well as upsampling of the period rate to overcome any differences in csound period size and ALSA period size. This code is the cause of the crackles. Switch to csound's internal ALSA backend, which works well, and does not have these problems. Tested on XO-1, XO-1.5, XO-1.75 and XO-4.
* Remove old code and image used to mask loops and instrumentsGonzalo Odiard2013-04-231-0/+0
| | | | | | Now is done with cairo paths Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Improve draw of loops and drumsGonzalo Odiard2013-04-231-6/+30
| | | | | | | Use cairo to draw to border around the loop, the drums path is modified to contain better the instrument images Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Partial port drawing operations to cairoGonzalo Odiard2013-01-252-21/+48
| | | | | | | | | | | The activity starts but the canvas draw is wrong. The old code used bitmap masks to define non rectangular areas, like in the drum instruments or the loops. Part of this is implemented with cairo, but is not finished. As a final note, this is a too big patch, more work is needed, and probably part of the code can be refactored. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Pep 8 fixes in ThemeWidgets.pyGonzalo Odiard2013-01-221-320/+481
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Draw the ImageToggleButton centeredGonzalo Odiard2013-01-211-17/+12
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Fix ImageButton paint backgroundGonzalo Odiard2013-01-211-9/+2
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Fix ImageVScale drawingGonzalo Odiard2013-01-211-30/+10
| | | | | | This is the custom slider used in TamTamMini Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Partial port of TamTamMiniGonzalo Odiard2013-01-181-222/+45
| | | | | | | | With this commit, the activity starts, but not all the functionality is working. A massive amount of unneded or overcomplicated code was removed. More work is needed in the ThemeWidgets classes. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* More changes to port TamTamMini to gtk3Gonzalo Odiard2013-01-183-165/+168
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Ported TamTamEdit toolbars to Gtk3. Fixed some bugsGonzalo Odiard2013-01-181-31/+44
| | | | Signed-off-by: Aaron Gordon <aaronsgordon@yahoo.com>
* Ported some TamTamEdit toolbars to Gtk3. Fixed part of the TrackInterfaceGonzalo Odiard2013-01-181-32/+35
| | | | Signed-off-by: Aaron Gordon <aaronsgordon@yahoo.com>
* Porting TamTamEdit to Gtk3Gonzalo Odiard2013-01-185-195/+225
| | | | Signed-off-by: Aaron Gordon <aaronsgordon@yahoo.com>
* Rare pitch sounds while playing notes #3943Aleksey Lim2012-09-221-1/+1
|
* Use down scaled images if one of screen dimensions is 800 or lessAleksey Lim2012-06-062-23/+28
|
* Rerender Synt svg to speedup startupAleksey Lim2012-06-0696-44/+0
|
* Use "convert -adaptive-reize" to improve scallingAleksey Lim2012-06-06338-0/+44
|
*