alto777 / LFSR

Various linear feedback shift register sequencers for VCV Rack
BSD 3-Clause "New" or "Revised" License
18 stars 3 forks source link

win #2

Open ptnico opened 6 years ago

ptnico commented 6 years ago

https://www.dropbox.com/s/tqv5b8hag937agx/LFSR-0.6.01.rar?dl=0

alto777 commented 6 years ago

Thank you. I will add this - it seems typically the zips don't include the source code &c so I will repackage it a bit.

ptnico commented 6 years ago

Ok thx and thx for tour work :)

Envoyé de mon iPhone

Le 9 avr. 2018 à 05:40, Robert A Moeser notifications@github.com a écrit :

Thank you. I will add this - it seems typically the zips don't include the source code &c so I will repackage it a bit.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

alto777 commented 6 years ago

hi ptnico!

I never put your zip up with the last release, as I discovered some horrible errors in the code. I had hoped to fix them sooner than now, I wonder if you would one again do a win build, I think this release is pretty good (!) and has some new stuff I hope generates interest. v0.6.2, so you'd have to clone and checkout v0.6.2. My understanding of git is, er, a bit weak.

BTW I finally saw on Facebook that you (I think) posted the win build, thank you! and someone actually used it, very exciting and inpsiring.

Although it may not matter - theoretically my latest is in the process of becoming available through the plugin manager at vcvrack.com.

ptnico commented 6 years ago

Ok thx :)

Envoyé de mon iPhone

Le 3 mai 2018 à 16:47, Robert A Moeser notifications@github.com a écrit :

hi ptnico!

I never put your zip up with the last release, as I discovered some horrible errors in the code. I had hoped to fix them sooner than now, I wonder if you would one again do a win build, I think this release is pretty good (!) and has some new stuff I hope generates interest. v0.6.2, so you'd have to clone and checkout v0.6.2. My understanding of git is, er, a bit weak.

BTW I finally saw on Facebook that you (I think) posted the win build, thank you! and someone actually used it, very exciting and inpsiring.

Although it may not matter - theoretically my latest is in the process of becoming available through the plugin manager at vcvrack.com.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

ptnico commented 6 years ago

Hi i’ve 1 error in compiling

:/

