add lazarus source

This commit is contained in:
Alex Birch
2018-02-27 00:25:20 +00:00
parent 6efe624417
commit dc16a231fe
32 changed files with 3242 additions and 109 deletions

10
Source/PresetsToBanks.h Normal file
View File

@ -0,0 +1,10 @@
//
// Created by Alex Birch on 17/09/2017.
//
#pragma once
#include "Preset.h"
#include <map>
typedef std::multimap<int, Preset> BanksToPresets;