forked from hydrogen-music/hydrogen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
todo_jeremyz
36 lines (30 loc) · 995 Bytes
/
todo_jeremyz
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
core classes :
- Logger done
- Object done
basics classes :
- ADSR done
- Note done
- Sample done
- InstrumentLayer done
- Instrument done
- InstrumentList done
- Drumkit done
- Pattern
- PatternList
- Song
remove old classes :
- LocalFileMng
- SoundLibrary
rework :
- Preferences rework
GUI :
- use new InstrumentList capabilities
- SampleEditor
- use only SampleLayer index as constructor parameter
- __sample = Sample::load( path )
- __current = Sample::load( path, loops, rubber, velocity, pan );
- add reset butto(s)
- must update sample view when finished
- compute rubberband parameters, see Rubberband declaration in sample.h
- compute velocity and pan envelope, see apply_velocity and apply_pan in sample.cpp
fix : src/gui/src/SampleEditor/SampleEditor_UI.ui: Warning: Z-order assignment: 'horizontalSpacer[_2]' is not a valid widget