Skip to content

Commit

Permalink
rename output to .chug
Browse files Browse the repository at this point in the history
  • Loading branch information
nshaheed committed Jun 13, 2024
1 parent fdfd386 commit 75d8a15
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion WarpBuf/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,14 @@ inc = [chuck_inc, portable_endian_inc]
rubberband = dependency('rubberband')
libsndfile = dependency('sndfile')


warpbuf_lib = library(
'warpbuf_lib',
sources: warpbuf_sources,
include_directories: inc,
dependencies: [rubberband, libsndfile],
install: true,
)

# rename the object to a proper chugin file
fs = import('fs')
fs.copyfile(warpbuf_lib.path(), 'WarpBuf.chug')
1 change: 1 addition & 0 deletions WarpBuf/src/AbletonClipInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <string>
#include <iostream>
#include <limits>
#include <memory>

class AbletonClipInfo {
public:
Expand Down
2 changes: 2 additions & 0 deletions WarpBuf/src/WarpBufChugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
#include <iostream>
#include <string>

#include <memory>

#include <sndfile.h>

#include <rubberband/RubberBandStretcher.h>
Expand Down

0 comments on commit 75d8a15

Please sign in to comment.