Merge remote-tracking branch 'alederer/wave-list-horizontal'
This commit is contained in:
commit
f7a861a01d
4 changed files with 57 additions and 8 deletions
|
|
@ -2832,6 +2832,8 @@ class FurnaceGUI {
|
|||
void actualWaveList();
|
||||
void actualSampleList();
|
||||
|
||||
// HACK: template. any way to remove it?
|
||||
template<typename func_waveItemData> void waveListHorizontalGroup(float* wavePreview, int dir, int count, const func_waveItemData& waveItemData);
|
||||
void insListItem(int index, int dir, int asset);
|
||||
void waveListItem(int index, float* wavePreview, int dir, int asset);
|
||||
void sampleListItem(int index, int dir, int asset);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue