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/

  • Like 4
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

    • For the purpose that it was built for, it’s a great machine. It’s okay to own multiple machines, it’s okay for machines to be different. If every computer was the same, they’d be boring af.
    • OpenAI is rolling out a major upgrade to ChatGPT memory by Pradeep Viswanathan OpenAI is rolling out a major upgrade to ChatGPT's memory, making the system more capable, current, and scalable across long-term use. Memory allows ChatGPT to remember useful details about users, including their preferences, projects, and constraints. Instead of starting every conversation from scratch, ChatGPT can use this context to provide more relevant responses in future chats. OpenAI first launched saved memories in February 2024. That feature allowed users to explicitly ask ChatGPT to save information into its memory, such as travel plans or writing preferences. However, this system had limits because it depended heavily on users giving clear instructions to remember something. Additionally, saved memories could become stale over time. In April 2025, OpenAI expanded memory by allowing ChatGPT to reference past chat context outside the saved memories list. This was powered by a background process called “dreaming,” which automatically curates memories from chat history. This made ChatGPT better at learning from natural conversation without requiring users to manually save every detail. Today, OpenAI announced a more capable and compute-efficient memory architecture built on top of dreaming. This new system improves ChatGPT’s ability to carry forward useful context, follow user preferences, and remain accurate as time passes. According to OpenAI’s internal evaluations, the new system improves factual recall from 67.9% in 2025 to 82.8% in 2026. Preference adherence improves from 55.3% to 71.3%, while accuracy over time improves from 52.2% to 75.1%. The best part of this new system is a new memory summary page where users can review ChatGPT's memories. Users can even update details, correct information, or give instructions on what topics ChatGPT should bring up and when. This new, improved memory system is available to ChatGPT Plus and Pro users in the US starting today. It will roll out to more countries, as well as Free and Go users, in the coming weeks.
    • I work for a video production company in Australia. The camera operators shoot footage and then pass the SD card over to the editors. Much easier than handing over the entire camera. Plus, on a busy day you can hand off the SD card and then pop another in for the next shoot. Or, you might have used multiple SD cards because you need the extra space for a long shoot. I also use USB cables and wifi for transferring footage, but in many cases an SD card reader is the easiest method.
  • Recent Achievements

    • 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
    • Collaborator
      Asgardi earned a badge
      Collaborator
  • Popular Contributors

    1. 1
      +primortal
      472
    2. 2
      PsYcHoKiLLa
      247
    3. 3
      Skyfrog
      79
    4. 4
      FloatingFatMan
      67
    5. 5
      Michael Scrip
      60
  • Tell a friend

    Love Neowin? Tell a friend!