Coder Social home page Coder Social logo

Comments (9)

git-moss avatar git-moss commented on June 26, 2024

Can you please send the stacktrace of the crash (from the Bitwig script console)? I cannot reproduce that.

from drivenbymoss.

kdejaeger avatar kdejaeger commented on June 26, 2024
OSC: dispatching message: /vkb_midi/0/note/58(,f)
OSC:    !!! no method handler for the previous message
OSC: dispatching message: /vkb_midi/0/note/58(,f)
OSC:    !!! no method handler for the previous message
OSC: dispatching message: /vkb_midi/0/note/57(,f)
OSC:    !!! no method handler for the previous message
OSC: dispatching message: /vkb_midi/0/aftertouch(,f)
OSC:    !!! no method handler for the previous message
java.util.NoSuchElementException
java.util.NoSuchElementException
    at java.util.LinkedList.removeFirst(LinkedList.java:270)
    at de.mossgrabers.osc.protocol.OSCParser.parseMidi(OSCParser.java:1196)
    at de.mossgrabers.osc.protocol.OSCParser.handle(OSCParser.java:483)
    at com.bitwig.flt.control_surface.opensoundcontrol.eBI.UBy(SourceFile:316)
    at com.bitwig.flt.control_surface.opensoundcontrol.eBI.UBy(SourceFile:293)
    at com.bitwig.flt.control_surface.opensoundcontrol.Wpn.UBy(SourceFile:109)
    at YRz.aH(SourceFile:237)
    at QEu.run(SourceFile:91)
    at YRz.run(SourceFile:106)

  args: [ { type: 'f', value: 74.68 } ] } To : 127.0.0.1:8000
OSC sent:  { address: '/vkb_midi/0/note/57',
  args: [ { type: 'f', value: 0 } ] } To : 127.0.0.1:8000
OSC sent:  { address: '/vkb_midi/0/note/58',
  args: [ { type: 'f', value: 127 } ] } To : 127.0.0.1:8000
OSC sent:  { address: '/vkb_midi/0/aftertouch',
  args: [ { type: 'f', value: 73.96 } ] } To : 127.0.0.1:8000
OSC sent:  { address: '/vkb_midi/0/aftertouch',
  args: [ { type: 'f', value: 73.6 } ] } To : 127.0.0.1:8000
OSC sent:  { address: '/vkb_midi/0/aftertouch',
  args: [ { type: 'f', value: 73.24 } ] } To : 127.0.0.1:8000
OSC sent:  { address: '/vkb_midi/0/note/58',

open_stage_control_bitwig.zip

from drivenbymoss.

git-moss avatar git-moss commented on June 26, 2024

This is Poly aftertouch, so you need to give the note. However, I should prevent the crash.
E.g. /vkb_midi/0/aftertouch/65

from drivenbymoss.

kdejaeger avatar kdejaeger commented on June 26, 2024

Ok.
I'll ask for a osc 'split' property on the open stage control fader to it can send /aftertouch/integer

from drivenbymoss.

git-moss avatar git-moss commented on June 26, 2024

You can already send integer if you set the precision to 0.

from drivenbymoss.

kdejaeger avatar kdejaeger commented on June 26, 2024

The issue is that open stage control cannot send yet /atertouch/a_value but it sends it as a argument instead, which crashed it.

from drivenbymoss.

kdejaeger avatar kdejaeger commented on June 26, 2024

Can you instead make it possible to send the note as an argument, a value to /aftertouch ?

from drivenbymoss.

git-moss avatar git-moss commented on June 26, 2024

Yes, will look into this but dont have time before the weekend.

from drivenbymoss.

git-moss avatar git-moss commented on June 26, 2024

If the note misses the message will trigger channel aftertouch in the next version.

from drivenbymoss.

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.