01dad0c725Fixed compilation error on Arch Linux as suggested by @apoorv569
Lucas Wieling
2022-11-25 07:36:46 +0000
7f13c45c40Fix segmentation fault when using -r flag on the command line and add double click to play a sample.
apoorv569
2022-10-31 15:50:46 +0530
66ce190098Add BPM detection using aubio.
apoorv569
2022-09-16 16:44:24 +0530
c2256d8d2eRevert spdlog version v1.9.2 as v1.10.0 seems to have issues with fmt.
apoorv569
2022-09-16 16:33:47 +0530
9a3ac45800Bump wxWidgets version to v3.2.1 and spdlog version to v1.10.0.
apoorv569
2022-09-16 01:15:51 +0530
491852a756Add build type define and minor meson build file update.
apoorv569
2022-09-16 01:13:54 +0530
6d0f66d144Show milliseconds in addition to minutes and seconds for the length of a sample in the ISO 8601 standard.
apoorv569
2022-03-27 15:29:09 +0530
fe463fe199Add yaml-cpp, sqlite3 and libsndfile subprojects.
apoorv569
2021-10-07 12:54:44 +0530
1a92c58954fixup! Merge branch 'experimental-draw-waveform' into 'testing'
apoorv569
2021-10-04 14:39:10 +0530
2e656b057eMerge branch 'experimental-draw-waveform' into 'testing'
Apoorv
2021-10-04 09:01:55 +0000
101dfa2474Version bump to v0.9.0_alpha.1, general cleanup and replace screenshots with new, showing off waveform.
apoorv569
2021-10-04 14:15:53 +0530
3fcea8af12fixup! fixup! Fix taglib include path for meson subproject and update README for dependencies.
apoorv569
2021-10-03 19:20:02 +0530
601ff10690fixup! Fix taglib include path for meson subproject and update README for dependencies.
apoorv569
2021-10-03 18:57:18 +0530
dd5b5196eeFix taglib include path for meson subproject and update README for dependencies.
apoorv569
2021-10-03 18:54:21 +0530
79cb16324aAdd wxWidgets and Taglib as meson subprojects, up the version requirement for wxWidgets to v3.1.5 and Taglib to v1.12 add new icons for buttons.
apoorv569
2021-09-30 14:04:54 +0530
28cff9a8feMerge branch 'experimental-draw-waveform' into 'experimental-draw-waveform'
Apoorv
2021-09-07 22:31:00 +0000
86a5c218acWaveform optimization: split into RMS of chunks instead of drawing every point
Tremeschin
2021-09-07 19:05:04 -0300
0eaf78923cCan loop a region now.
apoorv569
2021-09-05 03:27:18 +0530
f061fe8a8cAdd custom event to send loop points to MainFrame.
apoorv569
2021-08-29 19:45:03 +0530
627cb76950Add ability make a selection for loop region.
apoorv569
2021-08-11 02:32:39 +0530
cf9c3f5551Fix assert when mouse is click but playhead is not captured and pop status text, when there is no text to pop.
apoorv569
2021-08-03 23:11:46 +0530
af929cecc2Waveform panel moved to its own class, add ability to change waveform color and can seek the playhead now.
apoorv569
2021-08-02 09:11:00 +0530
8aac911f07Add loop point controls, draw waveform and playhead.
apoorv569
2021-07-30 23:40:45 +0530
efc67f483cAdd details for contributing to SampleHive in README.org
apoorv569
2021-07-25 12:13:01 +0530
779b027d11Replaced wxSVG with wxStaticBitmap and removed the `libwxsvg-dev` and `libwxsvg3` from dependencies.
apoorv569
2021-07-19 09:02:58 +0530
25a4c1a5ccfixup! Improved the logo a bit, changed the app icon to higher resolution one and replaced README.md with README.org
apoorv569
2021-07-18 20:33:17 +0530
7bcf6f174aImproved the logo a bit, changed the app icon to higher resolution one and replaced README.md with README.org
apoorv569
2021-07-18 20:30:45 +0530
f28072881bfixup! Add license header to all files, and bump version number to 0.8.4_alpha.1
apoorv569
2021-07-18 10:03:14 +0530
64bde0a6b1Add license header to all files, and bump version number to 0.8.4_alpha.1
apoorv569
2021-07-18 09:50:42 +0530
953b81d753Added ability to install SampleHive, added `_()` macro for translation support, much more clearer log messages and general clean up.
apoorv569
2021-07-18 09:09:41 +0530
293821be99Add new star icons.
apoorv569
2021-07-14 03:31:43 +0530
fa476d57fdAdd menubar, statusbar and about dialog, also fixed layout of some widgets.
apoorv569
2021-07-14 03:22:37 +0530
e72c933a6fRenamed SampleListView to Library, added new path column and context menu for column header to hide/show columns.
apoorv569
2021-07-06 03:38:53 +0530
9bc1599d90New trash page and add context menu and drag and drop feature for moving samples to trash.
apoorv569
2021-07-06 01:12:31 +0530
2b8b47d9a4Fix styling and positioning of some widget and add file type filter for wxDirCtrl.
apoorv569
2021-07-04 18:43:03 +0530
09a3b03658Renamed folder to hive.
apoorv569
2021-06-30 15:29:04 +0530
632534d7adRenamed collection to hive and fixed some error handling.
apoorv569
2021-06-27 22:55:23 +0530
b9c61c02feCleanup, lots of fixes regarding weather or not to show file extension and other minor fixes.
apoorv569
2021-06-24 15:48:42 +0530
f0df300c30Fixed bug where deleting a folder with samples in it won't remove the samples from favorites and other minor fixes.
apoorv569
2021-06-18 19:08:39 +0530
a6275f5e6cAdd collection tab child item popup menu, find file in library or open system file manager.
apoorv569
2021-06-17 10:38:24 +0530
f4c46a6b5fFix bugs when deleting or trashing samples, and added a context menu for folders.
apoorv569
2021-06-15 00:12:39 +0530
21c06fc555Merge branch 'experimental-favorite-folders' into 'experimental-favorite-folders'
Apoorv
2021-06-13 20:46:22 +0000