De : Robert A Moeser [mailto:notifications@github.com] Envoyé : jeudi 3 mai 2018 16:47 À : alto777/LFSR LFSR@noreply.github.com Cc : ptnico ptnico@free.fr; Author author@noreply.github.com Objet : Re: [alto777/LFSR] win (#2)

hi ptnico!

I never put your zip up with the last release, as I discovered some horrible errors in the code. I had hoped to fix them sooner than now, I wonder if you would one again do a win build, I think this release is pretty good (!) and has some new stuff I hope generates interest. v0.6.2, so you'd have to clone and checkout v0.6.2. My understanding of git is, er, a bit weak.

BTW I finally saw on Facebook that you (I think) posted the win build, thank you! and someone actually used it, very exciting and inpsiring.

Although it may not matter - theoretically my latest is in the process of becoming available through the plugin manager at vcvrack.com.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/alto777/LFSR/issues/2#issuecomment-386321184 , or mute the thread https://github.com/notifications/unsubscribe-auth/AfkVaapecdgSjA7K-5OVKVBIdgV9BLHyks5tuxhmgaJpZM4TLLFo . https://github.com/notifications/beacon/AfkVaQtDCDL8wm8Ri1-CmQnfsMJ3Pi9lks5tuxhmgaJpZM4TLLFo.gif

ptnico commented 6 years ago

$ make

g++ -Wsuggest-override -std=c++11 -DSLUG=alto777_LFSR -fPIC -I../../include -I ../../dep/include -DVERSION=0.6.2 -MMD -MP -g -O3 -march=nocona -ffast-math -fno -finite-math-only -Wall -Wextra -Wno-unused-parameter -DARCH_WIN -D_USE_MATH_DEF INES -c -o build/src/YASeq3.cpp.o src/YASeq3.cpp

g++ -Wsuggest-override -std=c++11 -DSLUG=alto777_LFSR -fPIC -I../../include -I ../../dep/include -DVERSION=0.6.2 -MMD -MP -g -O3 -march=nocona -ffast-math -fno -finite-math-only -Wall -Wextra -Wno-unused-parameter -DARCH_WIN -D_USE_MATH_DEF INES -c -o build/src/LFSR.cpp.o src/LFSR.cpp

g++ -Wsuggest-override -std=c++11 -DSLUG=alto777_LFSR -fPIC -I../../include -I ../../dep/include -DVERSION=0.6.2 -MMD -MP -g -O3 -march=nocona -ffast-math -fno -finite-math-only -Wall -Wextra -Wno-unused-parameter -DARCH_WIN -D_USE_MATH_DEF INES -c -o build/src/FG8.cpp.o src/FG8.cpp

g++ -Wsuggest-override -std=c++11 -DSLUG=alto777_LFSR -fPIC -I../../include -I ../../dep/include -DVERSION=0.6.2 -MMD -MP -g -O3 -march=nocona -ffast-math -fno -finite-math-only -Wall -Wextra -Wno-unused-parameter -DARCH_WIN -D_USE_MATH_DEF INES -c -o build/src/Divada.cpp.o src/Divada.cpp

src/Divada.cpp: In constructor 'DivadaWidget::DivadaWidget(Divada*)':

src/Divada.cpp:79:32: error: 'RoundSmallBlackSnapKnob' was not declared in this scope

addParam(ParamWidget::create(mm2px(Vec(11.24, ymargi n + 0.1775f + ii * unitSpace)), module, Divada::DIVIDE_BY_PARAM + ii, 0.0, 11.0, 0.0));

                            ^~~~~~~~~~~~~~~~~~~~~~~

src/Divada.cpp:79:164: error: no matching function for call to 'rack::ParamWidge t::create< >(rack::Vec, Divada*&, int, double, double, double '

addParam(ParamWidget::create(mm2px(Vec(11.24, ymargi n + 0.1775f + ii * unitSpace)), module, Divada::DIVIDE_BY_PARAM + ii, 0.0, 11.0, 0.0));

                                                                                                                                                                                                                                                        ^

In file included from ../../include/rack.hpp:9:0,

             from src/LFSR.hpp:1,

             from src/Divada.cpp:1:

../../include/app.hpp:242:12: note: candidate: template static T rack: :ParamWidget::create(rack::Vec, rack::Module, int, float, float, float)

static T create(Vec pos, Module module, int paramId, float minValue, float m axValue, float defaultValue) {

        ^~~~~~

../../include/app.hpp:242:12: note: template argument deduction/substitution f ailed:

src/Divada.cpp:79:164: error: template argument 1 is invalid

addParam(ParamWidget::create(mm2px(Vec(11.24, ymargi n + 0.1775f + ii * unitSpace)), module, Divada::DIVIDE_BY_PARAM + ii, 0.0, 11.0, 0.0));

                                                                                                                                                                                                                                                        ^

make: *** [../../compile.mk:62: build/src/Divada.cpp.o] Error 1

De : Robert A Moeser [mailto:notifications@github.com] Envoyé : jeudi 3 mai 2018 16:47 À : alto777/LFSR LFSR@noreply.github.com Cc : ptnico ptnico@free.fr; Author author@noreply.github.com Objet : Re: [alto777/LFSR] win (#2)

hi ptnico!

I never put your zip up with the last release, as I discovered some horrible errors in the code. I had hoped to fix them sooner than now, I wonder if you would one again do a win build, I think this release is pretty good (!) and has some new stuff I hope generates interest. v0.6.2, so you'd have to clone and checkout v0.6.2. My understanding of git is, er, a bit weak.

BTW I finally saw on Facebook that you (I think) posted the win build, thank you! and someone actually used it, very exciting and inpsiring.

Although it may not matter - theoretically my latest is in the process of becoming available through the plugin manager at vcvrack.com.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/alto777/LFSR/issues/2#issuecomment-386321184 , or mute the thread https://github.com/notifications/unsubscribe-auth/AfkVaapecdgSjA7K-5OVKVBIdgV9BLHyks5tuxhmgaJpZM4TLLFo . https://github.com/notifications/beacon/AfkVaQtDCDL8wm8Ri1-CmQnfsMJ3Pi9lks5tuxhmgaJpZM4TLLFo.gif

alto777 commented 6 years ago

oh dear!or should I say "mon Dieu!" I will look into this right now, THX.

ptnico commented 6 years ago

J

De : Robert A Moeser [mailto:notifications@github.com] Envoyé : jeudi 3 mai 2018 21:04 À : alto777/LFSR LFSR@noreply.github.com Cc : ptnico ptnico@free.fr; Author author@noreply.github.com Objet : Re: [alto777/LFSR] win (#2)

oh dear!or should I say "mon Dieu!" I will look into this right now, THX.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/alto777/LFSR/issues/2#issuecomment-386402969 , or mute the thread https://github.com/notifications/unsubscribe-auth/AfkVaSJkhZPaR-swuan67ZIX8_9qhDFCks5tu1SJgaJpZM4TLLFo . https://github.com/notifications/beacon/AfkVadp3fjqDfUOWgRCnE-UN1OAoheDcks5tu1SJgaJpZM4TLLFo.gif

alto777 commented 6 years ago

OK, I figured out my mistake. Thank you and I apologize for letting you find it.

I have already fixed it, I just need to figure out git a bit more and get the changes up. So don't try again, it will still fail.

alto777 commented 6 years ago

ARGH! I hate git. But I am going to risk your patience by asking you to try again,

https://github.com/alto777/LFSR.git git checkout v0.6.21

TIA a7.

ptnico commented 6 years ago

Thx i’m testing tomorow Thx Nico

Envoyé de mon iPhone

Le 3 mai 2018 à 23:55, Robert A Moeser notifications@github.com a écrit :

ARGH! I hate git. But I am going to risk your patience by asking you to try again,

https://github.com/alto777/LFSR.git git checkout v0.6.21

TIA a7.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.