sonitus.git
10 years agoMerge remote-tracking branch 'github/master'
David ‘Bombe’ Roden [Tue, 4 Jun 2013 19:16:48 +0000 (21:16 +0200)]
Merge remote-tracking branch 'github/master'

10 years agoRemove now obsolete predicate filter.
David ‘Bombe’ Roden [Tue, 4 Jun 2013 19:14:08 +0000 (21:14 +0200)]
Remove now obsolete predicate filter.

10 years agoHand in changed metadata to superclass.
David ‘Bombe’ Roden [Tue, 4 Jun 2013 19:13:57 +0000 (21:13 +0200)]
Hand in changed metadata to superclass.

10 years agoPull all interfaces into a single interface: Filter.
David ‘Bombe’ Roden [Tue, 4 Jun 2013 18:36:51 +0000 (20:36 +0200)]
Pull all interfaces into a single interface: Filter.

10 years agoRename dummy filter to basic filter.
David ‘Bombe’ Roden [Tue, 4 Jun 2013 04:44:00 +0000 (06:44 +0200)]
Rename dummy filter to basic filter.

10 years agoAdd marker for unknown metadata.
David ‘Bombe’ Roden [Tue, 4 Jun 2013 04:24:16 +0000 (06:24 +0200)]
Add marker for unknown metadata.

10 years agoAdd FLAC identifier and fix comments.
David ‘Bombe’ Roden [Mon, 3 Jun 2013 20:27:50 +0000 (22:27 +0200)]
Add FLAC identifier and fix comments.

10 years agoAdd test case for RememberingInputStream.
David ‘Bombe’ Roden [Mon, 3 Jun 2013 20:26:28 +0000 (22:26 +0200)]
Add test case for RememberingInputStream.

10 years agoDeclare the current samples array as final.
David ‘Bombe’ Roden [Mon, 3 Jun 2013 20:25:14 +0000 (22:25 +0200)]
Declare the current samples array as final.

10 years agoFix read(byte[]) method.
David ‘Bombe’ Roden [Mon, 3 Jun 2013 20:24:49 +0000 (22:24 +0200)]
Fix read(byte[]) method.

10 years agoAdd identifier for FLAC streams.
David ‘Bombe’ Roden [Mon, 3 Jun 2013 20:24:37 +0000 (22:24 +0200)]
Add identifier for FLAC streams.

10 years agoReturn a list of metadata blocks because they do have an order.
David ‘Bombe’ Roden [Mon, 3 Jun 2013 20:24:24 +0000 (22:24 +0200)]
Return a list of metadata blocks because they do have an order.

10 years agoAdd parser for FLAC metadata.
David ‘Bombe’ Roden [Mon, 3 Jun 2013 20:22:37 +0000 (22:22 +0200)]
Add parser for FLAC metadata.

10 years agoSupply the frame’s content.
David ‘Bombe’ Roden [Sun, 2 Jun 2013 00:11:33 +0000 (02:11 +0200)]
Supply the frame’s content.

10 years agoDo not use a BiMap.
David ‘Bombe’ Roden [Sun, 2 Jun 2013 00:08:55 +0000 (02:08 +0200)]
Do not use a BiMap.

10 years agoWrite the first bytes to the buffer correctly.
David ‘Bombe’ Roden [Sun, 2 Jun 2013 00:08:41 +0000 (02:08 +0200)]
Write the first bytes to the buffer correctly.

buffer is used as a ring buffer so new bytes have to go in at the end.

10 years agoFix javadoc.
David ‘Bombe’ Roden [Fri, 31 May 2013 04:29:49 +0000 (06:29 +0200)]
Fix javadoc.

10 years agoShow hours on timestamp.
David ‘Bombe’ Roden [Wed, 29 May 2013 18:46:26 +0000 (20:46 +0200)]
Show hours on timestamp.

10 years agoImprove logging.
David ‘Bombe’ Roden [Thu, 30 May 2013 04:44:14 +0000 (06:44 +0200)]
Improve logging.

