QB64 Phoenix Edition v3.8.0 Released! - Printable Version +- QB64 Phoenix Edition (https://staging.qb64phoenix.com) +-- Forum: Official Links (https://staging.qb64phoenix.com/forumdisplay.php?fid=16) +--- Forum: Announcements (https://staging.qb64phoenix.com/forumdisplay.php?fid=18) +--- Thread: QB64 Phoenix Edition v3.8.0 Released! (/showthread.php?tid=1754) |
QB64 Phoenix Edition v3.8.0 Released! - RhoSigma - 06-14-2023 QB64 Phoenix Edition v3.8.0! https://github.com/QB64-Phoenix-Edition/QB64pe/releases/tag/v3.8.0 Enhancements
Bug Fixes
Full Changelog: v3.7.0...v3.8.0 RE: QB64 Phoenix Edition v3.8.0 Released! - mnrvovrfc - 06-14-2023 Yay! Go team! The new Unicode graphics printing stuff keeps getting better and better. I imagine a muzak contest, the winner because he/she kept changing the waveform of PLAY statement during playback! The additional functionality to SOUND is great, but it's destined to do only one-channel sound. One still has to work for multichannel playback with _SNDRAW and the like. ON PLAY() was never supported by QB64. This is just a reminder for the ambitious ones. RE: QB64 Phoenix Edition v3.8.0 Released! - a740g - 06-14-2023 (06-14-2023, 12:36 PM)mnrvovrfc Wrote: The additional functionality to SOUND is great, but it's destined to do only one-channel sound. One still has to work for multichannel playback with _SNDRAW and the like. ON PLAY() was never supported by QB64. This is just a reminder for the ambitious ones.Muli-channel SOUND is a planned feature. This update just lays the foundation for that to happen. If things go as planned, we might even implement custom waveforms. See this issue report: Amiga BASIC like WAVEand SOUNDimprovements · Issue #187 · QB64-Phoenix-Edition/QB64pe (github.com) The ON PLAY() stuff would surely be a nice-to-have feature. But that is not on our roadmap yet. Please feel free to add it to the QB64-PE GitHub issue tracker. RE: QB64 Phoenix Edition v3.8.0 Released! - Kernelpanic - 06-14-2023 As usual: Excellent work! And all for the fun of it! - Hey, at MS would they you with the greatest pleasure. My dream is : VisualBasic 6...(without the Net crap) with QB64. Then Basic would be at the top again, because there are many problems in business practice where Basic is better - simpler, but the result is right. That's the most important! And now I'm going to watch a good old movie : Forbidden Planet RE: QB64 Phoenix Edition v3.8.0 Released! - Jack - 06-14-2023 @Kernelpanic there are two vb6-compatible compilers in the works but they are subscription based, twinBasic and RAD basic because I only make tiny programs for pastime I never tried them, I heard that twinBasic has a free 32-bit version RE: QB64 Phoenix Edition v3.8.0 Released! - doppler - 06-15-2023 (06-14-2023, 08:19 PM)Kernelpanic Wrote: And now I'm going to watch a good old movie : Forbidden PlanetFollow up with "Day the earth stood still." RE: QB64 Phoenix Edition v3.8.0 Released! - mnrvovrfc - 06-15-2023 (06-14-2023, 08:19 PM)Kernelpanic Wrote: My dream is : VisualBasic 6...(without the Net crap) with QB64. Then Basic would be at the top again, because there are many problems in business practice where Basic is better - simpler, but the result is right. That's the most important! People would still program in assembly language, COBOL, FORTRAN, LISP, Perl and Python because there is a lot of pride about it and because there are millions of U.S.A. dollars consumed by code that has been maintained for decades. There is much less such code for BASIC than for those other languages. BASIC would have had to be in LISP's place in existence and would have had to become pervasive after 10 years to have a chance of a BASIC utopia. RE: QB64 Phoenix Edition v3.8.0 Released! - mnrvovrfc - 06-15-2023 (06-14-2023, 10:56 PM)Jack Wrote: @Kernelpanic Subscriptions A lame way to remain in business, forcing everybody to get Internet. Double it up -- with iLok and other wicked things to keep people at the yoke and to keep a constant stream of alarmists that "I will lose it all if I can't pay for it". It's no use telling the alarmist: if the software is already installed on your computer although it's not the latest version, but you could still use it, even if you have to plug in the dongle or whatever, and you don't have to go online ever, then what's the problem? Yes there are actually people like this in the forums concentrating on music technology. I used to belong to one. For monthly payment I expect something continuously improved, but how long could they last like this? Until they suddenly close down but still demand the user's money? Nope. RE: QB64 Phoenix Edition v3.8.0 Released! - bplus - 06-15-2023 Could someone explain how the new version ties in with [ qb = export ] ? Will we be able to run QB64pe v 3.8 code in a code window like we can with [ qbjs ] ? RE: QB64 Phoenix Edition v3.8.0 Released! - mnrvovrfc - 06-15-2023 (06-15-2023, 03:24 PM)bplus Wrote: Will we be able to run QB64pe v 3.8 code in a code window like we can with [ qbjs ] ? It will require in the least a plug-in that fuses between the web browser and the QB64 IDE. Remember that QBJS is an independent effort by dbox and others which has nothing to do with "traditional" QB64 for Windows, MacOS or Linux. The trick with QBJS works because it could be run entirely without leaving the web browser or using another program, or even worse, an inefficient plug-in. Maybe a program could be written that could capture the text in a code block on this forum, then it invokes the QB64 IDE, loads the text in as program and then runs it automatically. But it would be slow since the "traditional" QB64 has a lot of overhead. It's tantalizing what could be done with QBJS and then one wants to be able to do the same thing with the QB64 that existed long before QBJS. |