Recommended Posts

48 minutes ago, kozukumi said:

Windows 95 was actually a hybrid 16/32-bit system. It was pretty much a hack in a similar way to Win32s allowing 32-bit apps to run on the 16-bit Windows 3.x via thunks. Most of the UI in Windows 95 was still 16-bit however the kernel was 32-bit. 

 

Anyway just to answer the question of why it uses a bit more RAM in 64-bit over 32-bit - this comes down to how much memory is allocated for certain data types and stack memory. As you have said when you compile you program you compile it to MSIL which is then run via the .NET Framework and the JIT will produce optimised machine code on the end users system. The same was true back in the switch from 16 to 32-bit. I remember people bemoaning why the new version of some program needed 4 MB memory when 1 MB was more than enough for the last version! This article http://www.viva64.com/en/b/0069/ is a good read :yes:

 

As for the benefits of going 64-bit for Dopamine they are probably minimal to nothing. However that doesn't mean you should shy away from going 64-bit. The reality is the future is 64-bit (and will be for a while as we are not going to hit the practical limits of 64-bit any time soon!). No software I have started in the past 3 years has been 32-bit. If the user is still on a 32-bit system they can use something else as far as I am concerned :p However I work in C and C++ and I am using strict 64-bit data types where needed so making a 32-bit version isn't quite as simple as just ticking a box in the compile options. 

 

Nice application btw, I don't do any .NET stuff but I probably should look into it now it is going to be properly available on non-Windows platforms as well.  

 

 

Thanks for confirming this. I'm quite happy with what I learned these last few days. I've now disabled the checkbox "prefer 32-bit", so the next build of Dopamine will really run as a 64 bit application on a 64 bit system.

23 minutes ago, Brandon H said:

Raph, I was reading through this last page and before I got to your post here I was about to recommend doing this exact implementation lol I know a few other programs such as VMWare that work similarly, they always install like a 32bit program but then run in the appropriate mode based on windows install :)

Excellent! :) That seems to be what I'll do with the next build. I added this to the changelog:

 

Enabled 64 bits support

The next build adds another feature: fade trimming of texts (inspired by Zune):

 

 

FadeTrimming.png

 

Edit:

 

Code freeze! This is the full changelog for the upcoming build:

 

- Dopamine is now a single process application. This reduces Windows Smartscreen notifications from 3 to 1 for the portable version.
- Migrated everything to www.digimezzo.com
- Improved user interface responsiveness and transitions
- More performant Albums list
- Added Z-A sorting for songs
- Songs on disconnected disks are not removed from the collection anymore
- Indexing percent is replaced by number of files and total files indexed
- Song progress can be changed also when the song is paused
- It's possible to choose between 3 cover sizes for all album lists
- Slightly lower CPU usage when main window is visible
- Added WASAPI Exclusive Mode support
- Added Danish translation
- Enabled 64 bits support
- Long texts now fade to invisible instead of showing triple dots "..."

5 hours ago, Raphaël G. said:

The next build adds another feature: fade trimming of texts (inspired by Zune):

 

 

FadeTrimming.png

 

Edit:

 

Code freeze! This is the full changelog for the upcoming build:

 

- Dopamine is now a single process application. This reduces Windows Smartscreen notifications from 3 to 1 for the portable version.
- Migrated everything to www.digimezzo.com
- Improved user interface responsiveness and transitions
- More performant Albums list
- Added Z-A sorting for songs
- Songs on disconnected disks are not removed from the collection anymore
- Indexing percent is replaced by number of files and total files indexed
- Song progress can be changed also when the song is paused
- It's possible to choose between 3 cover sizes for all album lists
- Slightly lower CPU usage when main window is visible
- Added WASAPI Exclusive Mode support
- Added Danish translation
- Enabled 64 bits support
- Long texts now fade to invisible instead of showing triple dots "..."

Can't wait for a new preview :woot:

15 hours ago, TruckWEB said:

Going into a more esoteric zone here, but support for SACD (.ISO or .DSF), hidef audio would be nice...

 

That's asking a lot, I know...  Low priority.

 

I created a feature request with lower priority.

Hi everyone!

After quite a wait, a new build of Dopamine is available. A lot of effort went into this one. It is also the first build to be hosted at my new website www.digimezzo.com. Be sure to bookmark it. All future news about Dopamine will be posted here.
 

This is the changelog:

 

