c0nb0x

x0x0x0x0x0x

Moderators: Altitude, adafruit_support_bill, adafruit, phono, mome rath

Re: c0nb0x

Postby danhillwwr » Fri Jan 11, 2013 2:45 pm

It was to install the update MarOS 1.4.1 !! Impossible, it does not recognize the usb with V1 (I noted /dev/tty.usb That does not work. I watch your youtube video .
danhillwwr
 
Posts: 3
Joined: Fri Jan 11, 2013 7:33 am
Location: France

Re: c0nb0x

Postby danhillwwr » Fri Jan 11, 2013 3:41 pm

I found , the V1 works 8) "/ dev/tty.usbserial-0000203A " It is a pleasure to the pattern from the software :twisted: ! Thank you for your support :wink:
danhillwwr
 
Posts: 3
Joined: Fri Jan 11, 2013 7:33 am
Location: France

Re: c0nb0x

Postby antto » Sun Mar 03, 2013 7:22 pm

i compiled c0nb0x on linux (thanks to AbortRetryFail for the linux serial port code)
the only downside is that i couldn't figure a good way to set arbitrary baud rate, so it only works with the standard rates which are defined somewhere in termios.h (it'll work with both stock cpu and cpu mod) and there's no serial port detection like there is on the win32 and osx versions, so you have to manually type the path

i discovered another bug, which doesn't show up on the win32 version.. when the app starts, it shows the fancy ascii logo but it should only show it for about 2 seconds then proceed to the main menu
in the linux version - it doesn't timeout, and the logo freezes there till you hit a key - that's the bug, it's clock() from time.h behaving differently on linux/osx
so i switched to using clock_gettime() and it works properly now
i'll probably change the win32 version to use queryperformancecounter() instead of clock() to avoid future trouble

so it smells like i'll have to do this as "v1.01" and so i'd like some feedback
feature requests.. if any
We are here too: irc.freenode.net >>> #x0xb0x
..:: c0nb0x v1.00 ::.. viewtopic.php?f=7&t=29282 (new control app - win/osx)
VCO Tuning: viewtopic.php?f=12&t=24759 (do it the EASY way)
User avatar
antto
 
Posts: 978
Joined: Thu Apr 15, 2010 2:21 pm

Re: c0nb0x

Postby Stern » Sat Mar 16, 2013 7:55 am

I'm having a a problem... I got the software to work one single time, I (think I- ) even managed to back up my patterns, but I just can't get it to work again.

I'm on OSX 10.8.3. I installed the com driver, and when I connect the x0xb0x it shows under system information. In terminal is see the port too (tty.usbserial-XXX).

So I put the xoxbox in computer control mode and turn it on. I then load c0nb0x. Two screens load, one empty and one with the computer control splash screen, but nothing happens. Also, I can not quit conbox, I need to force quit it to make it disappear.

What is weird that I had it working once... So what am I doing wrong? Any advice?
Stern
 
Posts: 10
Joined: Fri Nov 12, 2010 6:44 pm

Re: c0nb0x

Postby Stern » Sat Mar 16, 2013 8:00 am

That's odd... It showed up just now, I guess I was just impatient... But How long does it take for the software to recognize the machine, must have been a more than one minute.

And another (less important?) question, why won't it quit? I need to 'force quit' the app to make it actually shut down.
Stern
 
Posts: 10
Joined: Fri Nov 12, 2010 6:44 pm

Re: c0nb0x

Postby Stern » Sat Mar 16, 2013 8:30 am

Okay, this is too random... Sometimes it works, sometimes it doesn't and I can't seem to figure out what makes it work and what doesn't.

If someone can shed a light on this I'd appreciate it...
Stern
 
Posts: 10
Joined: Fri Nov 12, 2010 6:44 pm

Re: c0nb0x

Postby antto » Sat Mar 16, 2013 10:04 am

the OSX version (v1.00) has a bug related to clock() (from time.h) which i discovered a few days ago
the logo screen is supposed to hide automatically after half a second but due to the bug - it gets stuck, you can press any key to continue

