mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-19 14:19:58 +01:00
vims revisited, still not complete
git-svn-id: svn://code.dyne.org/veejay/trunk@573 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
@@ -114,4 +114,11 @@ void *sample_get_fx_port_channels_ptr( int id, int fx_entry );
|
||||
|
||||
int sample_get_key_ptr( void *sample );
|
||||
|
||||
int sample_edl_delete( void *current_sample, uint64_t start, uint64_t end );
|
||||
|
||||
int sample_edl_paste_from_buffer( void *current_sample, uint64_t insert_at );
|
||||
|
||||
int sample_edl_cut_to_buffer( void *current_sample, uint64_t start_pos, uint64_t end_pos );
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user