You are not logged in.

Search results

Search results 21-30 of 30.

Dear visitor, welcome to Jabaco - Community. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

Thursday, October 9th 2014, 12:25am

Author: vpr

MIDI Input Example

Here's an example of how to receive MIDI controller information in Jabaco with The Midibus. First download The Midibus from here: http://www.smallbutdigital.com/releases/…ibus-latest.zip and add the JAR archive to your project. Then add the core.JAR archive from Processing, which you can download from here: https://processing.org/download/ Create a form and in the code section add the following code: Jabaco Source 1 2 3 4 5 6 7 8 9 Import themidibus#* Dim MB As New MBClass Dim myBus As New MidiB...

Friday, September 12th 2014, 12:18am

Author: vpr

For Beginners Tutorial

Thanks SpySonic, I'm wondering if you could suggest a way to click and drag within the circle to adjust the circle's endAngle (while keeping the startAngle at 0). That is, to create a dial that can be dragged to produce a value (ideally from 0 to 100). Something like in the attached picture. I would also suggest to set the AntiAliasing property of your picturebox control to true when drawing circles for a cleaner look. Thanks

Monday, September 8th 2014, 4:24am

Author: vpr

Crash with frame array

Oops, sorry for the re-post.

Monday, September 1st 2014, 10:59pm

Author: vpr

Crash with frame array

I have attached an example project that shows how adding controls (in this case a picture box) to a frame that is part of a control array will result in the project not being able to execute. Any ideas why this happens?

Tuesday, July 29th 2014, 11:38pm

Author: vpr

Translating XML Parser Example from Java

Thanks very much for this Will try it out as soon as I get the opportunity.

Monday, June 23rd 2014, 6:12pm

Author: vpr

Translating XML Parser Example from Java

Hi people I've been translating this example of simple XML parsing from JAVA to Jabaco's syntax: -------------------------------------------------------------------- import java.io.File; import javax.xml.parsers.DocumentBuilder; import javax.xml.parsers.DocumentBuilderFactory; import org.w3c.dom.Document; import org.w3c.dom.Element; import org.w3c.dom.Node; import org.w3c.dom.NodeList; public class DOMExampleJava { public static void main(String args[]) { try { File stocks = new File("Stocks.xml...

Thursday, June 12th 2014, 3:28pm

Author: vpr

Beads Audio Library Question

I've been having some luck with the Beads library, which was built for audio DSP in Java/Processing. It compares with other libraries like Minim, and really simplifies the process of synthesis, analysis and recording. Beads is located here: http://www.beadsproject.net/ There's a great ebook called Sonifying Processing that gives many examples of Beads in use. The website for this ebook seems to be offline at the moment but it's archived here: https://web.archive.org/web/201305100810…ds_Tutorial....

Sunday, June 1st 2014, 5:48pm

Author: vpr

JSyn Audio Synthesis in Jabaco (Help Request)

Thank you kindly Massimo. I managed to get some identical code up and running just after I posted my question but your response is very much appreciated. I do have some more questions regarding this library which I'll post soon.

Wednesday, May 21st 2014, 11:55pm

Author: vpr

JSyn Audio Synthesis in Jabaco (Help Request)

Hi, Apologies if this is a duplicate post but my earlier attempt to begin a thread seem to have been unsuccessful. I'm a hobbyist VB6 developer who is attempting to use Jabaco in combination with the JSyn Audio Synthesis library: http://www.softsynth.com/jsyn/ I have no real experience in Java (save for some experiments in Processing). I am looking for some help with a basic hello world (playing a tone with SineOscillator for example), to help get me started. I am able to reference the JSyn .jar...

Wednesday, May 21st 2014, 11:50pm

Author: vpr

Italian guide to adding and using external jar files

Thanks for this. I'm an English speaker but like you say, I'm sure it will be useful

WoltLab Burning Board