almostEric / FrozenWasteland

Plugins for VCV Rack
Other
91 stars 18 forks source link

v1: error building #34

Closed jeremywen closed 5 years ago

jeremywen commented 5 years ago

I get this error when building on a mac. git hash 0f0fa0f

src/HairPick.cpp:274:22: error: assigning to 'float *' from incompatible type 'const float *'
                                        srcData.data_in = (const float*) historyBuffer[channel].startData(tap);
                                                        ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
make: *** [build/src/HairPick.cpp.o] Error 1
almostEric commented 5 years ago

Build dep

Sent from my iPhone

On Jun 12, 2019, at 9:21 PM, Jeremy Wentworth notifications@github.com wrote:

I get this error when building on a mac. git hash 0f0fa0f

src/HairPick.cpp:274:22: error: assigning to 'float ' from incompatible type 'const float ' srcData.data_in = (const float*) historyBuffer[channel].startData(tap); ^ ~~~~~~~~~~~~ 1 error generated. make: *** [build/src/HairPick.cpp.o] Error 1 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

jeremywen commented 5 years ago

everything works now - I suck - Thank you