10 years agoCreate threads with decent names.
David ‘Bombe’ Roden [Thu, 30 May 2013 04:43:52 +0000 (06:43 +0200)]
Create threads with decent names.

10 years agoReturn the correct metadata.
David ‘Bombe’ Roden [Wed, 29 May 2013 19:35:26 +0000 (21:35 +0200)]
Return the correct metadata.

10 years agoGet rid of event bus, use a custom listener instead.
David ‘Bombe’ Roden [Wed, 29 May 2013 19:35:10 +0000 (21:35 +0200)]
Get rid of event bus, use a custom listener instead.

10 years agoSlightly improve logging.
David ‘Bombe’ Roden [Wed, 29 May 2013 05:15:00 +0000 (07:15 +0200)]
Slightly improve logging.

10 years agoHighlight component panels on hover and selection.
David ‘Bombe’ Roden [Tue, 28 May 2013 13:52:18 +0000 (15:52 +0200)]
Highlight component panels on hover and selection.

10 years agoTurn hover listener into a selection listener.
David ‘Bombe’ Roden [Tue, 28 May 2013 13:51:56 +0000 (15:51 +0200)]
Turn hover listener into a selection listener.

10 years agoDon’t listen for updates on the parent component.
David ‘Bombe’ Roden [Tue, 28 May 2013 12:48:09 +0000 (14:48 +0200)]
Don’t listen for updates on the parent component.

10 years agoUse full title instead of title.
David ‘Bombe’ Roden [Tue, 28 May 2013 12:47:53 +0000 (14:47 +0200)]
Use full title instead of title.

10 years agoUpdate immediately if the metadata has been updated.
David ‘Bombe’ Roden [Tue, 28 May 2013 12:47:20 +0000 (14:47 +0200)]
Update immediately if the metadata has been updated.

10 years agoDon’t change the title, just set the content.
David ‘Bombe’ Roden [Tue, 28 May 2013 12:47:02 +0000 (14:47 +0200)]
Don’t change the title, just set the content.

10 years agoAdd comment to content metadata.
David ‘Bombe’ Roden [Tue, 28 May 2013 12:46:37 +0000 (14:46 +0200)]
Add comment to content metadata.

10 years agoRemove debug output.
David ‘Bombe’ Roden [Tue, 28 May 2013 11:57:22 +0000 (13:57 +0200)]
Remove debug output.

10 years agoDon’t use another thread if there actually are no sinks for a connection.
David ‘Bombe’ Roden [Tue, 28 May 2013 11:41:35 +0000 (13:41 +0200)]
Don’t use another thread if there actually are no sinks for a connection.

10 years agoDraw components correctly in case of filters without sinks.
David ‘Bombe’ Roden [Tue, 28 May 2013 11:00:29 +0000 (13:00 +0200)]
Draw components correctly in case of filters without sinks.

10 years agoFix layout.
David ‘Bombe’ Roden [Tue, 28 May 2013 11:00:08 +0000 (13:00 +0200)]
Fix layout.

10 years agoRequire less space for component info panel.
David ‘Bombe’ Roden [Tue, 28 May 2013 10:59:54 +0000 (12:59 +0200)]
Require less space for component info panel.

10 years agoFix metadata updating after a reset.
David ‘Bombe’ Roden [Tue, 28 May 2013 10:59:42 +0000 (12:59 +0200)]
Fix metadata updating after a reset.

10 years agoInitialize start time with a value that will always be different.
David ‘Bombe’ Roden [Tue, 28 May 2013 10:59:32 +0000 (12:59 +0200)]
Initialize start time with a value that will always be different.

10 years agoRemember and expose the start time of a connection.
David ‘Bombe’ Roden [Tue, 28 May 2013 10:59:11 +0000 (12:59 +0200)]
Remember and expose the start time of a connection.

10 years agoFix metadata handling.
David ‘Bombe’ Roden [Tue, 28 May 2013 10:59:00 +0000 (12:59 +0200)]
Fix metadata handling.

