• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

COPYINGH A D24-Apr-202189 43

READMEH A D24-Apr-20211.7 KiB4436

common.hH A D24-Apr-20217.1 KiB14387

common_defs.hH A D24-Apr-20211.2 KiB324

simpledrums.cppH A D24-Apr-202168.6 KiB2,1631,410

simpledrums.hH A D24-Apr-20216.1 KiB219155

simpledrumsgui.cppH A D24-Apr-202134.1 KiB1,070719

simpledrumsgui.hH A D24-Apr-20216.6 KiB234146

simpledrumsguibase.uiH A D24-Apr-20211.5 KiB6059

ssplugin.cppH A D24-Apr-202116.5 KiB530374

ssplugin.hH A D24-Apr-20216.4 KiB196127

sspluginchooserbase.uiH A D24-Apr-20212.4 KiB106105

ssplugingui.cppH A D24-Apr-202116.3 KiB461316

ssplugingui.hH A D24-Apr-20216 KiB202134

README

1--------------------------------------
2Simpledrums v 0.2, by Mathias Lundgren
3--------------------------------------
4
5Simpledrums is a simple MESS-synth sampler (MusE Experimental Soft
6Synth) aiming at becoming a simple, tightly integrated sampler for
7MusE, specifically aimed at drumsamples.
8
9Features:
10- 16 channels/samples (1 sample/channel)
11- Simple controls for each individual channel: volume, balance, noteoff-ignore, channel on/off
12- Main volume
13- 4 LADSPA send-effects can be used, 4 effect taps for each individual channel
14- All channel parameters are controllable via the GUI, or by MusE:s controller handling (controller pane in pianoroll/drumeditor)
15- All effect parameters can be controlled via the GUI, or by Sysex messages (f.ex. turn effect on/off, modify effect parameters)
16- Complete synth state (fx-parameters, samples etc) is saved together with MusE project, and restored later when loaded
17- Samples automatically resampled when loaded (if needed)
18
19That's all folks!
20
21-------------
22Known issues:
23-------------
24- Not the prettiest gui in the world
25- All samples are read directly into memory (no caching)
26- Some obscure LADSPA-effects make SimpleSynth segfault
27- More...
28
29-------------
30Future plans:
31-------------
32- Fix all the known issues! ;-)
33- Sample loops
34- Sample offset variation w respect to note velocity
35- Treble/eq-controller for each individual channel
36- Treble level variation w respect to note velocity
37- More...
38
39Mathias Lundgren, (lunar_shuttle@users.sourceforge.net), 2004
40Plugin management code based on Werner Schweers plugin management handling for MusE
41
42(C) Copyright Mathias Lundgren, Werner Schweer 2000-2004
43Licensed under the GNU General Public License
44