Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/GUI
Commit message (Collapse)AuthorAgeFilesLines
* ok, this fixed the previous fix which also unfixed the fix before it... :PSean Wood2006-09-181-1/+1
|
* fix bug in last checkin (generate didn't work whenSean Wood2006-09-181-1/+1
| | | | no tracks were selected)
* selection no longer has an effect on which tracks are heardSean Wood2006-09-182-6/+3
|
* incorporated mic record buttons into main windowSean Wood2006-09-181-19/+35
| | | | | | if you have a mic recordable insturment selected, there will be a small button under the instrument menu click this to start a record on the selected insturment :)
* Merge branch 'master' of git+ssh://dev.laptop.org/git/projects/tamtamSean Wood2006-09-181-1/+36
|\
| * Merge branch 'master' of git+ssh://amartin@dev.laptop.org/git/projects/tamtamamartin2006-09-173-45/+51
| |\
| * | FPS monitoramartin2006-09-171-1/+36
| | |
* | | fix bug with keyboard input (Nat and Sean)Sean Wood2006-09-182-15/+15
| |/ |/|
* | Moved CSoundNote callback functions to the class level for serializationSean Wood2006-09-171-3/+8
| |
* | Merge branch 'master' of git+ssh://jaberg@dev.laptop.org/git/projects/tamtamjames2006-09-173-85/+109
|\ \ | | | | | | | | | | | | | | | Conflicts: GUI/Core/MainWindow.py
| * | fix generate and mic record window bugsSean Wood2006-09-173-35/+39
| |/
| * incorporated mixer into main window, plus a bit of a face lift...Sean Wood2006-09-171-56/+76
| |
* | new arglist for PagePlayerjames2006-09-171-9/+6
|/
* Merge branch 'master' of git+ssh://jaberg@dev.laptop.org/git/projects/tamtamjames2006-09-163-31/+76
|\ | | | | | | | | | | Conflicts: Framework/Core/TrackPlayerBase.py
| * improve page change time :)Sean Wood2006-09-163-31/+76
| | | | | | | | plus a few other fixes... (the timer hasn't changed)
* | adding load and save buttonsjames2006-09-161-0/+15
|/
* fix little bugs in generationOlivier Belanger2006-08-312-8/+3
|
* mic recording readyOlivier Belanger2006-08-302-0/+51
|
* Added recording of notes using keyboardNathanaël Lécaudé2006-08-303-10/+56
|
* remove pan slider from algorithmic generationOlivier Belanger2006-08-291-2/+0
|
* Keyboard instrument will reflect instrument on 1st trackNathanaël Lécaudé2006-08-272-3/+5
|
* pages implementation (GUI - part 2)Sean Wood2006-08-276-53/+222
|
* Merge branch 'master' of git+ssh://natcl@dev.laptop.org/git/projects/tamtamNathanaël Lécaudé2006-08-252-3/+30
|\
| * everything effective in changing parameters for tracksOlivier Belanger2006-08-252-3/+30
| |
* | Added KeyboardInput to MainWindowNathanaël Lécaudé2006-08-253-0/+87
|/
* change notes parameters for tracks ( only pitch is effective )Olivier Belanger2006-08-253-8/+48
|
* Drummer can play in any BeatsPerPageOlivier Belanger2006-08-241-2/+1
|
* trackIDs and pageIDs in Generator.pyOlivier Belanger2006-08-232-17/+12
|
* merge changes + NoteParametersWindow + algo stuffOlivier Belanger2006-08-232-2/+61
|
* move things around so Generator can use selectedTrackIDs and selectedPageIDsSean Wood2006-08-221-1/+15
|
* fix little bugsOlivier Belanger2006-08-221-3/+3
|
* update algo stuff, sounds map to specific algorithmOlivier Belanger2006-08-181-4/+2
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/projects/tamtamOlivier Belanger2006-08-184-12/+120
|\
| * pages implementation (GUI - part 1)Sean Wood2006-08-174-12/+120
| | | | | | | | this is the "tune" container, the page bank is next...
* | funny things in generationParametersWindowOlivier Belanger2006-08-171-19/+52
|/
* implement transpose on-the-flySean Wood2006-08-161-2/+17
|
* pages implementation (Framework)Sean Wood2006-08-151-31/+37
| | | | | GUI part still to come The number of pages is currently defined in Framework/Constants/NUMBER_OF_PAGES
* update slider, mixer and CSoundNote.pyOlivier Belanger2006-08-152-29/+11
|
* added ability to change a track's instrument, plus some minor changesSean Wood2006-08-151-4/+17
| | | | no instrument hierarchy yet... currently, all sound files are in Framework/CSound/Sounds.
* Mixer added to TamTam but not activeOlivier Belanger2006-08-111-1/+14
|
* add file GUI/Core/MixerWindow.pyOlivier Belanger2006-08-111-0/+65
|
* fixed duration bug on tied notesOlivier Belanger2006-08-111-2/+2
|
* k-rate Volume slider worksOlivier Belanger2006-08-111-1/+14
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/projects/tamtamSean Wood2006-08-071-7/+7
|\
| * remove magic numbers from GenerationOlivier Belanger2006-08-031-7/+7
| |
* | fix 100% CPU utilization on idle, using Cairo for drawing nowSean Wood2006-08-075-84/+66
|/
* Initial import=2006-07-3010-0/+682