10 years agoImprove logging.
David ‘Bombe’ Roden [Tue, 28 May 2013 10:58:49 +0000 (12:58 +0200)]
Improve logging.

10 years agoBeautify metadata output format in case there’s no content metadata.
David ‘Bombe’ Roden [Tue, 28 May 2013 10:57:46 +0000 (12:57 +0200)]
Beautify metadata output format in case there’s no content metadata.

10 years agoChange format metadata output format.
David ‘Bombe’ Roden [Tue, 28 May 2013 10:57:24 +0000 (12:57 +0200)]
Change format metadata output format.

10 years agoDeclare metadata final.
David ‘Bombe’ Roden [Tue, 28 May 2013 10:57:12 +0000 (12:57 +0200)]
Declare metadata final.

10 years agoShow metadata in component panel if it differs from its parent’s metadata.
David ‘Bombe’ Roden [Tue, 28 May 2013 08:42:47 +0000 (10:42 +0200)]
Show metadata in component panel if it differs from its parent’s metadata.

10 years agoRegister metadata listeners at all components for metadata updating.
David ‘Bombe’ Roden [Tue, 28 May 2013 08:41:45 +0000 (10:41 +0200)]
Register metadata listeners at all components for metadata updating.

10 years agoAdd method to iterate all components.
David ‘Bombe’ Roden [Tue, 28 May 2013 08:41:28 +0000 (10:41 +0200)]
Add method to iterate all components.

10 years agoUpdate metadata title with timestamp.
David ‘Bombe’ Roden [Tue, 28 May 2013 08:31:52 +0000 (10:31 +0200)]
Update metadata title with timestamp.

10 years agoMove event and metadata handling into abstract base class.
David ‘Bombe’ Roden [Tue, 28 May 2013 08:31:35 +0000 (10:31 +0200)]
Move event and metadata handling into abstract base class.

10 years agoAdd metadata listeners to components.
David ‘Bombe’ Roden [Tue, 28 May 2013 05:57:41 +0000 (07:57 +0200)]
Add metadata listeners to components.

10 years agoRename “Controlled” to “ControlledComponent.”
David ‘Bombe’ Roden [Tue, 28 May 2013 04:49:12 +0000 (06:49 +0200)]
Rename “Controlled” to “ControlledComponent.”

10 years agoIgnore configuration files.
David ‘Bombe’ Roden [Tue, 28 May 2013 04:24:30 +0000 (06:24 +0200)]
Ignore configuration files.

10 years agoShow information and all controllers next to the pipeline.
David ‘Bombe’ Roden [Mon, 27 May 2013 20:29:43 +0000 (22:29 +0200)]
Show information and all controllers next to the pipeline.

10 years agoSend events when the mouse cursor enters a controlled component.
David ‘Bombe’ Roden [Mon, 27 May 2013 20:27:57 +0000 (22:27 +0200)]
Send events when the mouse cursor enters a controlled component.

10 years agoAdd panel for component information.
David ‘Bombe’ Roden [Mon, 27 May 2013 20:24:43 +0000 (22:24 +0200)]
Add panel for component information.

10 years agoAdd traffic counter.
David ‘Bombe’ Roden [Mon, 27 May 2013 20:19:32 +0000 (22:19 +0200)]
Add traffic counter.

10 years agoCount and expose the number of bytes that have been read from the connection’s source.
David ‘Bombe’ Roden [Mon, 27 May 2013 20:15:55 +0000 (22:15 +0200)]
Count and expose the number of bytes that have been read from the connection’s source.

10 years agoRename Feeder to Connection.
David ‘Bombe’ Roden [Mon, 27 May 2013 20:15:32 +0000 (22:15 +0200)]
Rename Feeder to Connection.

10 years agoImplement iterable.
David ‘Bombe’ Roden [Mon, 27 May 2013 20:15:04 +0000 (22:15 +0200)]
Implement iterable.

10 years agoExpose format and content metadata.
David ‘Bombe’ Roden [Mon, 27 May 2013 20:08:21 +0000 (22:08 +0200)]
Expose format and content metadata.

