Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TamTamEdit.activity/MANIFEST
blob: 314de79d51d218e26bed3c2c9c272c96ae9a1191 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
NEWS
setup.py
TamTamEdit.py
activity/activity-tamtamedit.svg
activity/activity.info
po/TamTamEdit.pot
po/af.po
po/am.po
po/ar.po
po/ay.po
po/bg.po
po/bn.po
po/bn_IN.po
po/ca.po
po/de.po
po/dz.po
po/el.po
po/en.po
po/es.po
po/fa.po
po/fa_AF.po
po/ff.po
po/fr.po
po/gu.po
po/ha.po
po/hi.po
po/ht.po
po/ig.po
po/is.po
po/it.po
po/ja.po
po/km.po
po/ko.po
po/mk.po
po/ml.po
po/mn.po
po/mr.po
po/mvo.po
po/nb.po
po/ne.po
po/nl.po
po/pa.po
po/pap.po
po/pis.po
po/pl.po
po/ps.po
po/pseudo.po
po/pt.po
po/pt_BR.po
po/qu.po
po/ro.po
po/ru.po
po/rw.po
po/sd.po
po/si.po
po/sl.po
po/te.po
po/th.po
po/tpi.po
po/tr.po
po/ur.po
po/vi.po
po/yo.po
po/zh_CN.po
po/zh_TW.po
icons/XYBut.svg
icons/XYButDown.svg
icons/XYButDownClick.svg
icons/accept.svg
icons/add.svg
icons/arrow-down.svg
icons/arrow-up.svg
icons/cancel.svg
icons/dice.svg
icons/diceB.svg
icons/duplicate.svg
icons/edit-brush.svg
icons/edit-pencil.svg
icons/edit-pointer.svg
icons/grid.svg
icons/notedur.svg
icons/props.svg
icons/recordK.svg
icons/recordO.svg
icons/sideR.svg
icons/sideW.svg
icons/tam-help.svg
icons/tempo1.svg
icons/tempo2.svg
icons/tempo3.svg
icons/tempo4.svg
icons/tempo5.svg
icons/tempo6.svg
icons/tempo7.svg
icons/tempo8.svg
icons/updownR.svg
icons/updownW.svg
icons/voltemp.svg
icons/volume0.svg
icons/volume1.svg
icons/volume2.svg
icons/volume3.svg
Edit/EditToolbars.py
Edit/HitInterface.py
Edit/MainWindow.py
Edit/NoteInterface.py
Edit/Properties.py
Edit/TrackInterface.py
Edit/TuneInterface.py
Edit/__init__.py
common/__init__.py
common/Config.py
common/COPYING.txt
common/Util/CSoundClient.py
common/Util/CSoundNote.py
common/Util/ControlStream.py
common/Util/Credits.py
common/Util/InstrumentDB.py
common/Util/InstrumentPanel.py
common/Util/Instruments.py
common/Util/KeyboardWindow.py
common/Util/LoopSettings.py
common/Util/Network.py
common/Util/NoteDB.py
common/Util/Profiler.py
common/Util/ThemeWidgets.py
common/Util/Trackpad.py
common/Util/__init__.py
common/Util/Clooper/Makefile
common/Util/Clooper/SoundClient.i
common/Util/Clooper/__init__.py
common/Util/Clooper/aclient.cpp
common/Util/Clooper/aclient.so
common/Util/Clooper/audio.cpp
common/Util/Clooper/cmd_csound.cpp
common/Util/Clooper/log.cpp
common/Util/Clooper/ttest.c
common/Util/Clooper/ttest.h
common/Util/Clooper/ttest.i
common/Util/Clooper/ttest.py
common/Util/Clooper/ttest_wrap.c
common/Generation/Drunk.py
common/Generation/GenerationConstants.py
common/Generation/GenerationParametersWindow.py
common/Generation/GenerationPitch.py
common/Generation/GenerationRythm.py
common/Generation/Generator.py
common/Generation/Utils.py
common/Generation/VariationPitch.py
common/Generation/VariationRythm.py
common/Generation/__init__.py
common/Generation/bList.py
common/Resources/__init__.py
common/Resources/crop.csd
common/Resources/tamtamorc.csd
common/i18n/__init__.py
common/i18n/tooltips_en.py
common/i18n/tooltips_fr.py
common/Resources/tamtamorc.csd
common/Resources/cropSynthLab.csd
common/Resources/crop.csd
common/Resources/Desktops/desktop4
common/Resources/Desktops/desktop9
common/Resources/Desktops/desktop8
common/Resources/Desktops/desktop5
common/Resources/Desktops/desktop1
common/Resources/Desktops/desktop3
common/Resources/Desktops/desktop2
common/Resources/Desktops/desktop7
common/Resources/Desktops/desktop6
common/Resources/Desktops/desktop0
common/Resources/Loops/loop12_0.ttl
common/Resources/Loops/loop03_1.ttl
common/Resources/Loops/loop04_2.ttl
common/Resources/Loops/loop11_2.ttl
common/Resources/Loops/loop08_4.ttl
common/Resources/Loops/loop11_0.ttl
common/Resources/Loops/loop10_2.ttl
common/Resources/Loops/loop12_3.ttl
common/Resources/Loops/loop02_1.ttl
common/Resources/Loops/loop08_3.ttl
common/Resources/Loops/loop04_1.ttl
common/Resources/Loops/loop04_3.ttl
common/Resources/Loops/loop12_2.ttl
common/Resources/Loops/loop03_3.ttl
common/Resources/Loops/loop02_2.ttl
common/Resources/Loops/loop09_3.ttl
common/Resources/Loops/loop07_2.ttl
common/Resources/Loops/loop07_1.ttl
common/Resources/Loops/loop09_0.ttl
common/Resources/Loops/loop11_3.ttl
common/Resources/Loops/loop08_1.ttl
common/Resources/Loops/loop10_1.ttl
common/Resources/Loops/loop03_0.ttl
common/Resources/Loops/loop08_0.ttl
common/Resources/Loops/loop10_0.ttl
common/Resources/Loops/loop04_0.ttl
common/Resources/Loops/loop04_4.ttl
common/Resources/Loops/loop03_4.ttl
common/Resources/Loops/loop08_2.ttl
common/Resources/Loops/loop06_0.ttl
common/Resources/Loops/loop11_1.ttl
common/Resources/Loops/loop02_4.ttl
common/Resources/Loops/loop09_2.ttl
common/Resources/Loops/loop05_4.ttl
common/Resources/Loops/loop06_2.ttl
common/Resources/Loops/loop10_4.ttl
common/Resources/Loops/loop03_2.ttl
common/Resources/Loops/loop05_2.ttl
common/Resources/Loops/loop11_4.ttl
common/Resources/Loops/loop02_0.ttl
common/Resources/Loops/loop07_0.ttl
common/Resources/Loops/loop12_1.ttl
common/Resources/Loops/loop05_0.ttl
common/Resources/Loops/loop07_4.ttl
common/Resources/Loops/loop06_1.ttl
common/Resources/Loops/loop07_3.ttl
common/Resources/Loops/loop09_4.ttl
common/Resources/Loops/loop12_4.ttl
common/Resources/Loops/loop05_1.ttl
common/Resources/Loops/loop06_3.ttl
common/Resources/Loops/loop05_3.ttl
common/Resources/Loops/loop10_3.ttl
common/Resources/Loops/loop09_1.ttl
common/Resources/Loops/loop06_4.ttl
common/Resources/Loops/loop02_3.ttl
common/Resources/Images/cricket.png
common/Resources/Images/drum2kit.png
common/Resources/Images/checkOn.svg
common/Resources/Images/winds.png
common/Resources/Images/checkOff.svg
common/Resources/Images/flugelsel.png
common/Resources/Images/genericsel.png
common/Resources/Images/carhorn.png
common/Resources/Images/arrowEditUpOver.png
common/Resources/Images/diceProp.png
common/Resources/Images/beat8.png
common/Resources/Images/kalimbasel.png
common/Resources/Images/didjeridu.png
common/Resources/Images/horse.png
common/Resources/Images/koto.png
common/Resources/Images/pageThumbnailBut2.png
common/Resources/Images/duck2.png
common/Resources/Images/duck.png
common/Resources/Images/violinsel.png
common/Resources/Images/drum1kitselgen.png
common/Resources/Images/reverb5.png
common/Resources/Images/alarmsel.png
common/Resources/Images/sliderEditTempo.png
common/Resources/Images/cow.png
common/Resources/Images/laugh.png
common/Resources/Images/generic.png
common/Resources/Images/instr0.png
common/Resources/Images/instr2.png
common/Resources/Images/car.png
common/Resources/Images/pageThumbnailBG2.png
common/Resources/Images/kalimba.png
common/Resources/Images/strings.png
common/Resources/Images/instr1.png
common/Resources/Images/guitshortsel.png
common/Resources/Images/beat10.png
common/Resources/Images/scrollBar.png
common/Resources/Images/shenai.png
common/Resources/Images/guit2.png
common/Resources/Images/duck2sel.png
common/Resources/Images/lab3sel.png
common/Resources/Images/sliderInst1.png
common/Resources/Images/noteSelected.png
common/Resources/Images/beat11.png
common/Resources/Images/camera.png
common/Resources/Images/diceblur.png
common/Resources/Images/slapsel.png
common/Resources/Images/chimessel.png
common/Resources/Images/tempo3.png
common/Resources/Images/drum3kitsel.png
common/Resources/Images/clang.png
common/Resources/Images/helpShow2.jpg
common/Resources/Images/armbone.png
common/Resources/Images/dogsel.png
common/Resources/Images/harmonica.png
common/Resources/Images/lab2sel.png
common/Resources/Images/flugel.png
common/Resources/Images/helpShow3.jpg
common/Resources/Images/diceinst.png
common/Resources/Images/laughsel.png
common/Resources/Images/marquis.png
common/Resources/Images/helpShow4.jpg
common/Resources/Images/editTamDown.png
common/Resources/Images/beat7.png
common/Resources/Images/basse.png
common/Resources/Images/percussions.png
common/Resources/Images/instr3.png
common/Resources/Images/note.png
common/Resources/Images/lab4sel.png
common/Resources/Images/drum6kitmadal.orig.jpg
common/Resources/Images/sliderbutvert.png
common/Resources/Images/miniTam.png
common/Resources/Images/ocarinasel.png
common/Resources/Images/horsesel.png
common/Resources/Images/dru3.png
common/Resources/Images/synthTamOver.png
common/Resources/Images/trackBGSelected.png
common/Resources/Images/carsel.png
common/Resources/Images/sheepsel.png
common/Resources/Images/complex8.png
common/Resources/Images/keyboard.png
common/Resources/Images/birdsel.png
common/Resources/Images/planesel.png
common/Resources/Images/editTam.png
common/Resources/Images/drum5kit.png
common/Resources/Images/sliderDrum.png
common/Resources/Images/piano.png
common/Resources/Images/clavinetsel.png
common/Resources/Images/drum2kitselgen.png
common/Resources/Images/reverb1.png
common/Resources/Images/triangle.png
common/Resources/Images/dice.png
common/Resources/Images/beat2.png
common/Resources/Images/pageThumbnailBut1.png
common/Resources/Images/voixsel.png
common/Resources/Images/volume1.png
common/Resources/Images/hey.png
common/Resources/Images/ounksel.png
common/Resources/Images/templebell.orig.jpg
common/Resources/Images/byke.png
common/Resources/Images/frogssel.png
common/Resources/Images/marimba.png
common/Resources/Images/synthlabMask.png
common/Resources/Images/pageThumbnailBut3.png
common/Resources/Images/templebell.png
common/Resources/Images/chikensel.png
common/Resources/Images/helpShow1.jpg
common/Resources/Images/sliderInst4.png
common/Resources/Images/mic2.png
common/Resources/Images/tempo1.png
common/Resources/Images/pageThumbnailBut1Down.png
common/Resources/Images/violin.png
common/Resources/Images/slap.png
common/Resources/Images/arrowEditLeft.png
common/Resources/Images/watersel.png
common/Resources/Images/harmonicasel.png
common/Resources/Images/helpShow9.jpg
common/Resources/Images/catsel.png
common/Resources/Images/slidershort.png
common/Resources/Images/drum4kitselgen.png
common/Resources/Images/percussionssel.png
common/Resources/Images/ukulele.png
common/Resources/Images/sarangi.png
common/Resources/Images/arrowEditLeftDown.png
common/Resources/Images/bykesel.png
common/Resources/Images/harmoniumsel.png
common/Resources/Images/reverb2.png
common/Resources/Images/doorsel.png
common/Resources/Images/lab5sel.png
common/Resources/Images/people.png
common/Resources/Images/drum1kitsel.png
common/Resources/Images/guitmutesel.png
common/Resources/Images/diceinstsel.png
common/Resources/Images/keyboardsel.png
common/Resources/Images/tempo2.png
common/Resources/Images/electronic.png
common/Resources/Images/arrowEditRightOver.png
common/Resources/Images/sampleNoteMask.png
common/Resources/Images/lab1sel.png
common/Resources/Images/concretsel.png
common/Resources/Images/saxo.png
common/Resources/Images/tempo7.png
common/Resources/Images/banjosel.png
common/Resources/Images/reverb3.png
common/Resources/Images/arrowEditDownOver.png
common/Resources/Images/sliderbutviolet.png
common/Resources/Images/mic3sel.png
common/Resources/Images/drum5kitselgen.png
common/Resources/Images/clarinette.png
common/Resources/Images/complex7.png
common/Resources/Images/helpShow7.jpg
common/Resources/Images/sliderInst3.png
common/Resources/Images/hitSelected.png
common/Resources/Images/lab6sel.png
common/Resources/Images/mando.png
common/Resources/Images/sliderEditVolume.png
common/Resources/Images/foghornsel.png
common/Resources/Images/didjeridusel.png
common/Resources/Images/trackBG.png
common/Resources/Images/owsel.png
common/Resources/Images/sheep.png
common/Resources/Images/marimbasel.png
common/Resources/Images/arrowEditRight.png
common/Resources/Images/complex4.png
common/Resources/Images/lab1.png
common/Resources/Images/guit2sel.png
common/Resources/Images/drum3kitselgen.png
common/Resources/Images/pageThumbnailMask.png
common/Resources/Images/clingsel.png
common/Resources/Images/harpsichord.png
common/Resources/Images/harmonium.png
common/Resources/Images/dru4.png
common/Resources/Images/pageThumbnailBut0.png
common/Resources/Images/tchiwosel.png
common/Resources/Images/armbonesel.png
common/Resources/Images/saxsopranosel.png
common/Resources/Images/sarangi.orig.jpg
common/Resources/Images/mysoundssel.png
common/Resources/Images/peoplesel.png
common/Resources/Images/pianosel.png
common/Resources/Images/babyuhohsel.png
common/Resources/Images/shenaisel.png
common/Resources/Images/beat1.png
common/Resources/Images/crash.png
common/Resources/Images/clang2.png
common/Resources/Images/tempo5.png
common/Resources/Images/mysounds.png
common/Resources/Images/pageThumbnailBG0.png
common/Resources/Images/babyuhoh.png
common/Resources/Images/volume0.png
common/Resources/Images/drum6kitsel.png
common/Resources/Images/crashsel.png
common/Resources/Images/mic1sel.png
common/Resources/Images/ducksel.png
common/Resources/Images/carhornsel.png
common/Resources/Images/babylaughsel.png
common/Resources/Images/ukulelesel.png
common/Resources/Images/mic3.png
common/Resources/Images/pageThumbnailBut3Down.png
common/Resources/Images/arrowEditDown.png
common/Resources/Images/guitmute.png
common/Resources/Images/arrowEditUp.png
common/Resources/Images/alarm.png
common/Resources/Images/beat6.png
common/Resources/Images/ow.png
common/Resources/Images/helpTamDown.png
common/Resources/Images/dru2.png
common/Resources/Images/windssel.png
common/Resources/Images/cling.png
common/Resources/Images/banjo.png
common/Resources/Images/clangsel.png
common/Resources/Images/drum4kit.png
common/Resources/Images/fingercymbalssel.png
common/Resources/Images/reverb4.png
common/Resources/Images/volume2.png
common/Resources/Images/bird.png
common/Resources/Images/helpShow8.jpg
common/Resources/Images/zapsel.png
common/Resources/Images/clavinet.png
common/Resources/Images/pageThumbnailBG.png
common/Resources/Images/dru1.png
common/Resources/Images/cat.png
common/Resources/Images/cricketsel.png
common/Resources/Images/electronicsel.png
common/Resources/Images/babylaugh.png
common/Resources/Images/drum2kitsel.png
common/Resources/Images/reverb0.png
common/Resources/Images/saxosel.png
common/Resources/Images/mic2sel.png
common/Resources/Images/beat5.png
common/Resources/Images/mic1.png
common/Resources/Images/drum4kitsel.png
common/Resources/Images/animals.png
common/Resources/Images/synthTam.png
common/Resources/Images/cello.png
common/Resources/Images/chiken.png
common/Resources/Images/drum3kit.png
common/Resources/Images/clarinettesel.png
common/Resources/Images/TamTam.png
common/Resources/Images/drum1kit.png
common/Resources/Images/lab4.png
common/Resources/Images/complex6.png
common/Resources/Images/complex5.png
common/Resources/Images/tempo8.png
common/Resources/Images/door.png
common/Resources/Images/sliderbutred.png
common/Resources/Images/ocarina.png
common/Resources/Images/chimes.png
common/Resources/Images/beat9.png
common/Resources/Images/rhodessel.png
common/Resources/Images/lab2.png
common/Resources/Images/sampleBG.png
common/Resources/Images/check.png
common/Resources/Images/instr4.png
common/Resources/Images/arrowEditLeftOver.png
common/Resources/Images/sliderbutbleu.png
common/Resources/Images/stringssel.png
common/Resources/Images/pageThumbnailBG1.png
common/Resources/Images/trumpet.png
common/Resources/Images/pageThumbnailBut2Down.png
common/Resources/Images/synthTamDown.png
common/Resources/Images/tempo4.png
common/Resources/Images/beat3.png
common/Resources/Images/water.png
common/Resources/Images/hit.png
common/Resources/Images/sitarsel.png
common/Resources/Images/trackBGDrumSelected.png
common/Resources/Images/tchiwo.png
common/Resources/Images/tubasel.png
common/Resources/Images/guitsel.png
common/Resources/Images/sliderlong.png
common/Resources/Images/lab6.png
common/Resources/Images/arrowEditRightDown.png
common/Resources/Images/helpTamOver.png
common/Resources/Images/kotosel.png
common/Resources/Images/arrowEditUpDown.png
common/Resources/Images/all.png
common/Resources/Images/foghorn.png
common/Resources/Images/sliderInst2.png
common/Resources/Images/bottlesel.png
common/Resources/Images/bassesel.png
common/Resources/Images/complex3.png
common/Resources/Images/concret.png
common/Resources/Images/flutesel.png
common/Resources/Images/tempo6.png
common/Resources/Images/animalssel.png
common/Resources/Images/helpShow5.jpg
common/Resources/Images/flute.png
common/Resources/Images/tuba.png
common/Resources/Images/helpShow6.jpg
common/Resources/Images/basse2sel.png
common/Resources/Images/lab3.png
common/Resources/Images/allsel.png
common/Resources/Images/basse2.png
common/Resources/Images/volume3.png
common/Resources/Images/drum6kitselgen.png
common/Resources/Images/trackBGDrum.png
common/Resources/Images/fingercymbals.png
common/Resources/Images/lab5.png
common/Resources/Images/complex1.png
common/Resources/Images/miniTamOver.png
common/Resources/Images/bubblessel.png
common/Resources/Images/templebellsel.png
common/Resources/Images/mic4.png
common/Resources/Images/pageThumbnailBut0Down.png
common/Resources/Images/rhodes.png
common/Resources/Images/gam.png
common/Resources/Images/trumpetsel.png
common/Resources/Images/beat4.png
common/Resources/Images/voix.png
common/Resources/Images/mandosel.png
common/Resources/Images/complex2.png
common/Resources/Images/miniplay.png
common/Resources/Images/acguit.png
common/Resources/Images/zap.png
common/Resources/Images/sitar.png
common/Resources/Images/dru0.png
common/Resources/Images/mic4sel.png
common/Resources/Images/plane.png
common/Resources/Images/pageThumbnailBG3.png
common/Resources/Images/helpTam.png
common/Resources/Images/jam-blockMask.png
common/Resources/Images/drum5kitsel.png
common/Resources/Images/guitshort.png
common/Resources/Images/saxsoprano.png
common/Resources/Images/miniTamDown.png
common/Resources/Images/acguitsel.png
common/Resources/Images/bubbles.png
common/Resources/Images/sliderbutjaune.png
common/Resources/Images/dicePropSel.png
common/Resources/Images/cellosel.png
common/Resources/Images/gamsel.png
common/Resources/Images/stop.png
common/Resources/Images/sarangisel.png
common/Resources/Images/clang2sel.png
common/Resources/Images/guit.png
common/Resources/Images/drum6kit.png
common/Resources/Images/bottle.png
common/Resources/Images/trianglesel.png
common/Resources/Images/editTamOver.png
common/Resources/Images/frogs.png
common/Resources/Images/harpsichordsel.png
common/Resources/Images/camerasel.png
common/Resources/Images/ounk.png
common/Resources/Images/heysel.png
common/Resources/Images/dog.png
common/Resources/Images/arrowEditDownDown.png
common/Resources/Images/cowsel.png
common/Resources/SynthFiles/synthFile9
common/Resources/SynthFiles/synthFile4
common/Resources/SynthFiles/synthFile6
common/Resources/SynthFiles/synthFile7
common/Resources/SynthFiles/synthFile10
common/Resources/SynthFiles/synthFile8
common/Resources/SynthFiles/synthFile2
common/Resources/SynthFiles/synthFile5
common/Resources/SynthFiles/synthFile3
common/Resources/SynthFiles/synthFile1
common/Resources/Sounds/drum3cowbelltip
common/Resources/Sounds/drum6madal12
common/Resources/Sounds/harpsichord
common/Resources/Sounds/ukulele
common/Resources/Sounds/drum3djembelow
common/Resources/Sounds/drum5timablesaiguslap
common/Resources/Sounds/guidice1
common/Resources/Sounds/duck
common/Resources/Sounds/guit2
common/Resources/Sounds/drum6madal10
common/Resources/Sounds/dog
common/Resources/Sounds/drum4fingersn
common/Resources/Sounds/drum4mutecuic
common/Resources/Sounds/drum4tr707open
common/Resources/Sounds/drum2hatpied2
common/Resources/Sounds/drum6madal00
common/Resources/Sounds/drum4tambouri
common/Resources/Sounds/drum5agogoaigu
common/Resources/Sounds/trumpet
common/Resources/Sounds/harmonium
common/Resources/Sounds/drum3kit
common/Resources/Sounds/hey
common/Resources/Sounds/drum1tom
common/Resources/Sounds/bottle
common/Resources/Sounds/carhorn
common/Resources/Sounds/piano
common/Resources/Sounds/basse
common/Resources/Sounds/babyuhoh
common/Resources/Sounds/ounk
common/Resources/Sounds/drum4afrofeet
common/Resources/Sounds/drum1snare
common/Resources/Sounds/flugel
common/Resources/Sounds/cling
common/Resources/Sounds/drum1hatshoulder
common/Resources/Sounds/guidice5
common/Resources/Sounds/drum5vibraslap
common/Resources/Sounds/clang2
common/Resources/Sounds/cat
common/Resources/Sounds/drum5guiroretour
common/Resources/Sounds/mic2
common/Resources/Sounds/drum2darbukafinger
common/Resources/Sounds/drum3rainstick
common/Resources/Sounds/drum3djembemid
common/Resources/Sounds/drum6madal01
common/Resources/Sounds/sitar
common/Resources/Sounds/violin
common/Resources/Sounds/flute
common/Resources/Sounds/drum2darbukaslap
common/Resources/Sounds/kalimba
common/Resources/Sounds/drum4tr909sn
common/Resources/Sounds/templebell
common/Resources/Sounds/drum1floortom
common/Resources/Sounds/drum2darbukapied
common/Resources/Sounds/guidice3
common/Resources/Sounds/basse2
common/Resources/Sounds/sheep
common/Resources/Sounds/cricket
common/Resources/Sounds/drum1hatpedal
common/Resources/Sounds/drum6madal09
common/Resources/Sounds/drum6madal02
common/Resources/Sounds/gam
common/Resources/Sounds/drum4tr808closed
common/Resources/Sounds/drum3djembestickmid
common/Resources/Sounds/guidice10
common/Resources/Sounds/drum2kit
common/Resources/Sounds/drum3pedalperc
common/Resources/Sounds/cello
common/Resources/Sounds/fingercymbals
common/Resources/Sounds/zap
common/Resources/Sounds/mic4
common/Resources/Sounds/chimes
common/Resources/Sounds/harmonica
common/Resources/Sounds/shenai
common/Resources/Sounds/bird
common/Resources/Sounds/drum3tambourinelow
common/Resources/Sounds/drum1chine
common/Resources/Sounds/drum5congagraveferme
common/Resources/Sounds/drum5timablesslap
common/Resources/Sounds/water
common/Resources/Sounds/slap
common/Resources/Sounds/koto
common/Resources/Sounds/drum5bongograveouvert
common/Resources/Sounds/guidice4
common/Resources/Sounds/ocarina
common/Resources/Sounds/ow
common/Resources/Sounds/banjo
common/Resources/Sounds/clang
common/Resources/Sounds/guitmute
common/Resources/Sounds/guit
common/Resources/Sounds/guidice2
common/Resources/Sounds/clarinette
common/Resources/Sounds/drum3djembesidestick
common/Resources/Sounds/drum4stompbass
common/Resources/Sounds/byke
common/Resources/Sounds/drum1splash
common/Resources/Sounds/door
common/Resources/Sounds/crash
common/Resources/Sounds/rhodes
common/Resources/Sounds/voix
common/Resources/Sounds/didjeridu
common/Resources/Sounds/guidice7
common/Resources/Sounds/duck2
common/Resources/Sounds/drum2darbukaroll
common/Resources/Sounds/babylaugh
common/Resources/Sounds/drum2tambourinepied
common/Resources/Sounds/cow
common/Resources/Sounds/frogs
common/Resources/Sounds/drum6madal06
common/Resources/Sounds/drum2darbukapiedsoft
common/Resources/Sounds/diceinst
common/Resources/Sounds/chiken
common/Resources/Sounds/drum1crash
common/Resources/Sounds/drum6madal03
common/Resources/Sounds/drum2darbukatak
common/Resources/Sounds/sarangi.orig
common/Resources/Sounds/drum5kit
common/Resources/Sounds/drum1kick
common/Resources/Sounds/drum2hatpied
common/Resources/Sounds/drum2hatflanger
common/Resources/Sounds/guidice9
common/Resources/Sounds/drum1kit
common/Resources/Sounds/drum3djembeslap
common/Resources/Sounds/drum4tr909kick
common/Resources/Sounds/drum6kit
common/Resources/Sounds/guitshort
common/Resources/Sounds/drum1hardride
common/Resources/Sounds/alarm
common/Resources/Sounds/templebell.orig
common/Resources/Sounds/drum4kit
common/Resources/Sounds/drum5congagraveouvert
common/Resources/Sounds/saxo
common/Resources/Sounds/acguit
common/Resources/Sounds/drum5agogograve
common/Resources/Sounds/guidice6
common/Resources/Sounds/car
common/Resources/Sounds/marimba
common/Resources/Sounds/plane
common/Resources/Sounds/laugh
common/Resources/Sounds/mic3
common/Resources/Sounds/drum3metalstand
common/Resources/Sounds/drum3cup
common/Resources/Sounds/drum4tr909bass
common/Resources/Sounds/drum5quicaaigu
common/Resources/Sounds/armbone
common/Resources/Sounds/mando
common/Resources/Sounds/sarangi
common/Resources/Sounds/horse
common/Resources/Sounds/camera
common/Resources/Sounds/saxsoprano
common/Resources/Sounds/tuba
common/Resources/Sounds/guidice8
common/Resources/Sounds/drum3cowbell
common/Resources/Sounds/drum3tambourinehigh
common/Resources/Sounds/drum5congaaiguouvert
common/Resources/Sounds/drum5quicamedium
common/Resources/Sounds/foghorn
common/Resources/Sounds/drum1ridebell
common/Resources/Sounds/mic1
common/Resources/Sounds/drum6madal05
common/Resources/Sounds/drum5bongoaiguouvert
common/Resources/Sounds/drum2tambourinepiedsoft
common/Resources/Sounds/drum4tr808sn
common/Resources/Sounds/drum1snaresidestick
common/Resources/Sounds/bubbles
common/Resources/Sounds/clavinet
common/Resources/Sounds/drum6madal11
common/Resources/Sounds/drum6kit.orig
common/Resources/Sounds/triangle
common/Resources/Sounds/drum6madal04
common/Resources/Sounds/drum6madal07
common/Resources/Sounds/drum6madal08
common/Resources/Sounds/drum4tr707clap
common/Resources/Sounds/drum2darbukadoom
locale/ps/activity.linfo
locale/ps/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/mvo/activity.linfo
locale/mvo/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/qu/activity.linfo
locale/qu/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/cs/activity.linfo
locale/cs/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/en/activity.linfo
locale/en/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/fa_AF/activity.linfo
locale/fa_AF/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/fa/activity.linfo
locale/fa/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/rw/activity.linfo
locale/rw/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/ht/activity.linfo
locale/ht/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/bn_IN/activity.linfo
locale/bn_IN/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/ur/activity.linfo
locale/ur/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/bg/activity.linfo
locale/bg/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/ff/activity.linfo
locale/ff/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/sv/activity.linfo
locale/sv/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/na/activity.linfo
locale/na/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/mn/activity.linfo
locale/mn/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/mr/activity.linfo
locale/mr/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/am/activity.linfo
locale/am/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/si/activity.linfo
locale/si/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/ru/activity.linfo
locale/ru/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/sd/activity.linfo
locale/sd/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/ha/activity.linfo
locale/ha/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/dz/activity.linfo
locale/dz/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/ro/activity.linfo
locale/ro/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/af/activity.linfo
locale/af/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/pa/activity.linfo
locale/pa/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/ml/activity.linfo
locale/ml/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/yo/activity.linfo
locale/yo/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/ca/activity.linfo
locale/ca/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/pap/activity.linfo
locale/pap/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/vi/activity.linfo
locale/vi/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/mk/activity.linfo
locale/mk/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/te/activity.linfo
locale/te/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/pis/activity.linfo
locale/pis/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/zh_CN/activity.linfo
locale/zh_CN/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/sw/activity.linfo
locale/sw/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/hi/activity.linfo
locale/hi/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/is/activity.linfo
locale/is/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/de/activity.linfo
locale/de/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/km/activity.linfo
locale/km/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/tpi/activity.linfo
locale/tpi/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/ne/activity.linfo
locale/ne/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/zh_TW/activity.linfo
locale/zh_TW/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/th/activity.linfo
locale/th/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/pt_BR/activity.linfo
locale/pt_BR/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/ig/activity.linfo
locale/ig/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/ar/activity.linfo
locale/ar/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/pt/activity.linfo
locale/pt/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/tr/activity.linfo
locale/tr/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/it/activity.linfo
locale/it/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/nb/activity.linfo
locale/nb/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/ko/activity.linfo
locale/ko/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/fr/activity.linfo
locale/fr/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/pl/activity.linfo
locale/pl/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/bi/activity.linfo
locale/bi/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/nl/activity.linfo
locale/nl/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/ta/activity.linfo
locale/ta/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/sl/activity.linfo
locale/sl/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/es/activity.linfo
locale/es/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/el/activity.linfo
locale/el/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/gu/activity.linfo
locale/gu/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/ay/activity.linfo
locale/ay/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/sk/activity.linfo
locale/sk/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/bn/activity.linfo
locale/bn/LC_MESSAGES/org.laptop.TamTamEdit.mo
locale/ja/activity.linfo
locale/ja/LC_MESSAGES/org.laptop.TamTamEdit.mo
common/Util/OS.py
common/Util/ScrolledToolbar.py