Skip to content

Commit

Permalink
copy files instead of symlink from amp rack to simplify
Browse files Browse the repository at this point in the history
building from source
  • Loading branch information
Shaji Khan committed Nov 22, 2024
1 parent 6680c18 commit b715b0f
Show file tree
Hide file tree
Showing 136 changed files with 22,738 additions and 45 deletions.
1 change: 0 additions & 1 deletion AudioBuffer.h

This file was deleted.

17 changes: 17 additions & 0 deletions AudioBuffer.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
//
// Created by djshaji on 3/9/24.
//

#ifndef AMP_RACK_AUDIOBUFFER_H
#define AMP_RACK_AUDIOBUFFER_H

typedef struct audio_buffer {
int overruns;
int pos;
// float data[];
float *data;
float * raw;
int size ;
} AudioBuffer;

#endif //AMP_RACK_AUDIOBUFFER_H
1 change: 0 additions & 1 deletion FileWriter.cpp

This file was deleted.

Loading

0 comments on commit b715b0f

Please sign in to comment.