Thanks for the heads up, I was amazed to get the email.
Any further development or have you finished with SMART BASIC?
Search found 8 matches
- Mon Nov 16, 2020 7:29 pm
- Forum: Other topics
- Topic: Smart BASIC is discontinued
- Replies: 15
- Views: 10713
- Sun Mar 10, 2019 3:37 pm
- Forum: Other topics
- Topic: MIDI - SYSEX commands/control
- Replies: 1
- Views: 1143
MIDI - SYSEX commands/control
In its present form, is it possible to send/receive SYSEX commands or control data out to a MIDI device? As an example of a simple task - I want to read the current status of an expression pedal and display its status/value in very large characters on an iPhone running smartBASIC as a performance ai...
- Mon Mar 14, 2016 5:32 pm
- Forum: BASIC programs
- Topic: Array problems - help needed.
- Replies: 3
- Views: 2167
Re: Array problems - help needed.
Thanks Operator, That works though I don't understand why the counter variable doesn't or why it causes such erratic output. It's obviously not needed so I can now proceed. a big, big, THANK YOU!
- Mon Mar 14, 2016 12:47 pm
- Forum: BASIC programs
- Topic: Array problems - help needed.
- Replies: 3
- Views: 2167
Array problems - help needed.
' This program does not work for a reason that escapes me. ' all variable assignations have been simplified from my ' original version to aid reading/debugging. Reading ' back of the array just doesn't seem to work and with ' illogical patterns. The IOS device used is for programming ' is an iPad Pr...
- Wed Feb 11, 2015 8:56 pm
- Forum: Other topics
- Topic: Passing variables to browsers
- Replies: 0
- Views: 1719
Passing variables to browsers
Is it possible to pass SmartBASIC variables to HTML or JavaScript in a browser window. If not, does it mean that the relevant code in SmartBASIC has to somehow be recreated in JavaScript? Thinking that it's exactly what I have to do I've now started to learn JavaScript!!!
- Wed Feb 11, 2015 12:00 am
- Forum: BASIC programs
- Topic: FontProg
- Replies: 4
- Views: 2338
Re: FontProg
What more can I say - Mr.K you're a star!Mr. Kibernetik wrote: This functionality will be available in version 4.8.
- Tue Feb 10, 2015 5:51 pm
- Forum: BASIC programs
- Topic: FontProg
- Replies: 4
- Views: 2338
Re: FontProg
There is SLIDER_CHANGED() function to detect if slider value was changed. There are a great many things I need to get to grips with in SmartBASIC, I've only been at it for the odd hour or so over the past couple of weeks. However, all comments are greatfully received - including those that highligh...
- Tue Feb 10, 2015 2:22 pm
- Forum: BASIC programs
- Topic: FontProg
- Replies: 4
- Views: 2338
FontProg
/* program under development - work in progress! See suggestions area of forum for problems in taking forward. */ 'g' GRAPHICS OPTION BASE 1 DIM A$(1000) LIST FONTS TO A$,N fs=40 'default font size f=100 'default font Slidval=.1 Change=0 'user input monitor /* program requires the the user provide ...