Search found 6 matches

by lelion
Wed May 08, 2013 6:06 pm
Forum: General Discussion
Topic: Wikipedia--get the word out
Replies: 2
Views: 1002

Re: Wikipedia--get the word out

I could make some changes on the french page without being kicked off !
I think PureBasic should be presented with a more synthetic way , library tables , screenshots .. instead of piece of code which should appear later in the wiki page. Syntax highlight should also be a standard.

Commercial ...
by lelion
Wed May 08, 2013 1:40 pm
Forum: Tricks 'n' Tips
Topic: New Midi Keyboard
Replies: 16
Views: 10766

Re: New Midi Keyboard

I wrote an app dealing with midi and midifile. Currently playing via MCI lib , i especially worked on a very smooth GUI and some harmony "productivity" functions that i needed in my musician work. I have also developped a wav to midi module that should be implemented later.
I'm looking for ...
by lelion
Tue Mar 19, 2013 12:08 pm
Forum: Feature Requests and Wishlists
Topic: Support of dB parametrized queries
Replies: 3
Views: 1245

Re: Support of dB parametrized queries

Yes, would be a very nice feature.

Another feature I'm missing is the possibility to retrieve multiple rows at once. (Performance issue when using VPN connections or poor performace networks)
DatabaseQuery(#Database, Request$, rows)
rows : the number of rows retrieved at once.
Did you try ...
by lelion
Mon Mar 18, 2013 11:44 am
Forum: Feature Requests and Wishlists
Topic: Support of dB parametrized queries
Replies: 3
Views: 1245

Support of dB parametrized queries

Hi Team, Hi all,

This is a database performance issue.
I wrote many apps in other languages dealing with real time with database as repository (no file system)
I like the database support in PB but the lack of real parametrized queries is really an issue. Here's an example :


; very very short ...
by lelion
Thu Mar 07, 2013 8:30 pm
Forum: Coding Questions
Topic: Midi Monitor
Replies: 41
Views: 28983

Re: Midi Monitor

einander wrote:@lelion: this one reads my USB keyboard.

Code: Select all

EnableExplicit
;
Thank you so much Einander. You are really amazing in programming ! It works perfectly, even when driver is not activated by sonar (not visible in the icon tray)
I ll take some time to study your code.
Congratulations
by lelion
Thu Mar 07, 2013 2:08 pm
Forum: Coding Questions
Topic: Midi Monitor
Replies: 41
Views: 28983

Re: Midi Monitor

Hi PureBasic Midi people,

Thanks for the awesome midi resource you gave here,
I tried Einander's code on my configuration but it didnt detect any midi connection because I use a direct USB to keyboard as most recent synth's are fitted out with now.

Both Roland Juno G and Kurweil are fitted out ...