GithubHelp home page GithubHelp logo

Comments (10)

kockie69 avatar kockie69 commented on July 25, 2024

I have never used this module, so maybe I am doing something wrong. But I can't get a segmentation fault. Can you send me a patch that I can test? Or maybe I have fixed it in the meantime as I have done quite some changes....

from squinkyvcv-main.

squinkylabs avatar squinkylabs commented on July 25, 2024

I'll check again, but I also heard from Impromptu. Are you sure you inserted an impromptu clock before you ran this comment?

from squinkyvcv-main.

squinkylabs avatar squinkylabs commented on July 25, 2024

still 100% crash for me:

able->outputId];
(gdb) bt
#0 rack::app::CableWidget::draw (this=0x1238b4653d0, args=...)
at src/app/CableWidget.cpp:276
#1 0x00007ffe0bb7abc4 in rack::widget::Widget::drawChild (
this=this@entry=0x12383f6c210, child=0x1238b4653d0, args=...)
at src/widget/Widget.cpp:286
#2 0x00007ffe0bb7acc4 in rack::widget::Widget::draw (
this=this@entry=0x12383f6c210, args=...) at src/widget/Widget.cpp:271
#3 0x00007ffe0bfa86b6 in rack::app::CableContainer::draw (
this=0x12383f6c210, args=...) at src/app/RackWidget.cpp:67
#4 0x00007ffe0bb7abc4 in rack::widget::Widget::drawChild (
this=this@entry=0x12382082f00, child=0x12383f6c210, args=...)
at src/widget/Widget.cpp:286
#5 0x00007ffe0bb7acc4 in rack::widget::Widget::draw (
this=this@entry=0x12382082f00, args=...) at src/widget/Widget.cpp:271
#6 0x00007ffe0bb5345a in rack::app::RackWidget::draw (this=0x12382082f00,
args=...) at src/app/RackWidget.cpp:118
#7 0x00007ffe0bb7abc4 in rack::widget::Widget::drawChild (
this=this@entry=0x12382082e30, child=0x12382082f00, args=...)
at src/widget/Widget.cpp:286
#8 0x00007ffe0bb7acc4 in rack::widget::Widget::draw (this=0x12382082e30,
args=...) at src/widget/Widget.cpp:271
#9 0x00007ffe0bb7ae72 in rack::widget::ZoomWidget::draw (this=0x12382082e30,
args=...) at src/widget/ZoomWidget.cpp:49
#10 0x00007ffe0bb7abc4 in rack::widget::Widget::drawChild (
this=this@entry=0x12382082b50, child=0x12382082e30, args=...)
at src/widget/Widget.cpp:286
#11 0x00007ffe0bb7acc4 in rack::widget::Widget::draw (this=0x12382082b50,
args=...) at src/widget/Widget.cpp:271
#12 0x00007ffe0bb7abc4 in rack::widget::Widget::drawChild (
this=this@entry=0x12382082a40, child=0x12382082b50, args=...)
at src/widget/Widget.cpp:286
#13 0x00007ffe0bb7acc4 in rack::widget::Widget::draw (
this=this@entry=0x12382082a40, args=...) at src/widget/Widget.cpp:271
#14 0x00007ffe0bb73bd2 in rack::ui::ScrollWidget::draw (this=0x12382082a40,
args=...) at src/ui/ScrollWidget.cpp:68
#15 0x00007ffe0bb7abc4 in rack::widget::Widget::drawChild (
this=this@entry=0x12382082990, child=0x12382082a40, args=...)
at src/widget/Widget.cpp:286
#16 0x00007ffe0bb7acc4 in rack::widget::Widget::draw (this=0x12382082990,
args=...) at src/widget/Widget.cpp:271
#17 0x00007ffe0bb7edc0 in rack::window::Window::step (
this=this@entry=0x12383f94f00) at src/window/Window.cpp:487
#18 0x00007ffe0bb7ef4e in rack::window::Window::run (this=0x12383f94f00)
at src/window/Window.cpp:393
#19 0x00007ff67ba8114f in main (argc=, argv=)
at adapters/standalone.cpp:230

from squinkyvcv-main.

squinkylabs avatar squinkylabs commented on July 25, 2024

btw, you don't need to add any notes are do anything fancy, I don't think. Just put the two modules in a patch and run the command.

from squinkyvcv-main.

kockie69 avatar kockie69 commented on July 25, 2024

I didn't use impromptu , as I don't have it in V2. So I checked with my own clock. What makes it so special that it crashes with the impromptu clock?

from squinkyvcv-main.

squinkylabs avatar squinkylabs commented on July 25, 2024

The feature itself looks for an impromptu clock specifically. It does nothing at all if not found. If it is found it does a lot of stuff (that's in the manual). It patches three cables, and goes inside the clocks and sets it to something the seq likes. it also get the run buttons toggled into the right state so the clock agrees with the seq. You can build impromptu modules for v2.

from squinkyvcv-main.

kockie69 avatar kockie69 commented on July 25, 2024

I looked at this one in more detail now. If I understand correctly this functionality is not needed to keep supporting older patches. This is only to support and ease the creation of new patches. So I will remove this option from the context menu for now and update the manual to mention it will be implemented again in the future. I will move it back to my to do list

from squinkyvcv-main.

squinkylabs avatar squinkylabs commented on July 25, 2024

yes, for sure it is just a convenience for new patches, not needed for loading old ones. Removing it is a good solution, I think.

from squinkyvcv-main.

kockie69 avatar kockie69 commented on July 25, 2024

This is fixed in v2.0.7

from squinkyvcv-main.

squinkylabs avatar squinkylabs commented on July 25, 2024

nice!

from squinkyvcv-main.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.