Mark-James M

Results 11 comments of Mark-James M

I also tried creating a cross-platform branch to test using [SharpAudio](https://github.com/feliwir/SharpAudio) for the cross-platform library: https://github.com/markjamesm/MusicSharp/tree/cross-platform Basic audio playback works on Windows (with [some bugs](https://github.com/feliwir/SharpAudio/issues/15)) but attempting to play a...

Thinking of implementing this feature using the [PlaylistsNet library](https://www.nuget.org/packages/PlaylistsNET/) to support M3U playlist files. Inside the MusicSharp TUI, there would need to be options to: - Add files to a...

I actually ended up going with the ATL Dotnet library as it is more mature and offers better documentation. See this branch for progress: https://github.com/markjamesm/MusicSharp/tree/playlists

Playlist loading has been implemented successfully. The next step is to think about how playlist saving will work. Currently, if you open a playlist and then a new file, the...

Note that you can copy/paste text from inside a text field, but not outside the application.

Doing more research into this, it appears that the current Reactronica codebase contains the StartAudioContext for iOS within [the song](https://github.com/unkleho/reactronica/blob/main/src/components/Song.tsx#L40) component. Is it possible a new iOS update was released...

According to this [this comment](https://github.com/naudio/NAudio/issues/1077#issuecomment-1829889116) by Mark Heath (creator of the NAudio library): _I am in discussions with someone who has offered to contribute a Linux IWavePlayer implementation which would...

- The method to save a playlist can be found in [Playlist.cs](https://github.com/markjamesm/MusicSharp/blob/musicsharp-v2/src/Playlist.cs#L22). - The [SavePlaylist() method](https://github.com/markjamesm/MusicSharp/blob/musicsharp-v2/src/UI/Tui.cs#L406) in Tui.cs handles the UI controls.

This is also happening to me on Windows 11. **Steps to Reproduce** Build my program in VS 2022 in either debug or release mode, the window looks normal: ![dioscuri-normal](https://user-images.githubusercontent.com/20845425/217698696-e3086749-5b6a-467a-b13a-f3bf63fbba94.jpg) Next,...