7-03-2016: Dopamine 1.0.0.620 (Preview)

 

  • Dopamine is now a single process application. This reduces Windows Smartscreen notifications from 3 to 1 for the portable version.
  • Migrated everything to www.digimezzo.com
  • Improved user interface responsiveness and transitions
  • Improved albums list performance
  • Added Z-A sorting for songs
  • Songs on disconnected disks are not removed from the collection anymore
  • Indexing percent is replaced by number of files and total files indexed
  • Song progress can be changed also when the song is paused
  • It’s possible to choose between 3 cover sizes for all album lists
  • Slightly lower CPU usage when main window is visible
  • Added WASAPI Exclusive Mode support
  • Added Danish translation
  • Enabled 64 bits support
  • Long texts now fade to invisible instead of showing a triple dot

Info and download here

 

Small remark: the auto update on your current build will not work, as the download links have changed. As these are still preview builds, I didn't put too much effort in making the transition smooth. Once you install build 620, auto update will work correctly again as it picks up the new locations.

9 minutes ago, Thomas the Tank Engine said:

 

Tried to install it, get:

 

C:\Program Files (x86).

As discussed above, I chose to provide 1 package containing binaries which target "any cpu". The result is: if you run Dopamine on a 32 bit system, it'll be 32 bits. If you run it on a 64 bit system, it'll run in 64 bits (you'll see it in task manager).

The installer is still 32 bits and proposes the x86 directory as default install location. You can safely change that to C:\Program Files or just install in C:\Program Files (x86). That doesn't change the fact that Dopamine runs in 64 bits.

2 Bugs found in the latest build. Here's how to reproduce it :

 

1. Play all songs in the library, click on next or previous button, scroll down the list of songs, and we'll spot songs title that having black colored text (I use dark theme). 

2. Try to play random album, and sometimes the playing song title is not highlighted.

 

7 minutes ago, Tejoenardo said:

2 Bugs found in the latest build. Here's how to reproduce it :

 

1. Play all songs in the library, click on next or previous button, scroll down the list of songs, and we'll spot songs title that having black colored text (I use dark theme). 

2. Try to play random album, and sometimes the playing song title is not highlighted.

 

1. I discovered that one tonight. It's caused by a bug in the text fader. I'm working on it.

2. I can't reproduce right now. If you have any more details, that would be great.

  • Like 1
6 minutes ago, Raphaël G. said:

1. I discovered that one tonight. It's caused by a bug in the text fader. I'm working on it.

2. I can't reproduce right now. If you have any more details, that would be great.

Yeah, the second bug appearing randomly and rarely. Sometimes it's also happening when I'm playin all songs. And on the other chance, I can't reproduce the bug at all.

 

Another bug. Seems like dopamine cannot play some of my songs. Would you like me to send you the sample?

Here's the log file : 

2016-03-08 06:31:36.7769|Info|Dopamine.Application.ExecuteStartup|### STARTING Dopamine, version 1.0.0 (Build 620), IsPortable = False ###
2016-03-08 06:31:38.5356|Info|Dopamine.Bootstrapper.InitializeWCFServices|CommandService was started successfully
2016-03-08 06:31:38.5802|Info|Dopamine.Bootstrapper.InitializeWCFServices|FileService was started successfully
2016-03-08 06:31:38.5802|Info|Dopamine.Bootstrapper.InitializeShell|Showing Main screen
2016-03-08 06:31:54.4029|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_72_SaveQueuedTracksAsync.MoveNext|Saved queued tracks
2016-03-08 06:32:12.0779|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_72_SaveQueuedTracksAsync.MoveNext|Saved queued tracks
2016-03-08 06:32:19.8508|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_72_SaveQueuedTracksAsync.MoveNext|Saved queued tracks

 

6 hours ago, Tejoenardo said:

Yeah, the second bug appearing randomly and rarely. Sometimes it's also happening when I'm playin all songs. And on the other chance, I can't reproduce the bug at all.

 

Another bug. Seems like dopamine cannot play some of my songs. Would you like me to send you the sample?

Here's the log file : 


2016-03-08 06:31:36.7769|Info|Dopamine.Application.ExecuteStartup|### STARTING Dopamine, version 1.0.0 (Build 620), IsPortable = False ###
2016-03-08 06:31:38.5356|Info|Dopamine.Bootstrapper.InitializeWCFServices|CommandService was started successfully
2016-03-08 06:31:38.5802|Info|Dopamine.Bootstrapper.InitializeWCFServices|FileService was started successfully
2016-03-08 06:31:38.5802|Info|Dopamine.Bootstrapper.InitializeShell|Showing Main screen
2016-03-08 06:31:54.4029|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_72_SaveQueuedTracksAsync.MoveNext|Saved queued tracks
2016-03-08 06:32:12.0779|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_72_SaveQueuedTracksAsync.MoveNext|Saved queued tracks
2016-03-08 06:32:19.8508|Info|Dopamine.Common.Services.Playback.PlaybackService+VB$StateMachine_72_SaveQueuedTracksAsync.MoveNext|Saved queued tracks

 

OK thanks for the description. I'll further check it.

Yes, please send me one or some of the files that cannot be played. That piece of the log doesn't seem to contain any info about it.

 

Edit: I found the "not highlighting" bug only happens with texts that are too long and need fading. Another fading bug :) I'll work on those tonight.

  • Like 1