10 years agoAdd example configuration file.
David ‘Bombe’ Roden [Mon, 27 May 2013 14:07:25 +0000 (16:07 +0200)]
Add example configuration file.

10 years agoDisplay pipeline in main window.
David ‘Bombe’ Roden [Mon, 27 May 2013 14:06:49 +0000 (16:06 +0200)]
Display pipeline in main window.

10 years agoAdd panel that displays a pipeline.
David ‘Bombe’ Roden [Mon, 27 May 2013 14:06:04 +0000 (16:06 +0200)]
Add panel that displays a pipeline.

10 years agoExpose source and sinks from the pipeline.
David ‘Bombe’ Roden [Mon, 27 May 2013 13:50:28 +0000 (15:50 +0200)]
Expose source and sinks from the pipeline.

10 years agoUse title for Icecast metadata.
David ‘Bombe’ Roden [Mon, 27 May 2013 13:48:49 +0000 (15:48 +0200)]
Use title for Icecast metadata.

10 years agoAdd configuration container.
David ‘Bombe’ Roden [Mon, 27 May 2013 09:40:27 +0000 (11:40 +0200)]
Add configuration container.

10 years agoAdd volume filter.
David ‘Bombe’ Roden [Mon, 27 May 2013 09:39:55 +0000 (11:39 +0200)]
Add volume filter.

10 years agoNull out sourceDataLine if the line could not be opened.
David ‘Bombe’ Roden [Mon, 27 May 2013 09:14:46 +0000 (11:14 +0200)]
Null out sourceDataLine if the line could not be opened.

10 years agoAccess controls in a more error-resilient way.
David ‘Bombe’ Roden [Mon, 27 May 2013 09:14:29 +0000 (11:14 +0200)]
Access controls in a more error-resilient way.

10 years agoShow metadata in main window.
David ‘Bombe’ Roden [Mon, 27 May 2013 07:44:19 +0000 (09:44 +0200)]
Show metadata in main window.

10 years agoAdd some missing javadoc comments.
David ‘Bombe’ Roden [Mon, 27 May 2013 07:43:01 +0000 (09:43 +0200)]
Add some missing javadoc comments.

10 years agoSend metadata updates events when the metadata changes.
David ‘Bombe’ Roden [Mon, 27 May 2013 07:42:35 +0000 (09:42 +0200)]
Send metadata updates events when the metadata changes.

10 years agoCreate all controlled components with an event bus.
David ‘Bombe’ Roden [Mon, 27 May 2013 07:39:51 +0000 (09:39 +0200)]
Create all controlled components with an event bus.

10 years agoExpose metadata from every controlled component.
David ‘Bombe’ Roden [Mon, 27 May 2013 07:29:48 +0000 (09:29 +0200)]
Expose metadata from every controlled component.

10 years agoAdd border around controller panel.
David ‘Bombe’ Roden [Mon, 27 May 2013 04:28:37 +0000 (06:28 +0200)]
Add border around controller panel.

10 years agoAdd border around tabbed pane.
David ‘Bombe’ Roden [Mon, 27 May 2013 04:28:19 +0000 (06:28 +0200)]
Add border around tabbed pane.

10 years agoAdd name to all controlled components.
David ‘Bombe’ Roden [Sun, 26 May 2013 16:26:19 +0000 (18:26 +0200)]
Add name to all controlled components.

10 years agoEnsure that we always write multiples-of-1024 byte blocks.
David ‘Bombe’ Roden [Sun, 26 May 2013 16:01:07 +0000 (18:01 +0200)]
Ensure that we always write multiples-of-1024 byte blocks.

10 years agoAdd output stream wrapper that always writes a multiple of a fixed number of bytes.
David ‘Bombe’ Roden [Sun, 26 May 2013 16:00:37 +0000 (18:00 +0200)]
Add output stream wrapper that always writes a multiple of a fixed number of bytes.

10 years agoAdd stereo separation filter.
David ‘Bombe’ Roden [Sun, 26 May 2013 15:53:06 +0000 (17:53 +0200)]
Add stereo separation filter.

