Skip to content

Commit ecab4b0

Browse files
Chris PooveyChris Poovey
authored andcommitted
update grainflow lib
1 parent 7a07316 commit ecab4b0

8 files changed

Lines changed: 8 additions & 17 deletions

File tree

source/projects/common/grainflowBase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ static void* grainflow_create(T* x, int ac, t_atom* av)
322322
{
323323
if (ac < 2)
324324
{
325-
pd_error(x, "grainflow: must be instantiated with two arguments- buffer-name ngrains", "");
325+
pd_error(x, "grainflow: must be instantiated with two arguments- buffer-name ngrains");
326326
return (void*)x;
327327
}
328328

source/projects/grainflow_live_tilde/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ set(ASSETS
2020
${CMAKE_CURRENT_SOURCE_DIR}/grainflow.live~-help.pd
2121
)
2222

23+
2324
file(COPY ${ASSETS} DESTINATION ${PD_OUTPUT_PATH})
2425

source/projects/grainflow_multiPan_tilde/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ ADD_PD_EXTERNAL(
1717
set(ASSETS
1818
${CMAKE_CURRENT_SOURCE_DIR}/grainflow.multiPan~-help.pd
1919
)
20-
21-
file(COPY ${ASSETS} DESTINATION ${PD_OUTPUT_PATH})
20+
21+
file(COPY ${ASSETS} DESTINATION ${PD_OUTPUT_PATH})

source/projects/grainflow_record_tilde/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ set(ASSETS
2121
${CMAKE_CURRENT_SOURCE_DIR}/grainflow.record~-help.pd
2222
)
2323

24+
2425
file(COPY ${ASSETS} DESTINATION ${PD_OUTPUT_PATH})
2526

source/projects/grainflow_record_tilde/grainflow_record_tilde.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#pragma once
21
#include <m_pd.h>
32
#include <algorithm>
43
#include <vector>

source/projects/grainflow_stereoPan_tilde/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ ADD_PD_EXTERNAL(
1717
set(ASSETS
1818
${CMAKE_CURRENT_SOURCE_DIR}/grainflow.stereoPan~-help.pd
1919
)
20-
20+
21+
2122
file(COPY ${ASSETS} DESTINATION ${PD_OUTPUT_PATH})

source/projects/grainflow_tilde/CMakeLists.txt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,3 @@ ${CMAKE_CURRENT_SOURCE_DIR}/grainflow~-help.pd
2121
${CMAKE_CURRENT_SOURCE_DIR}/mc_fm.pd )
2222

2323
file(COPY ${ASSETS} DESTINATION ${PD_OUTPUT_PATH})
24-
25-
# set(RELFLAGS )
26-
# if (MSVC)
27-
# set(RELFLAGS /Oi /O2 /Ot /Ob2)
28-
# endif()
29-
# if(APPLE)
30-
# set(RELFLAGS -Ofast)
31-
# endif()
32-
# target_compile_options(${PROJECT_NAME} PRIVATE
33-
# "$<$<CONFIG:Release>:${RELFLAGS}>"
34-
# )

0 commit comments

Comments
 (0)