as for exiting, it's via the menu, the close button doesn't work
simply hit escape till it quits (that's explained in the readme document)
We are here too: irc.freenode.net >>> #x0xb0x
..:: c0nb0x v1.00 ::.. viewtopic.php?f=7&t=29282 (new control app - win/osx)
VCO Tuning: viewtopic.php?f=12&t=24759 (do it the EASY way)
User avatar
antto
 
Posts: 978
Joined: Thu Apr 15, 2010 2:21 pm

Re: c0nb0x

Postby darffader » Mon Mar 18, 2013 7:50 am

Stern wrote:And another (less important?) question, why won't it quit? I need to 'force quit' the app to make it actually shut down.

press any key after pressing quit.

no need to force quit;
User avatar
darffader
 
Posts: 236
Joined: Tue Jul 14, 2009 3:50 pm

Re: c0nb0x

Postby SineSurfer » Thu Apr 25, 2013 11:36 pm

Hi antto, just to say thanks a lot for your app!

Just used it to upload SokkOS 2 to my x0x and played around with the pattern editor, everything working fine here (OS X 10.8.3) :mrgreen:

Cheers!
x0x 393
SineSurfer
 
Posts: 97
Joined: Thu Aug 24, 2006 1:57 am

Re: c0nb0x

Postby Matrix12x » Fri Apr 26, 2013 5:57 pm

The link to the OSX version is no longer working. Can someone send me either a new link or a copy of the OSX version?
Matrix12x
 
Posts: 11
Joined: Thu Jun 26, 2008 3:58 pm

Re: c0nb0x

Postby antto » Fri Apr 26, 2013 7:19 pm

i ran out of bandwidth on box.com, i released my "soft synth" which i've mentioned a number of times on these forums
it's at kvr it's a win32 VST and approximates the sound of my x0xb0x
it outputs .NSP and .NSM files which can be loaded with c0nb0x
that's why my files there are running very slowly now

Matrix12x: send me an email at <antto-at-mail-d0t-bg> and i'll mail you back the osx version of c0nb0x
We are here too: irc.freenode.net >>> #x0xb0x
..:: c0nb0x v1.00 ::.. viewtopic.php?f=7&t=29282 (new control app - win/osx)
VCO Tuning: viewtopic.php?f=12&t=24759 (do it the EASY way)
User avatar
antto
 
Posts: 978
Joined: Thu Apr 15, 2010 2:21 pm

Re: c0nb0x

Postby q-ba » Sun Apr 28, 2013 7:52 am

could you please upload again the c0nb0x 1.0 for windows? box.com doesnt work and cant find it anywhere else

thanks you!
q-ba
 
Posts: 2
Joined: Sun Mar 24, 2013 12:45 pm

Re: c0nb0x

Postby antto » Sun Apr 28, 2013 2:23 pm

okay, i've setup a little server, the urls in the first post have been updated, you should be able to download now :wink:
We are here too: irc.freenode.net >>> #x0xb0x
..:: c0nb0x v1.00 ::.. viewtopic.php?f=7&t=29282 (new control app - win/osx)
VCO Tuning: viewtopic.php?f=12&t=24759 (do it the EASY way)
User avatar
antto
 
Posts: 978
Joined: Thu Apr 15, 2010 2:21 pm

c0nb0x on Mac OS 10.7.5

Postby Chris72160 » Wed May 01, 2013 5:28 am

Hello,

i`d like to build a x0xb0x and want to use Mac OS 10.7.5.

Does c0nbox V1.0 work with this OS-Version?

Greetz Chris
Chris72160
 
Posts: 2
Joined: Wed May 01, 2013 5:24 am

Re: c0nb0x

Postby antto » Wed May 01, 2013 6:24 am

i cannot answer because i don't have osx
but you can download it and try to run it, if it runs - it runs ;]
User avatar
antto
 
Posts: 978
Joined: Thu Apr 15, 2010 2:21 pm

PreviousNext

Return to General x0xing

Who is online

Users browsing this forum: No registered users and 3 guests

Stuff to buy from the Adafruit store and links to product documentation!


New Products [105]

Raspberry Pi[80]
 
FLORA[23]
 
Bunnie Studios[9]
 
FPGA[1]
 
mbed[11]
Arduino[60]
 
NETduino[14]
 
BeagleBone[24]
 
Android[6]
 
XBee[10]
More Dev Boards[30]


 
BoArduino[8]
 
SpokePOV[4]
 
TV-B-Gone[4]
 
MiniPOV[3]
 
SIM reader[3]
 
Microtouch[5]
 
Clocks & Watches[18]
 
Drawdio[4]
 
Brain Machine[1]
 
Game of Life[2]
 
MintyBoost[2]
More DIY Kits[16]


 
MaKey MaKey[3]
 
Tweet-a-Watt[5]
 
Young Engineers[33]
 
Discover Electronics[2]
 
Snap Circuits[4]
 
littleBits[3]
 
Project packs[8]


 
Breakout Boards[33]
LCDs & Displays[48]
Components & Parts[69]
Batteries & Power[49]
EL Wire/Tape/Panel[52]
LEDs[108]
 
Wireless[14]
Cables[60]
 
Lasers[6]
Sensors/Parts[145]
 
Enclosures/Cases[11]
 
Solar[11]
 
RFID / NFC[13]
Prototyping[69]
 
iDevices[13]
Tools[71]
 
Wearables[39]
 
CNC[37]
 
Robotics[29]
 
3D printing[1]
 
Materials[24]


 
Stickers[41]
 
Skill badges[55]
 
Books[25]
 
Circuit Playground[7]
 
Gift Certificates[4]