All Projects → Insire → Maple

Insire / Maple

Licence: MIT license
Maple is a windows desktop application designed to support semi and non professional streamers in playing back local audio files and streaming content from the internet to their favorite playback device

Programming Languages

C#
18002 projects
powershell
5483 projects

Projects that are alternatives of or similar to Maple

QingTing.Fm
Simple function of playing and displaying QingtingFm(蜻蜓FM) based on WPF
Stars: ✭ 21 (-43.24%)
Mutual labels:  wpf, naudio
LiveWallpaper
A tiny win10 (dynamic) wallpaper changer | 巨应壁纸 | 动态壁纸 | Free wallpaper engine
Stars: ✭ 396 (+970.27%)
Mutual labels:  wpf, windows-desktop
ManagedShell
A library for creating Windows shell replacements using .NET.
Stars: ✭ 134 (+262.16%)
Mutual labels:  wpf, windows-desktop
Twittervideouploader
Upload Short vido to Twitter
Stars: ✭ 5 (-86.49%)
Mutual labels:  wpf, windows-desktop
Cairoshell
Cairo is a customizable, intuitive desktop environment for Windows.
Stars: ✭ 1,307 (+3432.43%)
Mutual labels:  wpf, windows-desktop
Windows Auto Night Mode
Automatically switches between the dark and light theme of Windows 10 and Windows 11
Stars: ✭ 3,375 (+9021.62%)
Mutual labels:  wpf, windows-desktop
Apricot
Desktop Agent for Windows
Stars: ✭ 39 (+5.41%)
Mutual labels:  wpf, windows-desktop
Mvvmlight
The main purpose of the toolkit is to accelerate the creation and development of MVVM applications in Xamarin.Android, Xamarin.iOS, Xamarin.Forms, Windows 10 UWP, Windows Presentation Foundation (WPF), Silverlight, Windows Phone.
Stars: ✭ 973 (+2529.73%)
Mutual labels:  wpf, windows-desktop
Mahapps.metro
A framework that allows developers to cobble together a better UI for their own WPF applications with minimal effort.
Stars: ✭ 8,023 (+21583.78%)
Mutual labels:  wpf, wpf-mahapps
Netsparkle
NetSparkle is a C# software update framework for .NET developers compatible with .NET Core, WinForms, WPF, and Avalonia; uses Ed25519 or DSA signatures! View basic usage here in the README or visit our website for code docs. 2.0 is stable but still in preview.
Stars: ✭ 154 (+316.22%)
Mutual labels:  wpf, windows-desktop
MediaFlyout
Windows 10+ Media Control Taskbar Flyout
Stars: ✭ 87 (+135.14%)
Mutual labels:  wpf, mediaplayer
practicesharp
A playback practice tool for musicians that allows slowing down, changing pitch, defining presets and loops on music files.
Stars: ✭ 27 (-27.03%)
Mutual labels:  naudio
SyncMLViewer
A small real time SyncML protocol Viewer
Stars: ✭ 57 (+54.05%)
Mutual labels:  windows-desktop
EBind
🔵 .NET Data Binding we deserve: concise, fast, feature-rich
Stars: ✭ 141 (+281.08%)
Mutual labels:  wpf
DataGridFilter
WPF Filterable Datagrid, multi language
Stars: ✭ 134 (+262.16%)
Mutual labels:  wpf
Crema
Meta data server & client tools for game development
Stars: ✭ 61 (+64.86%)
Mutual labels:  wpf
wpf-propertygrid
Repackaging of Workflow Foundation's property grid for general use in WPF applications
Stars: ✭ 55 (+48.65%)
Mutual labels:  wpf
AerialForWindows
Aerial For Windows is a Windows screen saver based on the new Apple TV screen saver
Stars: ✭ 30 (-18.92%)
Mutual labels:  wpf
ColorBlender
A .NET library for color matching and palette design.
Stars: ✭ 27 (-27.03%)
Mutual labels:  wpf
QPrompt
Personal teleprompter software for all video creators. Built with ease of use, productivity, control accuracy, and smooth performance in mind.
Stars: ✭ 168 (+354.05%)
Mutual labels:  windows-desktop

logo

Build status License .NET Framework

This is a rewrite of the original InsireBot. Which was planned to be a tool for semi and non professional livestreamers to provide music to them selfs and to their audience with high configureability.

After a long hiatus, I'm continuing my rewrite and try to improve on my previously written code. You can see a "live" preview here. I also often refer to this project when explaining concepts to colleagues at work or during discussions in the C# Discord Server.

Mainwindow

Compile Requirements:

  • Visual Studio 2017 Community Edition or better
  • .NET Framework 4.7.1, C# 7
  • Windows 10 (lower versions may run down till Windows 7)

Features

  • AudioPlayback
  • AudioDeviceSelection
  • PlaylistManagement for local audio files and audio from youtube
  • Colorprofile Configuration, can be changed during runtime
  • Localization (German, English ...), can be changed during runtime

Dependencies

Useful Patterns, Concepts you may find here aswell

  • Repository pattern
  • MVVM pattern
  • Dependency Injection
  • Inversion of Control
  • Composition Root
  • various base implementations for INotifyPropertyChanged
  • various implementations of ICommand (inspired by MVVMLight)
  • how to setup MaterialDesignInXamlToolkit with MahApps.Metro
  • how to change the Colorprofile for MaterialDesignInXamlToolkit and MahApps.Metro during runtime
  • how to change your TaskbarIcon during runtime in a WPF app
  • how to change the Localization of a WPF app during runtime
  • how to save and load WPF WindowLocations
  • how to use Googles Youtube API
  • async Dialogs
  • WPF Dialogs for File- and Folderbrowsing
  • Unit Tests (very work in progress)

MIT License

Copyright (c) 2017

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].