Hi Anders,

On 11/10/2010 00:13, Anders Gunnarsson wrote:
Hi Stéphane,

Cool that you extended the RMX mapping for Steel! How similar are the midi-messages compared to the RMX?
.
They are quite the same, except for button 7 to 12. The "Shift" button is handled by the Steel, not by the software.
Did you manage to resolve this issue yet? Otherwise I'll have a look at it tomorrow. Which version and OS do you use?

No, this issue is not related to the Steel because I can reproduce it using the UI of mixxx.
I've planned to make a manual on the wiki for the RMX, but have had a lack of time. Maybe we ca co-operate to make mauals for both controls since they are quite similar?

Yes, of course

Cheers
Cheers
//Anders


lör 2010-10-09 klockan 19:09 +0200 skrev Stéphane List:
Hi,

I'm working on updating the file :  Hercules DJ Control Steel.midi.xml
I've done a new file : Hercules-DJ-Control-Steel-scripts.js


But when I want to exit a loop, (the bug appears only on small loops),
the use of reloop_exit make the software crash :

Here is the code :


// Loop exit
HerculesSteel.Deck.prototype.keypad8Handler = function(value) {
          if(value == HerculesSteel.ButtonState.pressed) {
                  this.Buttons.Keypad8.setLed(HerculesSteel.LedState.on);
                  print("reloop_exit");
                  engine.setValue(this.group,"reloop_exit",1);

                  }
          else
          {
                  this.Buttons.Keypad8.setLed(HerculesSteel.LedState.off);
          }
};



And, this is the result when I press keypad8 :


Debug: [MidiScriptEngine 2]: reloop_exit
Fatal: []: ASSERT: "start_sample>= 0" in file
src/engine/readaheadmanager.cpp, line 60
Abandon




Any idea how to correct this ?





Thanks

Stephane


------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2&  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Mixxx-devel mailing list
[email protected]  <mailto:[email protected]>
https://lists.sourceforge.net/lists/listinfo/mixxx-devel


------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2&  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb


_______________________________________________
Mixxx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mixxx-devel

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Mixxx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mixxx-devel

Reply via email to