[go: up one dir, main page]

Menu

Tree [r2030] /
 History

HTTPS access


File Date Author Commit
 build 2013-04-18 weedlight [r765] some fixes
 config 2013-04-18 weedlight [r765] some fixes
 doc 2014-10-22 weedlight [r1980] fixed index
 m4 2013-04-18 weedlight [r765] some fixes
 src 2014-11-03 weedlight [r2027] fixed includes of ags_id_generator.h
 AUTHORS 2012-10-14 weedlight [r671] fixed title and wrote preface of developer's book
 COPYING 2012-10-14 weedlight [r677] fixing build files
 ChangeLog 2012-10-10 weedlight [r659] changed project structure
 Documentation 2011-09-08 weedlight [r362] fixing code of ags_channel_recursive_reset_grou...
 INSTALL 2013-04-18 weedlight [r765] some fixes
 Makefile 2014-11-03 weedlight [r2024] implementing AgsPlugin interface
 Makefile.am 2014-11-03 weedlight [r2024] implementing AgsPlugin interface
 Makefile.in 2014-11-03 weedlight [r2024] implementing AgsPlugin interface
 NEWS 2012-10-10 weedlight [r659] changed project structure
 README 2014-07-08 weedlight [r1767] modified mail
 ags_default_plugin.xml 2013-11-04 weedlight [r1272] adding ags_default_plugin.xml and fixed missing...
 ags_file.xml 2014-11-02 weedlight [r2019] many fixes related to XML IO
 autogen.sh 2013-08-21 weedlight [r995] enabling abyss server
 compile 2014-11-03 weedlight [r2030] add missing
 config.guess 2014-11-03 weedlight [r2029] add missing
 config.h.in 2014-11-03 weedlight [r2024] implementing AgsPlugin interface
 config.rpath 2014-11-03 weedlight [r2026] add missing
 config.status 2014-11-03 weedlight [r2027] fixed includes of ags_id_generator.h
 config.sub 2014-11-03 weedlight [r2028] add missing
 configure 2014-11-03 weedlight [r2024] implementing AgsPlugin interface
 configure.ac 2014-11-03 weedlight [r2024] implementing AgsPlugin interface
 depcomp 2014-11-03 weedlight [r2023] did some clean-up with autotools
 install-sh 2014-11-03 weedlight [r2023] did some clean-up with autotools
 missing 2014-11-03 weedlight [r2023] did some clean-up with autotools

Read Me

weedlight@gmail.com

You need a realtime kernel in conjunction with ags. The realtime kernel shipped with Ubuntu Studio didn't work but a self compiled worked. See http://rt.wiki.kernel.org/ for more information. 


TODO:
- fix AgsAudio shouldn't contain an AgsDevout move it to AgsChannel
- revise ags_recall_set_property
- revise destroy functions - disconnect before destroying
- play channel when linked if needed
- implement an iteration function for ags_channel_recursive_play_init
- AgsCopyPattern implementation in AgsDrum and AgsMatrix doesn't have correct abort code, perhaps see AgsDelay
- remove recalls after the 3 stages were executed in ags_channel_recursive_play
- destroy AgsRecalls and AgsAudioSignals
- implement cancel signal in AgsRecalls
- update retrieving of AgsDelay in recalls, recalls should duplicate AgsDelays in contrast plays work fine
- modify ags_audio_set_audio_channels and ags_audio_set_pads so that it updates parent AgsChannel's first_recycling and last_recycling
- ags_machine_link_editor_callbacks.c replace code in callbacks with ags_machine_link_editor_reset_input and ags_machine_link_editor_reset_output
- remove ags_editor_reset and move code to callback functions
- ags_editor.c implement machine_changed signal
- ags_audio.c add protection against multiple pads on AgsChannel's with AGS_AUDIO_ASYNC and without AgsAudioSignal on AgsOutput

DONE:
- write a destroy task (see <ags/audio/recall/ags_remove_audio_run.[ch]>)

BUGS:
- ags_audio_set_audio_channels do proper set_async_link: believed to be fixed
- application crashes while running an AgsSynth linked with an AgsMatrix, when AgsOscillator has different length

WARNING:
- ags_copy_pattern should be used only once by an AgsAudio because in ags_copy_pattern_duplicate detection of AgsCopyPatternAudioRun can't handle more than one

DEPRECATED:
- AgsGroupID
- ags_run_order.[ch]

NOTES:
- AgsRecallID gives every stream an identification and makes it possible to stop a single of multiple AgsRecalls that are possible. Imagine an AgsAudio object is played and a child of it, too. A child of the child is also played and so on.


RELEASE NOTES:

ags_0.4.0:
	- many refactorings to make Advanced Gtk+ Sequencer more attractive to develop with.
	- implemented threading model and safety in use with super threaded fashion.
	- revised AgsEditor and therefore introduced AgsNoteEdit.
	- reimplemented from scratch file IO interface.
	- implemented XPath in file IO.
	- rudimentary scripting and remote control support
	- grained AgsDevout which knows music tics
	- removed OSS output support?

ags_0.3.9.6:
	- AgsStreamLock removed
	- ags_garbage_collector removed