Skip to content

Commit

Permalink
* Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
cannam committed May 4, 2010
2 parents c9735f8 + 24d1d95 commit 761e21c
Show file tree
Hide file tree
Showing 8 changed files with 1,865 additions and 2 deletions.
15 changes: 15 additions & 0 deletions aderyabin-chunk-patches/dssi-1.0.0.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
diff -ru distr/dssi-1.0.0/dssi/dssi.h dssi-1.0.0/dssi/dssi.h
--- distr/dssi-1.0.0/dssi/dssi.h 2009-01-05 01:45:27.000000000 +0400
+++ dssi-1.0.0/dssi/dssi.h 2009-03-01 12:09:55.000000000 +0400
@@ -374,6 +374,11 @@
unsigned long SampleCount,
snd_seq_event_t **Events,
unsigned long *EventCounts);
+ //Andrew Deryabin: support for custom data
+ int (*setCustomData)(LADSPA_Handle Instance, void *Data, unsigned long DataLength);
+ int (*getCustomData)(LADSPA_Handle Instance, void **Data, unsigned long *DataLength);
+ //Andrew Deryabin: support for custom data: end code
+
} DSSI_Descriptor;

/**
Loading

0 comments on commit 761e21c

Please sign in to comment.