Tap Tempo, ToobAmp v1.1.72
This commit is contained in:
+1
-9
@@ -26,6 +26,7 @@
|
||||
#include "JackConfiguration.hpp"
|
||||
#include <functional>
|
||||
#include "AlsaSequencer.hpp"
|
||||
#include "MidiEvent.hpp"
|
||||
|
||||
|
||||
|
||||
@@ -35,15 +36,6 @@ namespace pipedal {
|
||||
using ProcessCallback = std::function<void (size_t)>;
|
||||
|
||||
|
||||
|
||||
struct MidiEvent
|
||||
{
|
||||
uint32_t time; /**< Sample frame at which event is valid */
|
||||
uint32_t size; /**< Number of bytes of data in \a buffer */
|
||||
uint8_t *buffer; /**< Raw MIDI data */
|
||||
};
|
||||
|
||||
|
||||
class AudioDriverHost {
|
||||
public:
|
||||
virtual void OnProcess(size_t nFrames) = 0;
|
||||
|
||||
Reference in New Issue
Block a user