Search found 6 matches

by Musikus
Mon Nov 29, 2021 10:58 am
Forum: Coding Questions
Topic: webgadget
Replies: 10
Views: 7818

Re: webgadget

jQuery v3.4.1
Great! :D
I downloaded jQuery v3.4.1 and replaced it and it is working!
Thank you!
Musikus
by Musikus
Mon Nov 29, 2021 4:35 am
Forum: Coding Questions
Topic: webgadget
Replies: 10
Views: 7818

Re: webgadget

Hallo Paul,
Thank you for your answer.
What version of query.min.js is installed with your SpiderBasic 2.31?
I mean the query.min.js in the folder: \SpiderBasic\Libraries\javascript\
Thank you!
by Musikus
Sun Nov 28, 2021 3:41 am
Forum: Coding Questions
Topic: webgadget
Replies: 10
Views: 7818

Re: webgadget

Hello,
same here...
I also had to replace the "jquery.min.js " in the spiderbasic directory with the old version:
query.min.js version /*! jQuery v2.1.4
now the "WebGadget" is working...

I have SpiderBasic 2.30 (Windows - x86) installed...

I tried also with the newest version of query.min.js 3 ...
by Musikus
Sun Nov 14, 2021 12:25 am
Forum: Javascript
Topic: How can I use MIDI-Out with JZZ.js MIDI library?
Replies: 3
Views: 22471

Re: How can I use MIDI-Out with JZZ.js MIDI library?

Thank you so much! :)
by Musikus
Sat Nov 13, 2021 10:50 am
Forum: Javascript
Topic: How can I use MIDI-Out with JZZ.js MIDI library?
Replies: 3
Views: 22471

Re: How can I use MIDI-Out with JZZ.js MIDI library?

This is, what I have so far...
but I am missing something..

EnableExplicit
Global port

Enumeration
#Window
#cmdPlay
#cmdStop
#port
EndEnumeration

Procedure PortInit()
Debug "PortJnit "
; Don't work - port always 0
! JZZ.synth.Tiny.register('Synth');
! var port = JZZ().openMidiOut ...
by Musikus
Fri Nov 12, 2021 9:37 am
Forum: Javascript
Topic: How can I use MIDI-Out with JZZ.js MIDI library?
Replies: 3
Views: 22471

How can I use MIDI-Out with JZZ.js MIDI library?

I need some help and please be patient with me, I am a musician, not a programmer ;)

How can I use MIDI-Out with JZZ.js MIDI library ( https://jazz-soft.net/doc/JZZ/ ) in SpiderBasic?

I know, I can load the Script in SpiderBasic
(LoadScript("jzz.js", @ScriptGeladen()))
and that is okay ...