2 hours ago, Raphaël G. said:

OK thanks for the description. I'll further check it.

Yes, please send me one or some of the files that cannot be played. That piece of the log doesn't seem to contain any info about it.

 

Edit: I found the "not highlighting" bug only happens with texts that are too long and need fading. Another fading bug :) I'll work on those tonight.

Sent. Check your inbox.

17 minutes ago, Excelsis said:

I asked about this a while ago, but I haven't really kept up; is sorting albums by year on the right most panel possible? Having them sorted by alphabetical order seems weird to me.

You mean sorting the songs by year?

I have a feature request: ability to set the playback device. I have my system configured with my speakers and headphones as separate devices. I do this so I can have the headphone set as default and thus used for watching Youtube, playing games etc. However I generally prefer music to come out of the speakers instead. I can do this in foobar2000 by adding icons to the toolbar that lets me switch between both devices easily. I'm not suggesting you go this far with Dopamine, just a setting would do.

Hi everyone,

 

a new build of Dopamine is available. This is the changelog:

 

9-03-2016: Dopamine 1.0.0.622 (Preview)

 

- Removed fade trimming of texts because it is unreliable and causes issues
- Fixed a bug which caused some MP3's not to play anymore
- Added search by year for songs and albums
- Removing songs from the collection is much faster
- It is now possible to choose between 2 album layouts on the albums list: text on cover, text below cover.
- Improved positioning on multi-display configurations
- Tweaked page transitions to better match direction

 

Small note: your update check might not pick up the update. It's caused by the update check downloading a cached version of the versions definition on the website instead of the latest version. That is fixed in this build.

 

Download and info: http://www.digimezzo.com/2016/03/09/build-622-of-dopamine-is-available/

4 hours ago, PabUK said:

I have a feature request: ability to set the playback device. I have my system configured with my speakers and headphones as separate devices. I do this so I can have the headphone set as default and thus used for watching Youtube, playing games etc. However I generally prefer music to come out of the speakers instead. I can do this in foobar2000 by adding icons to the toolbar that lets me switch between both devices easily. I'm not suggesting you go this far with Dopamine, just a setting would do.

I've created a feature request. I'll try to process it soon.

22 hours ago, Excelsis said:

No, I meant keeping the album view, but sorting them by year instead of alphabetically, kinda like this;

pHeKcIu.png