10 years agoAdd internal audio processing filter.
David ‘Bombe’ Roden [Sun, 26 May 2013 15:51:34 +0000 (17:51 +0200)]
Add internal audio processing filter.

10 years agoAdd sample-aware output stream wrapper and processor.
David ‘Bombe’ Roden [Sun, 26 May 2013 15:51:08 +0000 (17:51 +0200)]
Add sample-aware output stream wrapper and processor.

10 years agoAdd knob controller panel.
David ‘Bombe’ Roden [Sun, 26 May 2013 15:43:32 +0000 (17:43 +0200)]
Add knob controller panel.

10 years agoAdd knob controller.
David ‘Bombe’ Roden [Sun, 26 May 2013 15:43:20 +0000 (17:43 +0200)]
Add knob controller.

10 years agoDon’t require overriding valueSet() anymore, a do-nothing default is fine.
David ‘Bombe’ Roden [Sun, 26 May 2013 15:40:15 +0000 (17:40 +0200)]
Don’t require overriding valueSet() anymore, a do-nothing default is fine.

10 years agoImprove layout.
David ‘Bombe’ Roden [Sun, 26 May 2013 13:11:05 +0000 (15:11 +0200)]
Improve layout.

10 years agoAdd name to controllers.
David ‘Bombe’ Roden [Sun, 26 May 2013 12:22:49 +0000 (14:22 +0200)]
Add name to controllers.

10 years agoMake controller’s value’s type variable.
David ‘Bombe’ Roden [Sun, 26 May 2013 12:18:59 +0000 (14:18 +0200)]
Make controller’s value’s type variable.

10 years agoUse a box instead of a panel.
David ‘Bombe’ Roden [Sun, 26 May 2013 12:01:12 +0000 (14:01 +0200)]
Use a box instead of a panel.

10 years agoAdd switch panel.
David ‘Bombe’ Roden [Sun, 26 May 2013 12:00:58 +0000 (14:00 +0200)]
Add switch panel.

10 years agoAdd mute switch to audio sink.
David ‘Bombe’ Roden [Sun, 26 May 2013 11:58:56 +0000 (13:58 +0200)]
Add mute switch to audio sink.

10 years agoAdd switch implementation.
David ‘Bombe’ Roden [Sun, 26 May 2013 11:58:44 +0000 (13:58 +0200)]
Add switch implementation.

10 years agoAdd GUI that can display faders.
David ‘Bombe’ Roden [Sun, 26 May 2013 11:34:59 +0000 (13:34 +0200)]
Add GUI that can display faders.

10 years agoAdd version information.
David ‘Bombe’ Roden [Sun, 26 May 2013 11:33:34 +0000 (13:33 +0200)]
Add version information.

10 years agoEvery source, sink, and filter is now also a controller.
David ‘Bombe’ Roden [Sun, 26 May 2013 11:32:07 +0000 (13:32 +0200)]
Every source, sink, and filter is now also a controller.

10 years agoAdd fader implementation.
David ‘Bombe’ Roden [Sun, 26 May 2013 11:29:50 +0000 (13:29 +0200)]
Add fader implementation.

10 years agoAdd abstract controller implementation.
David ‘Bombe’ Roden [Sun, 26 May 2013 11:22:07 +0000 (13:22 +0200)]
Add abstract controller implementation.

10 years agoAdd controlled interface.
David ‘Bombe’ Roden [Sun, 26 May 2013 11:18:09 +0000 (13:18 +0200)]
Add controlled interface.

10 years agoAdd controller interface.
David ‘Bombe’ Roden [Sun, 26 May 2013 11:18:01 +0000 (13:18 +0200)]
Add controller interface.

10 years agoAdd TestNG dependency.
David ‘Bombe’ Roden [Sat, 25 May 2013 12:15:15 +0000 (14:15 +0200)]
Add TestNG dependency.

10 years agoAdd javadoc.
David ‘Bombe’ Roden [Sat, 25 May 2013 12:15:06 +0000 (14:15 +0200)]
Add javadoc.