OK I see what you mean. I've added this to a feature request. I have to think about the best way to add this.

  • Like 3

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Posts

    • I don't hate the new menus, I am not a fan of the lack of features and how they went live when they clearly are not complete. The menu itself presents much better than the previous - but what's lacking (IMO) is: 1) Any kind of automated manipulation such as: "this goes on the new menu because you use this feature more often on this filetype" "this is rarely used and will fall back to the old menu" 2) Any kind of user manipulation such as: "a UI to add/remove/order items to the new menu"
    • The biggest issue in this version of Win 11 context menu, from usability standpoint, is the movable row with basic commands. Think of a car analogy...if You turn the week left the infotainment screen will move right and vice versa. With how it works now Microsoft made something forbidden in designing in any UI, software or hardware. I can't grasp who were the morons within Microsoft suggesting it was a good idea and gave it a green light.
    • LibreOffice 26.2.4 by Razvan Serea LibreOffice is the free power-packed Open Source personal productivity suite for Windows, Macintosh and Linux, that gives you six feature-rich applications for all your document production and data processing needs: Writer, Calc, Impress, Draw, Math and Base. Support and documentation is free from our large, dedicated community of users, contributors and developers. You, too, can also get involved! Choosing Between LibreOffice Still and LibreOffice Fresh: LibreOffice Still is a good choice if you value stability, a longer support cycle, and a more conservative approach to software updates. It's suitable for businesses and organizations where reliability and compatibility are crucial. LibreOffice Fresh is ideal if you're an enthusiast or an early adopter who wants to stay on the cutting edge of LibreOffice development and is willing to accept more frequent updates and occasional minor issues. Features: Writer is the word processor inside LibreOffice. Use it for everything, from dashing off a quick letter to producing an entire book with tables of contents, embedded illustrations, bibliographies and diagrams. The while-you-type auto-completion, auto-formatting and automatic spelling checking make difficult tasks easy (but are easy to disable if you prefer). Writer is powerful enough to tackle desktop publishing tasks such as creating multi-column newsletters and brochures. The only limit is your imagination. Calc tames your numbers and helps with difficult decisions when you're weighing the alternatives. Analyze your data with Calc and then use it to present your final output. Charts and analysis tools help bring transparency to your conclusions. A fully-integrated help system makes easier work of entering complex formulas. Add data from external databases such as SQL or Oracle, then sort and filter them to produce statistical analyses. Use the graphing functions to display large number of 2D and 3D graphics from 13 categories, including line, area, bar, pie, X-Y, and net - with the dozens of variations available, you're sure to find one that suits your project. Impress is the fastest and easiest way to create effective multimedia presentations. Stunning animation and sensational special effects help you convince your audience. Create presentations that look even more professional than the standard presentations you commonly see at work. Get your collegues' and bosses' attention by creating something a little bit different. Draw lets you build diagrams and sketches from scratch. A picture is worth a thousand words, so why not try something simple with box and line diagrams? Or else go further and easily build dynamic 3D illustrations and special effects. It's as simple or as powerful as you want it to be. Base is the database front-end of the LibreOffice suite. With Base, you can seamlessly integrate into your existing database structures. Based on imported and linked tables and queries from MySQL, PostgreSQL or Microsoft Access and many other data sources, you can build powerful databases containing forms, reports, views and queries. Full integration is possible with the in-built HSQL database. Math is a simple equation editor that lets you lay-out and display your mathematical, chemical, electrical or scientific equations quickly in standard written notation. Even the most-complex calculations can be understandable when displayed correctly. E=mc2. LibreOffice also comes configured with a PDF file creator, meaning you can distribute documents that you're sure can be opened and read by users of almost any computing device or operating system. LibreOffice also comes configured with a PDF file creator, meaning you can distribute documents that you're sure can be opened and read by users of almost any computing device or operating system. Download: LibreOffice 64-bit | LibreOffice 32-bit ~300.0 MB (Open Source) View: LibreOffice Website | Screenshot | Release Notes Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Amazon eero Pro 6E mesh Wi-Fi system 2-pack is 27% off by Ivan Jenic The Amazon eero Pro 6E mesh Wi-Fi system is currently $239.99 on Amazon for the 2-pack, down from $329.99. That's 27% off and $90 saved for a solid Wi-Fi solution that covers your entire home (purchase link down below). The 2-pack covers up to 4,000 square feet (372 square meters) and supports 100+ connected devices, which handles the vast majority of home setups without breaking a sweat. Wi-Fi 6E brings access to the 6 GHz band for lower latency across the network, and the 2.5 Gb Ethernet port supports gigabit+ internet plans if your ISP offers them. eero's TrueMesh technology handles traffic routing automatically, so you're not manually managing which devices connect to which node. You set up the entire thing through the eero app, and the entire process takes a few minutes. The system also receives automatic security updates in the background, so once you set it up, you don't have to worry about compatibility issues. If you're covering a larger home or want more nodes, the 3-pack is $329.99 and the 4-pack is $479.98, both at similar discount levels. It's worth mentioning that a newer model exists, which is likely the reason for the discount, but the Pro 6E is still perfectly capable hardware for most homes. Amazon eero Pro 6E mesh Wi-Fi system 2-pack - $239.99 | 27% off on Amazon This Amazon deal is US-specific and not available in other regions unless specified. This is a first-party seller link (at the time of article publishing); ensure that you also purchase from a first-party seller link only. If you don't like it or want to look at more options, check out the previous deals that we have covered, OR you can also visit Amazon US deals page. Get Prime (SNAP), Prime Video, Audible Plus or Kindle / Music Unlimited. Free for 30 days. As an Amazon Associate, we earn from qualifying purchases.
  • Recent Achievements

    • Week One Done
      I2D earned a badge
      Week One Done
    • Week One Done
      Dr Jared Dental Studio earned a badge
      Week One Done
    • Week One Done
      RG INVESTMENT GROUP earned a badge
      Week One Done
    • Very Popular
      The Norwegian Drone Pilot earned a badge
      Very Popular
    • Very Popular
      s0nic69 earned a badge
      Very Popular
  • Popular Contributors

    1. 1
      +primortal
      484
    2. 2
      PsYcHoKiLLa
      258
    3. 3
      Skyfrog
      84
    4. 4
      FloatingFatMan
      64
    5. 5
      Michael Scrip
      63
  • Tell a friend

    Love Neowin? Tell a friend!